Package org.jppf.comm.socket

Support for network communications.

See:
          Description

Interface Summary
SocketInitializer Common interface for objects that establish a connection with a remote socket.
SocketWrapper This interface is common to all classes wrapping an underlying socket connections.
 

Class Summary
AbstractSocketInitializer Common abstract superclass for objects that establish a connection with a remote socket.
AbstractSocketWrapper Common abstract superclass for all socket clients.
BootstrapObjectSerializer This serializer is used solely by the nodes to enable their bootstrapping.
BootstrapSocketClient This class provides a simple API to transfer objects over a TCP socket connection.
SocketChannelClient This SocketWrapper implementation relies on an underlying SocketChannel, in order to allow writing to, and reading from, at the same time from the same socket connection.
SocketClient This class provides a simple API to transfer objects over a TCP socket connection.
SocketInitializerImpl Instances of this class attempt to connect a SocketWrapper to a remote server.
 

Package org.jppf.comm.socket Description

Support for network communications.



Copyright © 2005-2010 JPPF Team.