Uses of Package
org.jppf.comm.socket

Packages that use org.jppf.comm.socket
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.comm.recovery Support for detection and recovery from hardware failures occurring on remote peers. 
org.jppf.comm.socket Support for network communications. 
org.jppf.io Support for transport-agnostic communication with remote services and disk overflow. 
org.jppf.jca.work Classes supporting the JPPF server connectivity for the JPPF resource adapter. 
org.jppf.node Support for node life cycle events. 
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.nio Classes supporting asynchronous communication through the NIO APIs. 
org.jppf.server.nio.multiplexer Classes supporting the multiplexing of TCP ports. 
org.jppf.server.node.remote Classes supporting remote nodes. 
 

Classes in org.jppf.comm.socket used by org.jppf.client
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.
 

Classes in org.jppf.comm.socket used by org.jppf.comm.recovery
SocketWrapper
          This interface is common to all classes wrapping an underlying socket connections.
 

Classes in org.jppf.comm.socket used by org.jppf.comm.socket
AbstractSocketInitializer
          Common abstract superclass for objects that establish a connection with a remote socket.
AbstractSocketWrapper
          Common abstract superclass for all socket clients.
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.
 

Classes in org.jppf.comm.socket used by org.jppf.io
SocketWrapper
          This interface is common to all classes wrapping an underlying socket connections.
 

Classes in org.jppf.comm.socket used by org.jppf.jca.work
AbstractSocketInitializer
          Common abstract superclass for objects that establish a connection with a remote socket.
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.
 

Classes in org.jppf.comm.socket used by org.jppf.node
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.
 

Classes in org.jppf.comm.socket used by org.jppf.server
SocketWrapper
          This interface is common to all classes wrapping an underlying socket connections.
 

Classes in org.jppf.comm.socket used by org.jppf.server.nio
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.
SocketInitializer
          Common interface for objects that establish a connection with a remote socket.
 

Classes in org.jppf.comm.socket used by org.jppf.server.nio.multiplexer
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.
 

Classes in org.jppf.comm.socket used by org.jppf.server.node.remote
SocketWrapper
          This interface is common to all classes wrapping an underlying socket connections.
 



Copyright © 2005-2010 JPPF Team.