org.apache.thrift.protocol
Class TBinaryProtocol.Factory
java.lang.Object
org.apache.thrift.protocol.TBinaryProtocol.Factory
- All Implemented Interfaces:
- java.io.Serializable, TProtocolFactory
- Enclosing class:
- TBinaryProtocol
public static class TBinaryProtocol.Factory
- extends java.lang.Object
- implements TProtocolFactory
Factory
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TBinaryProtocol.Factory
public TBinaryProtocol.Factory()
TBinaryProtocol.Factory
public TBinaryProtocol.Factory(boolean strictRead,
boolean strictWrite)
TBinaryProtocol.Factory
public TBinaryProtocol.Factory(boolean strictRead,
boolean strictWrite,
int readLength)
getProtocol
public TProtocol getProtocol(TTransport trans)
- Specified by:
getProtocol in interface TProtocolFactory
Copyright © 2010. All Rights Reserved.