Uses of Class
ix.util.ipc.ServiceAddress

Packages that use ServiceAddress
ix.http   
ix.util.http   
ix.util.ipc   
 

Uses of ServiceAddress in ix.http
 

Methods in ix.http with parameters of type ServiceAddress
static java.lang.Object HttpNameServer.Syntax.makeRegisterMessage(java.lang.String agentName, ServiceAddress addr)
           
 

Uses of ServiceAddress in ix.util.http
 

Methods in ix.util.http with parameters of type ServiceAddress
 java.net.URL HttpUtilities.makeMessageURL(ServiceAddress addr, java.lang.String path)
           
 

Uses of ServiceAddress in ix.util.ipc
 

Methods in ix.util.ipc with parameters of type ServiceAddress
protected  void SerializedCommunicationStrategy.ObjectStreamNameServer.recordRegistration(ObjectStreamConnection connection, java.lang.String name, ServiceAddress addr)
           
 void SerializedCommunicationStrategy.setDestinationAddress(java.lang.String destination, ServiceAddress addr)
           
 

Constructors in ix.util.ipc with parameters of type ServiceAddress
SerializedCommunicationStrategy.ObjectStreamNameServer(SerializedCommunicationStrategy strategy, ServiceAddress addr)