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