public class ThriftEncoder<OUT extends org.apache.thrift.TBase<?,?>> extends SizePrefixedEncoder<OUT>
Constructor and Description |
---|
ThriftEncoder(Class<OUT> clazz) |
Modifier and Type | Method and Description |
---|---|
static <L extends org.apache.thrift.TBase<?,?>> |
newInstance(Class<L> clazz) |
createEncoderState, encode
public ThriftEncoder(Class<OUT> clazz) throws NoSuchMethodException
NoSuchMethodException
public static <L extends org.apache.thrift.TBase<?,?>> ThriftEncoder<L> newInstance(Class<L> clazz) throws NoSuchMethodException
NoSuchMethodException
Copyright © 2009–2013 Apache MINA Project. All rights reserved.