Package | Description |
---|---|
org.jivesoftware.smackx.jingleold |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.packet |
TODO describe me.
|
Modifier and Type | Method and Description |
---|---|
static JingleActionEnum |
JingleActionEnum.getAction(String inActionCode)
Returns the Action enum for a String action value.
|
static JingleActionEnum |
JingleActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JingleActionEnum[] |
JingleActionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract IQ |
JingleSessionState.processJingle(JingleSession session,
Jingle jingle,
JingleActionEnum action)
Process an incoming Jingle Packet.
|
IQ |
JingleSessionStateUnknown.processJingle(JingleSession session,
Jingle jingle,
JingleActionEnum action) |
IQ |
JingleSessionStatePending.processJingle(JingleSession session,
Jingle jingle,
JingleActionEnum action) |
IQ |
JingleSessionStateActive.processJingle(JingleSession session,
Jingle jingle,
JingleActionEnum action) |
IQ |
JingleSessionStateEnded.processJingle(JingleSession session,
Jingle jingle,
JingleActionEnum action)
Pretty much nothing is valid for receiving once we've ended the session.
|
Modifier and Type | Method and Description |
---|---|
JingleActionEnum |
Jingle.getAction()
Get the action specified in the packet.
|
Modifier and Type | Method and Description |
---|---|
void |
Jingle.setAction(JingleActionEnum action)
Set the action in the packet.
|
Constructor and Description |
---|
Jingle(JingleActionEnum action)
A constructor where the action can be specified.
|