| Modifier and Type | Method and Description | 
|---|---|
State | 
BGPSessionImpl.getState()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BGPSessionStateListener.setSessionState(@NonNull State state)
Fired when session state changes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
State | 
BGPSessionStateImpl.getSessionState()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BGPSessionStateImpl.setSessionState(State state)  | 
| Modifier and Type | Method and Description | 
|---|---|
static State | 
State.forValue(short value)  | 
static State | 
State.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static State[] | 
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
State | 
BGPSessionState.getSessionState()
Internal session state. 
 | 
Copyright © 2020 OpenDaylight. All rights reserved.