Uses of Interface
net.metanotion.util.Dispatcher

Packages that use Dispatcher
net.metanotion.rpc   
net.metanotion.util   
 

Uses of Dispatcher in net.metanotion.rpc
 

Methods in net.metanotion.rpc with parameters of type Dispatcher
 void RPCCodecFactory.addProtocol(ProtocolVersion pv, Dispatcher<?,byte[]> d, java.lang.Class c, EncoderFactory ef)
           
 

Constructor parameters in net.metanotion.rpc with type arguments of type Dispatcher
RPCDecoder(java.util.Map<ProtocolVersion,Dispatcher<?,byte[]>> dispatchers, int maxMessageSize)
           
 

Uses of Dispatcher in net.metanotion.util
 

Constructors in net.metanotion.util with parameters of type Dispatcher
DispatchObjectStream(Dispatcher<I,ObjectInputStream> d, ObjectInputStream ois, ObjectOutputStream oos, I i)