public final class RpcSetup extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUFFER_SIZE
The default buffer size for the client.
|
static Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
static RpcClient |
newClient(InetSocketAddress socketAddress) |
static RpcServerImpl |
newServer(InetSocketAddress inetSocketAddress) |
static RpcServerImpl |
newServer(InetSocketAddress inetSocketAddress,
RpcMessageListener rpcMessageListener) |
static RpcServerImpl |
newServer(InetSocketAddress inetSocketAddress,
RpcMessageListener rpcMessageListener,
ExecutionServiceListener esListener) |
public static final Logger log
public static final int DEFAULT_BUFFER_SIZE
public static RpcClient newClient(InetSocketAddress socketAddress)
public static RpcServerImpl newServer(InetSocketAddress inetSocketAddress, RpcMessageListener rpcMessageListener)
public static RpcServerImpl newServer(InetSocketAddress inetSocketAddress, RpcMessageListener rpcMessageListener, ExecutionServiceListener esListener)
public static RpcServerImpl newServer(InetSocketAddress inetSocketAddress)
Copyright © 2013. All Rights Reserved.