public final class Action extends Enum
Modifier and Type | Field and Description |
---|---|
static Action |
COMPLETE
Indicates the completion of media establishment.
|
static Action |
CONNECT
Establishes a protocol level session with the server.
|
static Action |
HIBERNATE
Hibernate to enable Client to sleep.
|
static Action |
ICE_ENQUIRY
iceEnquiry to query for ice server information.
|
static Action |
NOTIFY
Equivalent to the Notification of the Notification Server.
|
static Action |
PRACK
Pre-acknowledges provisional responses.
|
static Action |
SEND
For sending SIP chat messages,
|
static Action |
SHUTDOWN
Shuts down a session started by a particular request message.
|
static Action |
START
Message that starts a session with a particular package.
|
static Action |
TRICKLE
Trickle ICE to exchange ICE candidates.
|
Modifier and Type | Method and Description |
---|---|
static Action |
getAction(Frame frame)
Gets
Action from frame. |
static Action |
getAction(String value)
Gets
Action by action name. |
String |
getValue() |
String |
toString() |
static Action |
valueOf(String name) |
static Action[] |
values() |
public static final Action CONNECT
public static final Action START
public static final Action SHUTDOWN
public static final Action COMPLETE
public static final Action NOTIFY
public static final Action PRACK
public static final Action TRICKLE
public static final Action HIBERNATE
public static final Action ICE_ENQUIRY
public static final Action SEND