@Deprecated public final class SipMethod extends Object
Modifier and Type | Field and Description |
---|---|
static Method |
ACK
Deprecated.
Confirms that the client has received a final response to an INVITE
request.
|
static Method |
BYE
Deprecated.
Terminates a call and can be sent by either the caller or the callee.
|
static Method |
CANCEL
Deprecated.
Cancels any pending request.
|
static Method |
INFO
Deprecated.
Allow for the carrying of session related control information that is
generated during a session.
|
static Method |
INVITE
Deprecated.
Indicates a client is being invited to participate in a call session.
|
static Method |
NOTIFY
Deprecated.
Sent to inform subscribers of changes in state to which the subscriber
has a subscription.
|
static Method |
OPTIONS
Deprecated.
Queries the capabilities of servers.
|
static Method |
PUBLISH
Deprecated.
Publishes event state.
|
static Method |
REFER
Deprecated.
The recipient should refer to a resource provided in the Refer-To header
field of the request.
|
static Method |
REGISTER
Deprecated.
Registers the address listed in the To header field with a SIP server.
|
static Method |
SUBSCRIBE
Deprecated.
Used to request current state and state updates from a remote node.
|
Constructor and Description |
---|
SipMethod()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Method |
valueOf(String name)
Deprecated.
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–2016. All rights reserved.