| Modifier and Type | Method and Description |
|---|---|
ExternalConnectionStatus |
InboundNetworkConnection.getStatus() |
ExternalConnectionStatus |
OutboundNetworkConnection.getStatus() |
static ExternalConnectionStatus |
ExternalConnectionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalConnectionStatus[] |
ExternalConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InboundNetworkConnection.setStatus(ExternalConnectionStatus status) |
void |
OutboundNetworkConnection.setStatus(ExternalConnectionStatus status) |
Copyright © 2020. All Rights Reserved.