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

Packages that use AbstractSocketChannelHandler
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. 
 

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

Subclasses of AbstractSocketChannelHandler in org.jppf.server.nio.multiplexer
 class MultiplexerChannelHandler
          Instances of this class are used when a client or node is connecting to the multiplexer.
 class OutboundChannelHandler
          They handle (re)connection services when needed.
 

Constructors in org.jppf.server.nio.multiplexer with parameters of type AbstractSocketChannelHandler
MultiplexerChannelInitializer(AbstractSocketChannelHandler channelHandler)
          Instantiate this initializer with the specified parameters.
 

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

Constructors in org.jppf.server.nio.multiplexer.generic with parameters of type AbstractSocketChannelHandler
MultiplexerChannelInitializer(AbstractSocketChannelHandler channelHandler)
          Instantiate this initializer with the specified parameters.
 



Copyright © 2005-2010 JPPF Team.