Package | Description |
---|---|
com.eurotech.framework.net |
Contains interfaces and event model to manage and configure network interfaces on a given system.
|
Modifier and Type | Method and Description |
---|---|
NetworkState |
NetworkStateChangedEvent.getState()
Returns the new network state.
|
NetworkState |
NetworkService.getState()
Returns the overall state of the networking subsystem
|
static NetworkState |
NetworkState.parseCode(int code) |
static NetworkState |
NetworkState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkState[] |
NetworkState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.