public interface SipWebSocketContext
SipWebSocketContext
interface. Application
may access this object either from
SipServletMessage
or from
SipServletContext
.Modifier and Type | Method and Description |
---|---|
Flow |
getFlow()
Returns the
Flow of the SIP WebSocket connection. |
String |
getHttpHeader(String header)
Returns the http header saved by the sip container at the time of
websocket handshake.
|
String |
getURL()
Returns the fully qualified http URL used to
complete the SIP WebSocket handshake.
|
Principal |
getWebSecurityPrincipal()
Returns a java.security.Principal object containing the name
of the authenticated user at the time of websocket handshake.
|
String getURL()
Flow getFlow()
Flow
of the SIP WebSocket connection.
A Flow
represents the transport association between
the UA and the server.Flow
of the SIP WebSocket connection.Principal getWebSecurityPrincipal()
String getHttpHeader(String header)
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.