Package | Description |
---|---|
javax.servlet.sip |
The javax.servlet.sip package is the API for the SIP Servlets developed under JSR 359, this v2.0 version updates v1.1 developed under JSR 289.
|
Modifier and Type | Method and Description |
---|---|
Flow |
ProxyBranch.getFlow()
Returns the flow used for sending or receiving messages
on this
ProxyBranch . |
Flow |
SipWebSocketContext.getFlow()
Returns the
Flow of the SIP WebSocket connection. |
Flow |
Proxy.getFlow()
Returns the flow used for sending or receiving messages
on this
Proxy . |
Flow |
SipSession.getFlow()
Returns the flow used for sending or receiving messages
in this
SipSession . |
Flow |
FlowFailedEvent.getFlow()
Returns the failed flow.
|
Flow |
SipServletContext.getFlow(String flowToken)
Returns the flow represented by the flow token.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyBranch.setFlow(Flow flow)
Indicate that the specified flow be used while sending messages on this
ProxyBranch . |
void |
Proxy.setFlow(Flow flow)
Indicate that the specified flow be used while sending messages on this
Proxy . |
void |
SipSession.setFlow(Flow flow)
Indicate that the specified flow be used while sending messages on this
SipSession . |
Constructor and Description |
---|
FlowFailedEvent(Flow flow)
Constructs a
FlowFailedEvent for a specific flow. |
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.