Uses of Class
org.jppf.server.nio.NioServer

Packages that use NioServer
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.multiplexer.generic Classes supporting the multiplexing of TCP ports. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
 

Uses of NioServer in org.jppf.server.nio
 

Fields in org.jppf.server.nio declared as NioServer
protected  NioServer<S,T> NioServerFactory.server
          The server for which this factory is intended.
protected  NioServer AbstractSocketChannelHandler.server
          The NioServer to which the channel is registred.
 

Methods in org.jppf.server.nio that return NioServer
 NioServer<S,T> NioServerFactory.getServer()
          Get the server for which this factory is intended.
 

Constructors in org.jppf.server.nio with parameters of type NioServer
AbstractSocketChannelHandler(NioServer server)
          Initialize this socket channel handler.
AbstractSocketChannelHandler(NioServer server, String host, int port)
          Initialize the channel with the specified host and port.
ChannelSelectorThread(ChannelSelector selector, NioServer<?,?> server)
          Initialize this threadwith the specified name, selector and NIO server.
NioServerFactory(NioServer<S,T> server)
          Initialize this factory with the specified server.
StateTransitionManager(NioServer<S,T> server, boolean sequential)
          Initialize this transition manager with the specified server and sequential flag.
 

Uses of NioServer in org.jppf.server.nio.classloader
 

Subclasses of NioServer in org.jppf.server.nio.classloader
 class ClassNioServer
          Instances of this class serve class loading requests from the JPPF nodes.
 

Uses of NioServer in org.jppf.server.nio.multiplexer
 

Subclasses of NioServer in org.jppf.server.nio.multiplexer
 class MultiplexerNioServer
          Nio server managing connections to and from the multiplexer.
 

Constructors in org.jppf.server.nio.multiplexer with parameters of type NioServer
MultiplexerChannelHandler(NioServer server, String host, int port, ChannelWrapper<?> initialKey)
          Initialize the channel with the specified host and port.
OutboundChannelHandler(NioServer server, String host, int port, ChannelWrapper initialKey)
          Initialize the channel with the specified host and port.
 

Uses of NioServer in org.jppf.server.nio.multiplexer.generic
 

Constructors in org.jppf.server.nio.multiplexer.generic with parameters of type NioServer
MultiplexerChannelHandler(NioServer server, String host, int port, ChannelWrapper initialKey)
          Initialize the channel with the specified host and port.
OutboundChannelHandler(NioServer server, String host, int port, ChannelWrapper initialKey)
          Initialize the channel with the specified host and port.
 

Uses of NioServer in org.jppf.server.nio.nodeserver
 

Subclasses of NioServer in org.jppf.server.nio.nodeserver
 class NodeNioServer
          Instances of this class serve task execution requests to the JPPF nodes.
 



Copyright © 2005-2010 JPPF Team.