|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - public interface TServiceClientFactory<T extends TServiceClient>
A TServiceClientFactory provides a general way to get a TServiceClient connected to a remote TService via a protocol.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
T getClient(TProtocol prot)
prot -
T getClient(TProtocol iprot,
TProtocol oprot)
iprot - oprot -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||