T
- public interface TServiceClientFactory<T extends TServiceClient>
Modifier and Type | Method | Description |
---|---|---|
T |
getClient(TProtocol prot) |
Get a brand-new T using prot as both the input and output protocol.
|
T |
getClient(TProtocol iprot,
TProtocol oprot) |
Get a brand new T using the specified input and output protocols.
|