Uses of Package
org.jppf.server.nio

Packages that use org.jppf.server.nio
org.jppf.classloader Support for socket-based communication with remote services. 
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.debug Classes providing server debug information via JMX. 
org.jppf.server.job Support for job management in the server. 
org.jppf.server.nio Classes supporting asynchronous communication through the NIO APIs. 
org.jppf.server.nio.classloader Support for socket-based communication with remote services. 
org.jppf.server.nio.multiplexer Classes supporting the multiplexing of TCP ports. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
 

Classes in org.jppf.server.nio used by org.jppf.classloader
AbstractChannelWrapper
          Wraps a communication channel, no matter what the channel is.
AbstractLocalChannelWrapper
          Channel wrapper and I/O implementation for the class loader of an in-VM node.
AbstractNioContext
          Context associated with an open communication channel.
ChannelWrapper
          Interface for a set of abstractions wrapping different communication channels into a common semantic.
 

Classes in org.jppf.server.nio used by org.jppf.server
ChannelWrapper
          Interface for a set of abstractions wrapping different communication channels into a common semantic.
 

Classes in org.jppf.server.nio used by org.jppf.server.debug
ChannelWrapper
          Interface for a set of abstractions wrapping different communication channels into a common semantic.
 

Classes in org.jppf.server.nio used by org.jppf.server.job
ChannelWrapper
          Interface for a set of abstractions wrapping different communication channels into a common semantic.
 

Classes in org.jppf.server.nio used by org.jppf.server.nio
AbstractChannelWrapper
          Wraps a communication channel, no matter what the channel is.
AbstractNioContext
          Context associated with an open communication channel.
ChannelSelector
          Interface for objects that act as an NIO selector for local (in-VM) channels.
ChannelWrapper
          Interface for a set of abstractions wrapping different communication channels into a common semantic.
NioContext
          Context associated with an open communication channel.
NioMessage
          Instances of this class are wrappers for the data to send to or receive from nodes.
NioServer
          Generic server for non-blocking asynchronous socket channel based communications.
NioServerFactory
          Instances of this class provide a mapping of enumerated values for states and transitions to the actual corresponding objects.
NioState
          State associated with a socket channel.
NioTransition
          Instances of this class define the transition of one NIO state to another.
StateTransitionManager
          Instances of this class manage the state transitions of channels opened via a NioServer.
StateTransitionManager.ChannelRegistrationAction
          Abstract super class for an action to perform upon registration of a channel.
 

Classes in org.jppf.server.nio used by org.jppf.server.nio.classloader
AbstractNioContext
          Context associated with an open communication channel.
ChannelWrapper
          Interface for a set of abstractions wrapping different communication channels into a common semantic.
NioContext
          Context associated with an open communication channel.
NioServer
          Generic server for non-blocking asynchronous socket channel based communications.
NioServerFactory
          Instances of this class provide a mapping of enumerated values for states and transitions to the actual corresponding objects.
SimpleNioContext
          Context associated with an open socket channel.
 

Classes in org.jppf.server.nio used by org.jppf.server.nio.multiplexer
AbstractNioContext
          Context associated with an open communication channel.
AbstractSocketChannelHandler
          Instances of this class act as wrapper for a connection to a JPPF component.
ChannelWrapper
          Interface for a set of abstractions wrapping different communication channels into a common semantic.
NioContext
          Context associated with an open communication channel.
NioServer
          Generic server for non-blocking asynchronous socket channel based communications.
NioServerFactory
          Instances of this class provide a mapping of enumerated values for states and transitions to the actual corresponding objects.
NioState
          State associated with a socket channel.
NioTransition
          Instances of this class define the transition of one NIO state to another.
SimpleNioContext
          Context associated with an open socket channel.
 

Classes in org.jppf.server.nio used by org.jppf.server.nio.nodeserver
AbstractChannelWrapper
          Wraps a communication channel, no matter what the channel is.
AbstractLocalChannelWrapper
          Channel wrapper and I/O implementation for the class loader of an in-VM node.
AbstractNioContext
          Context associated with an open communication channel.
ChannelWrapper
          Interface for a set of abstractions wrapping different communication channels into a common semantic.
NioContext
          Context associated with an open communication channel.
NioObject
          Instances of this class represent a data frame read asynchronously from an input source.
NioServer
          Generic server for non-blocking asynchronous socket channel based communications.
NioServerFactory
          Instances of this class provide a mapping of enumerated values for states and transitions to the actual corresponding objects.
 



Copyright © 2005-2010 JPPF Team.