Uses of Interface
org.jainslee.resources.sip.SipRequest
-
Packages that use SipRequest Package Description org.jainslee.resources.sip org.jainslee.resources.sip.overloadcontrol -
-
Uses of SipRequest in org.jainslee.resources.sip
Subinterfaces of SipRequest in org.jainslee.resources.sip Modifier and Type Interface Description interface
IncomingSipRequest
Represents an incoming SIP request and it's underlying server transaction.interface
OutgoingSipRequest
Represents an outgoing SIP request and it's underlying client transaction.Methods in org.jainslee.resources.sip that return SipRequest Modifier and Type Method Description SipRequest
SipSession. getInitialRequest()
Get the incoming or outgoing request that initiated this session.SipRequest
SipResponse. getRequest()
Methods in org.jainslee.resources.sip with parameters of type SipRequest Modifier and Type Method Description void
SipSession. sendCancel(SipRequest cancel)
Convenience method to send a CANCEL request for the current outgoing INVITE request on this session, copying any Reason headers from another CANCEL. -
Uses of SipRequest in org.jainslee.resources.sip.overloadcontrol
Methods in org.jainslee.resources.sip.overloadcontrol with parameters of type SipRequest Modifier and Type Method Description LimiterInstruction
SipOverloadControlPlugin. invoke(SipRequest request)
This operation is invoked by the SIS when it receives a SIP request from the network.
-