Uses of Interface
ix.util.IPC.SocketlikeCommunicationStrategy

Packages that use IPC.SocketlikeCommunicationStrategy
ix.util General-purpose utilities. 
 

Uses of IPC.SocketlikeCommunicationStrategy in ix.util
 

Classes in ix.util that implement IPC.SocketlikeCommunicationStrategy
static class IPC.ObjectStreamCommunicationStrategy
          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.
static class IPC.SimpleIXCommunicationStrategy
          An ObjectStream communication strategy that provides default host and port assignments for standard I-X agents.
static class IPC.SimpleIXXMLCommunicationStrategy
          An ObjectStream communication strategy that provides default host and port assignments for standard I-X agents and encodes the message contents in XML rather than serializing.
static class IPC.XMLObjectStreamCommunicationStrategy
          A version of ObjectStreamCommunicationStrategy that encodes the message contents in XML rather than serializing.