public class ThriftHttpCodec extends org.jboss.netty.handler.codec.http.HttpServerCodec implements com.facebook.nifty.codec.ThriftFrameCodec
HttpClientCodec
本身已经实现了ThriftFrameCodec
接口的所有方法,
只是因为ThriftFrameCodec
是nifty定义的接口,所以HttpClientCodec
不是ThriftFrameCodec
实例,
ThriftHttpCodec
的作用就是将HttpClientCodec
封装成ThriftFrameCodec
实例Constructor and Description |
---|
ThriftHttpCodec() |
public ThriftHttpCodec()
Copyright © 2019. All rights reserved.