| Interface | Description |
|---|---|
| ChannelShutdownCleaner |
Shutdown hook run by client.
|
| RpcClient |
An implement implementing an RPC client that
can be used as an utility function for clients
implementing protoc generated rpc interfaces.
|
| RpcClientFactory |
An interface that's used to add and remove clients for channels.
|
| RpcClientSideInvocationListener |
Used for debugging only, used to listen in on invocations
that goes through the client side.
|
| Class | Description |
|---|---|
| ConnectingRpcClientImpl |
An RpcClient implementation that will open a connection to a
particular InetSocketAddress.
|
| MultiChannelClientFactory | |
| RpcClientImpl | |
| RpcClientSideInvocation |
This is a value object that represents the client side of a
invocation.
|
| SingeltonClientFactory |
A factory that will create exactly one instance for a particular
channel.
|
Copyright © 2013. All Rights Reserved.