Uses of Package
ix.util.ipc

Packages that use ix.util.ipc
ix.http   
ix.test Simple applications for testing purposes. 
ix.util General-purpose utilities. 
ix.util.http   
ix.util.ipc   
 

Classes in ix.util.ipc used by ix.http
ServiceAddress
          An object that contains a host name and a port number.
 

Classes in ix.util.ipc used by ix.test
ParameterizedCommStrategy
          A communication strategy that can be given parameters that are usually the names of other communication strategies or communication strategy expressions.
WrapperStrategy
          A communication strategy that is wrapped around another, "inner", strategy.
 

Classes in ix.util.ipc used by ix.util
IPCListener
           
SerializedCommunicationStrategy
          A communication strategy in which a destination is mapped to a host and port number, and objects are sent by writing their serialization to a socket.
 

Classes in ix.util.ipc used by ix.util.http
ServiceAddress
          An object that contains a host name and a port number.
 

Classes in ix.util.ipc used by ix.util.ipc
ObjectStreamConnection
          A Connection that is used to send and receive serialized objects via a socket.
ParameterizedCommStrategy
          A communication strategy that can be given parameters that are usually the names of other communication strategies or communication strategy expressions.
SerializedCommunicationStrategy
          A communication strategy in which a destination is mapped to a host and port number, and objects are sent by writing their serialization to a socket.
ServiceAddress
          An object that contains a host name and a port number.
WrapperStrategy
          A communication strategy that is wrapped around another, "inner", strategy.