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