public static class TCompactProtocol.Factory extends java.lang.Object implements TProtocolFactory
| Constructor and Description |
|---|
Factory() |
Factory(long stringLengthLimit) |
Factory(long stringLengthLimit,
long containerLengthLimit) |
| Modifier and Type | Method and Description |
|---|---|
TProtocol |
getProtocol(TTransport trans) |
public Factory()
public Factory(long stringLengthLimit)
public Factory(long stringLengthLimit,
long containerLengthLimit)
public TProtocol getProtocol(TTransport trans)
getProtocol in interface TProtocolFactory