org.jppf.server.nio.multiplexer.generic
Class MultiplexerServerState
java.lang.Object
org.jppf.server.nio.NioState<MultiplexerTransition>
org.jppf.server.nio.multiplexer.generic.MultiplexerServerState
- Direct Known Subclasses:
- IdentifyingInboundChannelState, IdleState, ReceivingState, SendingMultiplexingInfoState, SendingOrReceivingState, SendingState
public abstract class MultiplexerServerState
- extends NioState<MultiplexerTransition>
Common abstract superclass for all states of a multiplexer connection.
- Author:
- Laurent Cohen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
server
protected MultiplexerNioServer server
- The server that handles this state.
MultiplexerServerState
public MultiplexerServerState(MultiplexerNioServer server)
- Initialize this state.
- Parameters:
server - the server that handles this state.
Copyright © 2005-2010 JPPF Team.