public static class TBinaryProtocol.Factory extends java.lang.Object implements TProtocolFactory
Modifier and Type | Field and Description |
---|---|
protected boolean |
strictRead_ |
protected boolean |
strictWrite_ |
Constructor and Description |
---|
TBinaryProtocol.Factory() |
TBinaryProtocol.Factory(boolean strictRead,
boolean strictWrite) |
Modifier and Type | Method and Description |
---|---|
TProtocol |
getProtocol(TTransport trans) |
public TBinaryProtocol.Factory()
public TBinaryProtocol.Factory(boolean strictRead, boolean strictWrite)
public TProtocol getProtocol(TTransport trans)
getProtocol
in interface TProtocolFactory