public class IOStreamConnectorState extends State
Modifier and Type | Field and Description |
---|---|
static int |
BOF |
static int |
CLOSED |
static int |
CONNECTED |
static int |
EOF |
Constructor and Description |
---|
IOStreamConnectorState()
Creates a new IOStreamConnectorState object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isValidState(int state) |
breakWaiting, getValue, setValue, waitForState, waitForState, waitForStateUpdate
public static final int BOF
public static final int CONNECTED
public static final int EOF
public static final int CLOSED
public IOStreamConnectorState()
public boolean isValidState(int state)
isValidState
in class State
state
- Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.