| Package | Description |
|---|---|
| org.sellcom.core.net |
| Modifier and Type | Method | 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(java.lang.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.
|