Uses of Class
org.jppf.comm.socket.SocketChannelClient

Packages that use SocketChannelClient
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.nio.multiplexer.generic Classes supporting the multiplexing of TCP ports. 
 

Uses of SocketChannelClient in org.jppf.server.nio
 

Fields in org.jppf.server.nio declared as SocketChannelClient
protected  SocketChannelClient AbstractSocketChannelHandler.socketClient
          Wrapper around the underlying socket connection.
 

Methods in org.jppf.server.nio that return SocketChannelClient
 SocketChannelClient AbstractSocketChannelHandler.getSocketClient()
          Get the wrapper around the underlying socket connection.
protected abstract  SocketChannelClient AbstractSocketChannelHandler.initSocketChannel()
          Initialize the channel client.
 

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

Methods in org.jppf.server.nio.multiplexer that return SocketChannelClient
protected  SocketChannelClient OutboundChannelHandler.initSocketChannel()
          Initialize the channel client.
protected  SocketChannelClient MultiplexerChannelHandler.initSocketChannel()
          Initialize the channel client.
 

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

Methods in org.jppf.server.nio.multiplexer.generic that return SocketChannelClient
protected  SocketChannelClient OutboundChannelHandler.initSocketChannel()
          Initialize the channel client.
protected  SocketChannelClient MultiplexerChannelHandler.initSocketChannel()
          Initialize the channel client.
 



Copyright © 2005-2010 JPPF Team.