| Package | Description |
|---|---|
| org.sellcom.core.net |
| Modifier and Type | Method and Description |
|---|---|
NetworkEndPoint.State |
DatagramReceiver.getState() |
NetworkEndPoint.State |
DatagramSender.getState() |
NetworkEndPoint.State |
DatagramSenderAndReceiver.getState() |
NetworkEndPoint.State |
NetworkEndPoint.getState()
Returns the state of this end point.
|
static NetworkEndPoint.State |
NetworkEndPoint.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkEndPoint.State[] |
NetworkEndPoint.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|