Uses of Class
org.restlet.ext.sip.EventType

Packages that use EventType
org.restlet.ext.sip Support for Session Initiation Protocol (SIP). 
 

Uses of EventType in org.restlet.ext.sip
 

Methods in org.restlet.ext.sip that return EventType
 EventType Event.getType()
          Returns the type of the event.
 

Methods in org.restlet.ext.sip that return types with arguments of type EventType
 List<EventType> SipRequest.getAllowedEventTypes()
          Returns the list of supported event packages.
 List<EventType> SipResponse.getAllowedEventTypes()
          Returns the list of supported event packages.
 

Methods in org.restlet.ext.sip with parameters of type EventType
 void Event.setType(EventType type)
          Sets the type of the event.
 

Method parameters in org.restlet.ext.sip with type arguments of type EventType
 void SipRequest.setAllowedEventTypes(List<EventType> allowedEventTypes)
          Sets the list of supported event packages.
 void SipResponse.setAllowedEventTypes(List<EventType> allowedEventTypes)
          Sets the list of supported event packages.
 

Constructors in org.restlet.ext.sip with parameters of type EventType
Event(String id, EventType type)
          Constructor.
 



Copyright © 2005-2013 Restlet.