| Package | Description |
|---|---|
| io.pkts.streams | |
| io.pkts.streams.impl |
| Modifier and Type | Method and Description |
|---|---|
SipStream.CallState |
SipStream.getCallState()
Which
SipStream.CallState the call is in. |
static SipStream.CallState |
SipStream.CallState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipStream.CallState[] |
SipStream.CallState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SipStream.CallState |
SimpleCallStateMachine.getCallState()
The current state of this state machine, same as getting the last element
in
SimpleCallStateMachine.getTransitions() |
SipStream.CallState |
BasicSipStream.getCallState() |
| Modifier and Type | Method and Description |
|---|---|
List<SipStream.CallState> |
SimpleCallStateMachine.getTransitions()
Get a list of all the transitions this state machine took.
|
Copyright © 2021. All Rights Reserved.