| Package | Description |
|---|---|
| org.restlet.ext.sip | |
| org.restlet.ext.sip.internal |
| Modifier and Type | Field and Description |
|---|---|
static Priority |
Priority.EMERGENCY
Deprecated.
Highest level of priority.
|
static Priority |
Priority.NON_URGENT
Deprecated.
Lowest level of priority.
|
static Priority |
Priority.NORMAL
Deprecated.
Normal level of priority.
|
static Priority |
Priority.URGENT
Deprecated.
Urgent level of priority.
|
| Modifier and Type | Method and Description |
|---|---|
Priority |
SipRequest.getPriority()
Deprecated.
Returns the urgency of the request as perceived by the client.
|
static Priority |
Priority.register(String name)
Deprecated.
Register an option tag that can later be retrieved using
valueOf(String). |
static Priority |
Priority.valueOf(String value)
Deprecated.
Returns the priority associated to a value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SipRequest.setPriority(Priority priority)
Deprecated.
Sets the urgency of the request as perceived by the client.
|
| Modifier and Type | Method and Description |
|---|---|
Priority |
SipInboundRequest.getPriority()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SipInboundRequest.setPriority(Priority priority)
Deprecated.
|
Copyright © 2005–2016. All rights reserved.