org.jppf.server.nio.multiplexer
Class MultiplexerChannelInitializer
java.lang.Object
org.jppf.server.nio.multiplexer.MultiplexerChannelInitializer
- All Implemented Interfaces:
- Runnable
public class MultiplexerChannelInitializer
- extends Object
- implements Runnable
Instances of this class act as a separate thread wrapper around a channel handler.
- Author:
- Laurent Cohen
|
Method Summary |
void |
run()
Perform the channel initialization. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiplexerChannelInitializer
public MultiplexerChannelInitializer(AbstractSocketChannelHandler channelHandler)
- Instantiate this initializer with the specified parameters.
- Parameters:
channelHandler - wrapper for the new connection to establish.
run
public void run()
- Perform the channel initialization.
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()
Copyright © 2005-2010 JPPF Team.