Uses of Interface
net.metanotion.rpc.MessageSocket

Packages that use MessageSocket
net.metanotion.rpc   
 

Uses of MessageSocket in net.metanotion.rpc
 

Classes in net.metanotion.rpc that implement MessageSocket
 class IoSessionMessageSocket
           
 

Method parameters in net.metanotion.rpc with type arguments of type MessageSocket
 EndPoint MINAEndPointFactory.newBindingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint LocalMessageBusServer.newBindingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint EndPointFactory.newBindingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint MINAEndPointFactory.newConnectingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint LocalMessageBusServer.newConnectingEndPoint(ObserverFactory<MessageSocket> connectionHandler)
           
 EndPoint EndPointFactory.newConnectingEndPoint(ObserverFactory<MessageSocket> connectionHandler)