|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
---|---|
org.restlet.ext.sip | Support for Session Initiation Protocol (SIP). |
Uses of Priority in org.restlet.ext.sip |
---|
Fields in org.restlet.ext.sip declared as Priority | |
---|---|
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. |
Methods in org.restlet.ext.sip that return Priority | |
---|---|
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. |
Methods in org.restlet.ext.sip with parameters of type Priority | |
---|---|
void |
SipRequest.setPriority(Priority priority)
Sets the urgency of the request as perceived by the client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |