Package | Description |
---|---|
org.restlet.ext.sip |
Support for Session Initiation Protocol (SIP).
|
Modifier and Type | Method and Description |
---|---|
EventType |
Event.getType()
Deprecated.
Returns the type of the event.
|
Modifier and Type | Method and Description |
---|---|
List<EventType> |
SipResponse.getAllowedEventTypes()
Deprecated.
Returns the list of supported event packages.
|
List<EventType> |
SipRequest.getAllowedEventTypes()
Deprecated.
Returns the list of supported event packages.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.setType(EventType type)
Deprecated.
Sets the type of the event.
|
Modifier and Type | Method and Description |
---|---|
void |
SipResponse.setAllowedEventTypes(List<EventType> allowedEventTypes)
Deprecated.
Sets the list of supported event packages.
|
void |
SipRequest.setAllowedEventTypes(List<EventType> allowedEventTypes)
Deprecated.
Sets the list of supported event packages.
|
Constructor and Description |
---|
Event(String id,
EventType type)
Deprecated.
Constructor.
|
Copyright © 2005-2017 Restlet.