Package | Description |
---|---|
org.restlet.ext.sip | |
org.restlet.ext.sip.internal |
Modifier and Type | Method and Description |
---|---|
EventType |
Event.getType()
Deprecated.
Returns the type of the event.
|
Modifier and Type | Method and Description |
---|---|
List<EventType> |
SipRequest.getAllowedEventTypes()
Deprecated.
Returns the list of supported event packages.
|
List<EventType> |
SipResponse.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 |
SipRequest.setAllowedEventTypes(List<EventType> allowedEventTypes)
Deprecated.
Sets the list of supported event packages.
|
void |
SipResponse.setAllowedEventTypes(List<EventType> allowedEventTypes)
Deprecated.
Sets the list of supported event packages.
|
Constructor and Description |
---|
Event(String id,
EventType type)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
EventTypeReader.readValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<EventType> |
EventTypeWriter.append(EventType value)
Deprecated.
|
List<EventType> |
SipInboundRequest.getAllowedEventTypes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<EventType> |
EventTypeWriter.append(EventType value)
Deprecated.
|
static String |
EventTypeWriter.write(EventType eventType)
Deprecated.
Writes an event type.
|
Modifier and Type | Method and Description |
---|---|
void |
SipInboundRequest.setAllowedEventTypes(List<EventType> allowedEventTypes)
Deprecated.
|
static String |
EventTypeWriter.write(List<EventType> eventTypes)
Deprecated.
Writes a list of event types.
|
Copyright © 2005–2015. All rights reserved.