Uses of Class
ix.util.ipc.ObjectStreamConnection

Packages that use ObjectStreamConnection
ix.util.ipc   
 

Uses of ObjectStreamConnection in ix.util.ipc
 

Methods in ix.util.ipc with parameters of type ObjectStreamConnection
protected  void SerializedCommunicationStrategy.ObjectStreamNameServer.clientServiceLoop(ObjectStreamConnection connection)
           
protected  void SerializedCommunicationStrategy.ObjectStreamNameServer.handleMessage(ObjectStreamConnection connection, java.lang.Object contents)
           
protected  void SerializedCommunicationStrategy.ObjectStreamServer.receiveFrom(ObjectStreamConnection connection)
           
protected  void SerializedCommunicationStrategy.ObjectStreamServer.receiveLoop(ObjectStreamConnection connection)
           
protected  void SerializedCommunicationStrategy.ObjectStreamNameServer.recordRegistration(ObjectStreamConnection connection, java.lang.String name, ServiceAddress addr)
           
protected  void SerializedCommunicationStrategy.ObjectStreamNameServer.sendReply(ObjectStreamConnection connection, java.lang.Object reply)
           
protected  void SerializedCommunicationStrategy.ObjectStreamNameServer.serveClientOn(ObjectStreamConnection connection)