net.metanotion.rpc
Class RPCServer

java.lang.Object
  extended by 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)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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