Uses of Class
org.cafesip.jiplet.JipletRequest

Packages that use JipletRequest
org.cafesip.jiplet This package contains the core Jiplet container classes. 
org.cafesip.jiplet.sip This package provide classes for SIP communications from within a jiplet. 
 

Uses of JipletRequest in org.cafesip.jiplet
 

Methods in org.cafesip.jiplet with parameters of type JipletRequest
 void Jiplet.doAck(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type ACK is received.
 void Jiplet.doBye(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type BYE is received.
 void Jiplet.doCancel(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type CANCEL is received.
 void Jiplet.doExtension(JipletRequest request)
          This method is invoked by the container when a SIP request message is received that is neither REGISTER, INVITE, ACK, BYE, CANCEL, INFO, MESSAGE, NOTIFY, OPTIONS, PRACK, REFER, SUBSCRIBE OR UPDATE.
 void Jiplet.doInfo(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type INFO is received.
 void Jiplet.doInvite(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type INVITE is received.
 void Jiplet.doMessage(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type MESSAGE is received.
 void Jiplet.doNotify(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type NOTIFY is received.
 void Jiplet.doOptions(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type OPTIONS is received.
 void Jiplet.doPrack(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type PRACK is received.
 void Jiplet.doRegister(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type REGISTER is received.
 void Jiplet.doSubscribe(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type SUBSCRIBE is received.
 void Jiplet.doUpdate(JipletRequest request)
          This method is invoked by the container when a SIP request message of the type UPDATE is received.
 void Jiplet.processRequest(JipletRequest request)
          This method is invoked by the container when a SIP request message is received that matches the selection criteria for the jiplet.
 

Uses of JipletRequest in org.cafesip.jiplet.sip
 

Methods in org.cafesip.jiplet.sip with parameters of type JipletRequest
 void ProxyJiplet.processRequest(JipletRequest requestEvent)
           
 



http://www.cafesip.org