| Package | Description |
|---|---|
| no.rmz.blobee.rpc | |
| no.rmz.blobee.rpc.client |
| Modifier and Type | Method and Description |
|---|---|
static RpcClient |
RpcSetup.newClient(InetSocketAddress socketAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectingRpcClientImpl
An RpcClient implementation that will open a connection to a
particular InetSocketAddress.
|
class |
RpcClientImpl |
| Modifier and Type | Method and Description |
|---|---|
RpcClient |
RpcClientImpl.addInterface(Class serviceDefinition) |
RpcClient |
RpcClient.addInterface(Class serviceInterface)
Let the client handle requests for a service interface.
|
RpcClient |
ConnectingRpcClientImpl.addInterface(Class serviceInterface) |
RpcClient |
RpcClientImpl.addInvocationListener(RpcClientSideInvocationListener listener) |
RpcClient |
RpcClient.addInvocationListener(RpcClientSideInvocationListener listener)
Used for debugging and testing.
|
RpcClient |
ConnectingRpcClientImpl.addInvocationListener(RpcClientSideInvocationListener listener) |
RpcClient |
RpcClientImpl.addProtobuferRpcInterface(Object instance) |
RpcClient |
RpcClient.addProtobuferRpcInterface(Object instance) |
RpcClient |
ConnectingRpcClientImpl.addProtobuferRpcInterface(Object instance) |
RpcClient |
SingeltonClientFactory.getClientFor(org.jboss.netty.channel.Channel channel) |
RpcClient |
RpcClientFactory.getClientFor(org.jboss.netty.channel.Channel channel) |
RpcClient |
MultiChannelClientFactory.getClientFor(org.jboss.netty.channel.Channel channel) |
RpcClient |
RpcClientImpl.start() |
RpcClient |
RpcClient.start()
Start the client.
|
RpcClient |
ConnectingRpcClientImpl.start() |
| Constructor and Description |
|---|
SingeltonClientFactory(RpcClient rpcClient)
Produce a factory that always returns the same rpc client.
|
Copyright © 2013. All Rights Reserved.