J-Sim v1.2.1-p7 API

drcl.inet.socket
Interface SocketStates

All Known Implementing Classes:
InetSocket, JavaSimSocketImpl

public interface SocketStates

Defines states of a socket.


Field Summary
static int ACCEPTING
           
static int CLOSED
           
static int CLOSING
           
static int CONNECTED
           
static int CONNECTING
           
static int INIT
           
static int NO_OP
           
static java.lang.String[] STATES
           
 

Field Detail

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

J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~