net.metanotion.rpc
Class RPCServer
java.lang.Object
net.metanotion.rpc.RPCServer
public final class RPCServer
- extends java.lang.Object
|
Constructor Summary |
RPCServer(IoService service,
int maxPacketSize,
java.util.List<java.lang.String> protocols,
ObserverFactory<IoSession> factory)
|
RPCServer(IoService service,
int maxPacketSize,
java.util.List<java.lang.String> protocols,
ObserverFactory<IoSession> factory,
java.util.concurrent.ExecutorService pool)
|
RPCServer(IoService service,
int maxPacketSize,
java.util.List<java.lang.String> protocols,
ObserverFactory<IoSession> factory,
MessageBusManager bus)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPCServer
public RPCServer(IoService service,
int maxPacketSize,
java.util.List<java.lang.String> protocols,
ObserverFactory<IoSession> factory)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
RPCServer
public RPCServer(IoService service,
int maxPacketSize,
java.util.List<java.lang.String> protocols,
ObserverFactory<IoSession> factory,
java.util.concurrent.ExecutorService pool)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
RPCServer
public RPCServer(IoService service,
int maxPacketSize,
java.util.List<java.lang.String> protocols,
ObserverFactory<IoSession> factory,
MessageBusManager bus)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException