|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.ext.sip.SipMethod
public final class SipMethod
Constants for SIP methods.
Field Summary | |
---|---|
static Method |
ACK
Confirms that the client has received a final response to an INVITE request. |
static Method |
BYE
Terminates a call and can be sent by either the caller or the callee. |
static Method |
CANCEL
Cancels any pending request. |
static Method |
INFO
Allow for the carrying of session related control information that is generated during a session. |
static Method |
INVITE
Indicates a client is being invited to participate in a call session. |
static Method |
NOTIFY
Sent to inform subscribers of changes in state to which the subscriber has a subscription. |
static Method |
OPTIONS
Queries the capabilities of servers. |
static Method |
PUBLISH
Publishes event state. |
static Method |
REFER
The recipient should refer to a resource provided in the Refer-To header field of the request. |
static Method |
REGISTER
Registers the address listed in the To header field with a SIP server. |
static Method |
SUBSCRIBE
Used to request current state and state updates from a remote node. |
Constructor Summary | |
---|---|
SipMethod()
|
Method Summary | |
---|---|
static Method |
valueOf(String name)
Returns the method associated to a given method name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Method ACK
public static final Method BYE
public static final Method CANCEL
public static final Method INFO
public static final Method INVITE
public static final Method NOTIFY
public static final Method OPTIONS
public static final Method PUBLISH
public static final Method REFER
public static final Method REGISTER
public static final Method SUBSCRIBE
Constructor Detail |
---|
public SipMethod()
Method Detail |
---|
public static Method valueOf(String name)
name
- The method name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |