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.