public final class SipMethod extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SipMethod() |
Modifier and Type | Method and Description |
---|---|
static Method |
valueOf(String name)
Returns the method associated to a given method name.
|
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
Copyright © 2005–2014. All rights reserved.