| Package | Description |
|---|---|
| org.jdiameter.client.api.controller | |
| org.jdiameter.client.api.fsm | |
| org.jdiameter.client.impl | |
| org.jdiameter.client.impl.controller | |
| org.jdiameter.client.impl.fsm |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IPeer.handleMessage(EventTypes type,
IMessage message,
String key)
Put message to peer fsm
|
| Modifier and Type | Method and Description |
|---|---|
static EventTypes |
EventTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypes[] |
EventTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FsmEvent(EventTypes type)
Create instance of class
|
FsmEvent(EventTypes type,
IMessage value)
Create instance of class with predefined parameters
|
FsmEvent(EventTypes type,
IMessage value,
String key)
Create instance of class with predefined parameters
|
FsmEvent(EventTypes type,
String key)
Create instance of class with predefined parameters
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MetaDataImpl.ClientLocalPeer.handleMessage(EventTypes type,
IMessage message,
String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PeerImpl.handleMessage(EventTypes type,
IMessage message,
String key) |
| Modifier and Type | Method and Description |
|---|---|
protected EventTypes |
PeerFSMImpl.MyState.type(StateEvent event) |
Copyright © 2016. All Rights Reserved.