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