drcl.inet.socket
Interface SocketStates
- All Known Implementing Classes:
- InetSocket, JavaSimSocketImpl
- public interface SocketStates
Defines states of a socket.
INIT
public static final int INIT
- See Also:
- Constant Field Values
CONNECTED
public static final int CONNECTED
- See Also:
- Constant Field Values
CONNECTING
public static final int CONNECTING
- See Also:
- Constant Field Values
CLOSED
public static final int CLOSED
- See Also:
- Constant Field Values
CLOSING
public static final int CLOSING
- See Also:
- Constant Field Values
ACCEPTING
public static final int ACCEPTING
- See Also:
- Constant Field Values
NO_OP
public static final int NO_OP
- See Also:
- Constant Field Values
STATES
public static final java.lang.String[] STATES
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~