public class CiphersWaiting extends State
Uninitialized
on Timeout
, further proceeds with getting
Cipher Suites on GetChannelCipherSuitesPending
and moves on to
Ciphers
on DefaultAck
Constructor and Description |
---|
CiphersWaiting(int index,
int tag)
Initializes state.
|
Modifier and Type | Method and Description |
---|---|
void |
doAction(StateMachine stateMachine,
RmcpMessage message)
Defines the action that should be performed when a response form the
remote system arrives in the current state.
|
void |
doTransition(StateMachine stateMachine,
StateMachineEvent machineEvent)
Performs the state transition
|
public CiphersWaiting(int index, int tag)
index
- - Index of the channel cipher suite package to gettag
- - Tag of the messagepublic void doTransition(StateMachine stateMachine, StateMachineEvent machineEvent)
State
doTransition
in class State
stateMachine
- - the contextmachineEvent
- - the StateMachineEvent
that was the cause of the
transitionpublic void doAction(StateMachine stateMachine, RmcpMessage message)
State