| Package | Description |
|---|---|
| no.rmz.blobee.rpc.server |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcServerImpl
An implementation of an RpcServer that will listen for incoming
TCP connections on a given InetSocketAddress, and will then handle
incoming RPC connections on that TCP connection.
|
| Modifier and Type | Method and Description |
|---|---|
RpcServer |
RpcServerImpl.addImplementation(com.google.protobuf.Service service,
Class iface)
Add a service to the server.
|
RpcServer |
RpcServerImpl.start()
Bind to bootstrap socket and start accepting incoming connections and
requests.
|
RpcServer |
RpcServer.start() |
Copyright © 2013. All Rights Reserved.