- getAcceptLanguage() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the preferred Locale
that the UA originating
this message will accept content in, based on the Accept-Language
header.
- getAcceptLanguages() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns an Iterator
over Locale
objects
indicating, in decreasing order starting with the preferred locale,
the locales that are acceptable to the sending UA based on the
Accept-Language header.
- getAcceptLanguageSet() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns a Set
of Locale
objects
indicating, in decreasing order starting with the preferred locale,
the locales that are acceptable to the sending UA based on the
Accept-Language header.
- getAcknowledgedResponse() - Method in interface javax.servlet.sip.SipServletRequest
-
This method should only be called on an ACK or PRACK message at a UAS or UAC (not a proxy).
- getActiveInvite(UAMode) - Method in interface javax.servlet.sip.SipSession
-
This method returns the active invite request, if any on the session.
- getActiveInviteBranch() - Method in interface javax.servlet.sip.SipSession
-
This method returns the currently active initial invite branch for the session (or null
if there is no active branch).
- getActiveRequest(String) - Method in interface javax.servlet.sip.SipSession
-
This method allows the application to access an active request using its requestId.
- getActiveRequests(UAMode) - Method in interface javax.servlet.sip.SipSession
-
This method returns an immutable collection of currently active requests.
- getAddressHeader(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the value of the specified header as a
Address
object.
- getAddressHeaderList(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns a List
of all Address
header field values for the specified header.
- getAddressHeaders(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns a ListIterator
over all Address
header field values for the specified header.
- getAddToPath() - Method in interface javax.servlet.sip.Proxy
-
Returns true if subsequent invocations of
proxyTo(URI)
or
startProxy()
will add a Path header
to the proxied request, false otherwise.
- getAddToPath() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns true if subsequent invocations of
startProxy()
will add a Path header
to the proxied request, false otherwise.
- getApplicationName() - Method in class javax.servlet.sip.ar.SipTargetedRequestInfo
-
- getApplicationName() - Method in interface javax.servlet.sip.SipApplicationConfiguration
-
Gets the name of the application.
- getApplicationName() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns the name of the SIP application this SipApplicationSession
is
associated with.
- getApplicationSession() - Method in interface javax.servlet.sip.ConvergedHttpSession
-
Returns the parent SipApplicationSession if it exists, if none exists
then a new one is created and returned after associating it with the
converged http session.
- getApplicationSession() - Method in interface javax.servlet.sip.ServletTimer
-
Returns the application session associated with this
ServletTimer
.
- getApplicationSession() - Method in class javax.servlet.sip.SipApplicationSessionBindingEvent
-
Deprecated.
Returns the application session to or from which the object is bound or unbound.
- getApplicationSession() - Method in class javax.servlet.sip.SipApplicationSessionEvent
-
Returns the expired session object.
- getApplicationSession() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the application session to which this message belongs.
- getApplicationSession(boolean) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the app session to which this message belongs.
- getApplicationSession() - Method in interface javax.servlet.sip.SipSession
-
Returns the application session with which this SipSession
is associated.
- getApplicationSessionById(String) - Method in interface javax.servlet.sip.SipSessionsUtil
-
Returns the SipApplicationSession for a given applicationSessionId.
- getApplicationSessionByKey(String, boolean) - Method in interface javax.servlet.sip.SipSessionsUtil
-
Returns the SipApplicationSession for a given session applicationSessionKey
.
- getAttribute(String) - Method in interface javax.servlet.sip.AttributeStore
-
Returns the object bound with the specified name in this store,
or null if no object is bound under the name.
- getAttributeNames() - Method in interface javax.servlet.sip.SipApplicationSession
-
- getAttributeNames() - Method in interface javax.servlet.sip.SipServletMessage
-
- getAttributeNames() - Method in interface javax.servlet.sip.SipSession
-
- getAttributeNameSet() - Method in interface javax.servlet.sip.AttributeStore
-
Returns a Set
of the String objects containing the names of all the
objects bound to this store.
- getAttributeStore() - Method in class javax.servlet.sip.AttributeStoreBindingEvent
-
Returns the attribute store to or from which the object is bound or unbound.
- getB2buaHelper() - Method in interface javax.servlet.sip.SipServletRequest
-
Returns the B2buaHelper associated with this request.
- getCallId() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the value of the Call-ID header in this
SipServletMessage
.
- getCallId() - Method in interface javax.servlet.sip.SipSession
-
Returns the Call-ID for this SipSession
.
- getChallengeRealms() - Method in interface javax.servlet.sip.SipServletResponse
-
Returns an Iterator
over all the realms associated with this
challenge response.
- getChallengeRealmSet() - Method in interface javax.servlet.sip.SipServletResponse
-
Returns an immutable Set
of all the realms associated with this
challenge response.
- getCharacterEncoding() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the name of the charset used for the MIME body sent in
this message.
- getContent() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the content as a Java object.
- getContentLanguage() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the locale of this message.
- getContentLength() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the length in number of bytes of the content part of this
message.
- getContentType() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the value of the Content-Type header field.
- getCorrespondingSipSession(SipSession, String) - Method in interface javax.servlet.sip.SipSessionsUtil
-
Returns related SipSession.
- getCreationTime() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns the time when this session was created, measured in
milliseconds since midnight January 1, 1970 GMT.
- getCreationTime() - Method in interface javax.servlet.sip.SipSession
-
Returns the time when this session was created, measured in
milliseconds since midnight January 1, 1970 GMT.
- getCurrentApplicationSession() - Method in interface javax.servlet.sip.SipSessionsUtil
-
Returns the application session on the current thread's context.
- getDisplayName() - Method in interface javax.servlet.sip.Address
-
Returns the display name of this Address
.
- getDistributable() - Method in interface javax.servlet.sip.SipApplicationConfiguration
-
Returns whether the application is configured as distributable
or not.
- getDnsResolver() - Method in interface javax.servlet.sip.SipServletContext
-
Gets an instance of DnsResolver
class.
- getEnabled() - Method in interface javax.servlet.sip.SessionKeepAlive.Preference
-
Return whether session keep alive is enabled or not.
- getExpiration() - Method in interface javax.servlet.sip.SessionKeepAlive.Preference
-
Return the session expiration in seconds.
- getExpirationInterval() - Method in interface javax.servlet.sip.SessionKeepAlive
-
Returns the expiration interval in seconds, beyond with session will expire.
- getExpirationTime() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns the time in future when this SipApplicationSession will expire.
- getExpires() - Method in interface javax.servlet.sip.Address
-
Returns the value of the "expires" parameter as delta-seconds.
- getExpires() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the value of the Expires header.
- getExpiryCallback() - Method in interface javax.servlet.sip.SessionKeepAlive
-
Return the expiry task set in the session.
- getFinalResponse() - Method in interface javax.servlet.sip.InviteBranch
-
This method will retrieve the final response that corresponds to the branch
or null if there is no such response.
- getFinalResponse() - Method in interface javax.servlet.sip.SipServletRequest
-
This method will retrieve the final response that corresponds to the request or null
if there is no such response.
- getFlow() - Method in class javax.servlet.sip.FlowFailedEvent
-
Returns the failed flow.
- getFlow() - Method in interface javax.servlet.sip.Proxy
-
Returns the flow used for sending or receiving messages
on this Proxy
.
- getFlow() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns the flow used for sending or receiving messages
on this ProxyBranch
.
- getFlow(String) - Method in interface javax.servlet.sip.SipServletContext
-
Returns the flow represented by the flow token.
- getFlow() - Method in interface javax.servlet.sip.SipSession
-
Returns the flow used for sending or receiving messages
in this SipSession
.
- getFlow() - Method in interface javax.servlet.sip.SipWebSocketContext
-
Returns the Flow
of the SIP WebSocket connection.
- getForkingContext() - Method in interface javax.servlet.sip.SipSession
-
Returns the instance of ForkingContext
which this SipSession
is part of.
- getFrom() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the value of the From header.
- getHeader(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the value of the specified header as a
String
.
- getHeader(String) - Method in interface javax.servlet.sip.SipURI
-
Returns the value of the specified header.
- getHeaderForm() - Method in interface javax.servlet.sip.SipServletMessage
-
- getHeaderList(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns all the values of the specified header as a
List of String
objects.
- getHeaderNameList() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns an immutable List
of all the header names this
message contains in the long format.
- getHeaderNameList() - Method in interface javax.servlet.sip.SipURI
-
Returns an immutable List
of the names of all headers
present in this SipURI
.
- getHeaderNames() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns an Iterator
over all the header names this
message contains in the long format.
- getHeaderNames() - Method in interface javax.servlet.sip.SipURI
-
Returns an Iterator
over the names of all headers
present in this SipURI
.
- getHeaders(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns all the values of the specified header as a
ListIterator over a number of String
objects.
- getHost() - Method in interface javax.servlet.sip.SipURI
-
Returns the host part of this SipURI
.
- getHttpHeader(String) - Method in interface javax.servlet.sip.SipWebSocketContext
-
Returns the http header saved by the sip container at the time of
websocket handshake.
- getId() - Method in interface javax.servlet.sip.ServletTimer
-
Returns a string containing the unique identifier assigned to
this timer task.
- getId() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns a string containing the unique identifier assigned to
this session.
- getId() - Method in interface javax.servlet.sip.SipServletRequest
-
This method will return the id of the request.
- getId() - Method in interface javax.servlet.sip.SipSession
-
Returns a string containing the unique identifier assigned to
this session.
- getIndexKeys() - Method in interface javax.servlet.sip.SipApplicationSession
-
Return an immutable Set
of index keys added to this
SipApplicationSession
object.
- getInfo() - Method in interface javax.servlet.sip.ServletTimer
-
Get the information associated with the timer at the time of
creation.
- getInitialPoppedRoute() - Method in interface javax.servlet.sip.SipServletRequest
-
If a top route header had been removed by the container upon
initially receiving this request, then this method can be used to
retrieve it.
- getInitialRemoteAddr() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the IP address of the upstream/downstream hop from which
this message was initially received by the container.
Unlike getRemoteAddr()
, this method
returns the same value regardless of which application invokes it
in the same application composition chain of a specific application router.
- getInitialRemotePort() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the port number of the upstream/downstream hop from which
this message initially received by the container.
- getInitialTransport() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the name of the protocol with which this message was initially
received by the container,
e.g.
- getInputStream() - Method in interface javax.servlet.sip.SipServletRequest
-
Always returns null.
- getInvalidateWhenReady() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns true if the container will notify the application when this
SipApplicationSession
is in the ready-to-invalidate state.
- getInvalidateWhenReady() - Method in interface javax.servlet.sip.SipSession
-
Returns true if the container will notify the application when this
SipSession
is in the ready-to-invalidate state.
- getInviteBranch() - Method in interface javax.servlet.sip.SipServletResponse
-
When called for a response to an initial invite this method will return the invite branch.
- getKeepAlive() - Method in interface javax.servlet.sip.SipSession
-
Return the SessionKeepAlive
of the session.
- getLabel() - Method in class javax.servlet.sip.ar.SipApplicationRoutingRegion
-
Each routing region has a String label.
- getLastAccessedTime() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns the last time an event occurred on this application session.
- getLastAccessedTime() - Method in interface javax.servlet.sip.SipSession
-
Returns the last time the client sent a request associated with this
session, as the number of milliseconds since midnight January 1,
1970 GMT.
- getLastExpirationTime() - Method in interface javax.servlet.sip.SessionKeepAlive
-
Returns the last time a session refresh request is sent, received or proxied with this session,
as the number of milliseconds since midnight January 1, 1970 GMT.
- getLinkedSession(SipSession) - Method in interface javax.servlet.sip.B2buaHelper
-
Returns the other SipSession that is linked to the specified SipSession,
or null if none.
- getLinkedSipServletRequest(SipServletRequest) - Method in interface javax.servlet.sip.B2buaHelper
-
- getLocalAddr() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the IP address of the interface this message was received on.
- getLocalParty() - Method in interface javax.servlet.sip.SipSession
-
Returns the Address
identifying the local party.
- getLocalPort() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the local port this message was received on.
- getLocalSipWebSocketContext() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the instance of SipWebSocketContext
associated with
the SIP WebSocket connection on which this message has arrived or sent.
- getLocalURI() - Method in interface javax.servlet.sip.Flow
-
Represents the local endpoint of the transport association
represented by this flow.
- getLrParam() - Method in interface javax.servlet.sip.SipURI
-
Returns true if the "lr" flag parameter is set, and false
otherwise.
- getMAddrParam() - Method in interface javax.servlet.sip.SipURI
-
Returns the value of the "maddr" parameter, or null if this
is not set.
- getMainServlet() - Method in interface javax.servlet.sip.SipApplicationConfiguration
-
Gets the configured main servlet.
- getManagedBean(Class<T>, Annotation...) - Method in interface javax.servlet.sip.SipSessionsUtil
-
Returns the CDI bean of the specified type and qualifiers in the scope
of the application session of current thread.
- getMaxBreadth() - Method in interface javax.servlet.sip.SipServletRequest
-
Returns the value of the Max-Breadth header.
- getMaxForwards() - Method in interface javax.servlet.sip.SipServletRequest
-
Returns the value of the Max-Forwards header.
- getMessage() - Method in exception javax.servlet.sip.Rel100Exception
-
Returns message phrase suitable for the reason integer code.
- getMethod() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the SIP method of this message.
- getMethodParam() - Method in interface javax.servlet.sip.SipURI
-
Returns the value of the "method" parameter, or null if this
is not set.
- getMinimumExpiration() - Method in interface javax.servlet.sip.SessionKeepAlive.Preference
-
Return Minimum expiration time in seconds.
- getMode() - Method in interface javax.servlet.sip.InviteBranch
-
Return the UAMode
of the InviteBranch
.
- getName() - Method in class javax.servlet.sip.AttributeStoreBindingEvent
-
Returns the name with which the object is bound to or unbound from
the attribute store.
- getName() - Method in class javax.servlet.sip.SipApplicationSessionBindingEvent
-
Deprecated.
Returns the name with which the object is bound to or unbound from
the application session.
- getName() - Method in class javax.servlet.sip.SipSessionBindingEvent
-
Deprecated.
Returns the name with which the object is bound to or unbound from
the session.
- getNextApplication(SipServletRequest, SipApplicationRoutingRegion, SipApplicationRoutingDirective, SipTargetedRequestInfo, Serializable) - Method in interface javax.servlet.sip.ar.SipApplicationRouter
-
This method is called by the container when a servlet sends or proxies
an initial SipServletRequest.
- getNextApplicationName() - Method in class javax.servlet.sip.ar.SipApplicationRouterInfo
-
- getNoCancel() - Method in interface javax.servlet.sip.Proxy
-
Returns true
if the proxy will not cancel outstanding
branches and allow creation of new branches upon receiving the first
2xx INVITE response as in RFC 3841
- getOriginalRequest() - Method in interface javax.servlet.sip.Proxy
-
Returns the request received from the upstream caller.
- getOutboundAddresses() - Method in interface javax.servlet.sip.SipServletContext
-
An immutable instance of the java.util.List
interface containing the InetAddress
representation of
IP addresses which are used by the container to send
out the messages
- getOutboundInterfaces() - Method in interface javax.servlet.sip.SipServletContext
-
An immutable instance of the java.util.List
interface containing the SipURI
representation of
IP addresses which are used by the container to send
out the messages
- getOutputStream() - Method in interface javax.servlet.sip.SipServletResponse
-
Always returns null.
- getParallel() - Method in interface javax.servlet.sip.Proxy
-
Returns true if this proxy object is set to proxy in parallel, or
false if it is set to proxy sequentially.
- getParameter(String) - Method in interface javax.servlet.sip.Parameterable
-
Returns the value of the named parameter, or null if it is not
set.
- getParameter(String) - Method in interface javax.servlet.sip.URI
-
Returns the value of the named parameter, or null if it is not
set.
- getParameterableHeader(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the value of the specified header field as a
Parameterable
object.
- getParameterableHeaderList(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns a List
of all Parameterable
header field values for the specified header name.
- getParameterableHeaders(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns a ListIterator
over all Parameterable
header field values for the specified header name.
- getParameterNames() - Method in interface javax.servlet.sip.Parameterable
-
Returns an Iterator
of the names of all parameters
contained in this object.
- getParameterNames() - Method in interface javax.servlet.sip.URI
-
Returns an Iterator
over the names of all parameters
present in this URI
.
- getParameterNameSet() - Method in interface javax.servlet.sip.Parameterable
-
Returns an immutable Set
of the names of all parameters
contained in this object.
- getParameterNameSet() - Method in interface javax.servlet.sip.URI
-
Returns an immutable Set
of the names of all parameters
present in this URI
.
- getParameters() - Method in interface javax.servlet.sip.Parameterable
-
Returns a Collection view of the parameter name-value mappings
contained in this Parameterable.
- getPathURI() - Method in interface javax.servlet.sip.Proxy
-
Returns a SipURI
that the application can use to
add parameters to the Path header.
- getPathURI() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns a SipURI
that the application can use to
add parameters to the Path header.
- getPendingMessages(SipSession, UAMode) - Method in interface javax.servlet.sip.B2buaHelper
-
For the specified SipSession, returns a List of all uncommitted messages
in the order of increasing CSeq number for the given mode of the session.
- getPhoneContext() - Method in interface javax.servlet.sip.TelURL
-
Returns the phone context of this TelURL
for local numbers or
null
if the phone number is global
- getPhoneNumber() - Method in interface javax.servlet.sip.TelURL
-
Returns the phone number of this TelURL
.
- getPoppedRoute() - Method in interface javax.servlet.sip.SipServletRequest
-
If a top route header had been removed by the container upon receiving
this request, then this method can be used to retrieve it.
- getPort() - Method in interface javax.servlet.sip.SipURI
-
Returns the port number of this SipURI
,
or -1 if this is not set.
- getProtocol() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the name and version of the protocol of this message.
- getProvisionalResponseId() - Method in interface javax.servlet.sip.SipServletResponse
-
Returns an identifier for a reliable provisional response.
- getProxy() - Method in interface javax.servlet.sip.ProxyBranch
-
- getProxy() - Method in interface javax.servlet.sip.SipServletRequest
-
Returns the Proxy
object associated with this request.
- getProxy(boolean) - Method in interface javax.servlet.sip.SipServletRequest
-
Returns the Proxy
object associated with this request.
- getProxy() - Method in interface javax.servlet.sip.SipServletResponse
-
Returns the Proxy
object associated with the
transaction of this SIP response object.
- getProxyBranch(URI) - Method in interface javax.servlet.sip.Proxy
-
Any branch has a primary URI associated with it, using which it was
created.
- getProxyBranch() - Method in interface javax.servlet.sip.SipServletResponse
-
Retruns the ProxyBranch
object associated with the transaction
of this SIP response object.
- getProxyBranches() - Method in interface javax.servlet.sip.Proxy
-
- getProxyBranchTimeout() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns the current value of the search timeout associated
with this ProxyBranch
object.
- getProxyTimeout() - Method in interface javax.servlet.sip.Proxy
-
The current value of the overall proxy timeout value.
- getProxyTimeout() - Method in interface javax.servlet.sip.SipApplicationConfiguration
-
Gets the proxy time out of the application in seconds.
- getQ() - Method in interface javax.servlet.sip.Address
-
Returns the value of the "q" parameter of this Address
.
- getRawContent() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns message content as a byte array.
- getReader() - Method in interface javax.servlet.sip.SipServletRequest
-
Always returns null.
- getReason() - Method in exception javax.servlet.sip.Rel100Exception
-
Returns an integer code indicating the specific reason why this
exception was thrown.
- getReasonPhrase() - Method in interface javax.servlet.sip.SipServletResponse
-
Returns the reason phrase for this response object.
- getRecordRoute() - Method in interface javax.servlet.sip.Proxy
-
Returns true if subsequent invocations of
proxyTo(URI)
will add a Record-Route header to the proxied request, false otherwise.
- getRecordRoute() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns true if subsequent invocations of
proxyTo(URI)
will add a Record-Route header to the proxied request, false otherwise.
- getRecordRouteURI() - Method in interface javax.servlet.sip.Proxy
-
Returns a SipURI
that the application can use to
add parameters to the Record-Route header.
- getRecordRouteURI() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns a SipURI
that the application can use to
add parameters to the Record-Route header.
- getRecurse() - Method in interface javax.servlet.sip.Proxy
-
Returns true if this proxy object is set to recurse, or false otherwise.
- getRecurse() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns true if this proxy branch object is set to recurse, or false otherwise.
- getRecursedProxyBranches() - Method in interface javax.servlet.sip.ProxyBranch
-
Receipt of a 3xx class redirect response on a branch can result in recursed branches
if the proxy or the branch has recursion enabled.
- getRefreshCallback() - Method in interface javax.servlet.sip.SessionKeepAlive
-
Return the task that was previously set using setRefreshTask
method.
- getRefresher() - Method in interface javax.servlet.sip.SessionKeepAlive.Preference
-
Return the type of the refresher.
- getRegion() - Method in interface javax.servlet.sip.SipServletRequest
-
This method allows the application to obtain the region it was
invoked in for this SipServletRequest.
- getRegion() - Method in interface javax.servlet.sip.SipSession
-
This method allows the application to obtain the region it was
invoked in for this SipSession.
- getRemainingTime() - Method in interface javax.servlet.sip.SessionKeepAlive
-
For a UAC return the remaining time for sending the next refresh request in seconds.
- getRemoteAddr() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the IP address of the next upstream/downstream hop from which
this message was received.
- getRemoteParty() - Method in interface javax.servlet.sip.SipSession
-
Returns the Address
identifying the remote party.
- getRemotePort() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the port number of the next upstream/downstream hop from which
this message was received.
- getRemoteURI() - Method in interface javax.servlet.sip.Flow
-
Represents the remote endpoint of the transport association
represented by this flow.
- getRemoteUser() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the login of the user sending this message, if the
user has been authenticated, or null if the user has not been
authenticated.
- getRequest() - Method in interface javax.servlet.sip.InviteBranch
-
Return the SipServletRequest
of the InviteBranch
- getRequest() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns the request associated with this branch.
- getRequest() - Method in class javax.servlet.sip.SipErrorEvent
-
Returns the request object associated with this
SipErrorEvent
.
- getRequest() - Method in interface javax.servlet.sip.SipServletResponse
-
Returns the request associated with this response.
- getRequestURI() - Method in interface javax.servlet.sip.SipServletRequest
-
Returns the request URI of this request.
- getResponse() - Method in interface javax.servlet.sip.ProxyBranch
-
Returns the last response received on this branch.
- getResponse() - Method in class javax.servlet.sip.SipErrorEvent
-
Returns the response object associated with this
SipErrorEvent
.
- getRouteModifier() - Method in class javax.servlet.sip.ar.SipApplicationRouterInfo
-
- getRoutes() - Method in class javax.servlet.sip.ar.SipApplicationRouterInfo
-
An array of SIP routes of the same type (internal or external).
- getRoutingDirective() - Method in interface javax.servlet.sip.SipServletRequest
-
Returns the SipApplicationRoutingDirective
associated with
this request.
- getRoutingRegion() - Method in class javax.servlet.sip.ar.SipApplicationRouterInfo
-
- getScheme() - Method in interface javax.servlet.sip.URI
-
Returns the scheme of this URI
,
for example "sip", "sips" or "tel".
- getSequentialSearchTimeout() - Method in interface javax.servlet.sip.Proxy
-
- getServletContext() - Method in interface javax.servlet.sip.SipSession
-
Returns the ServletContext to which this session belongs.
- getSession() - Method in interface javax.servlet.sip.InviteBranch
-
Return the SipSession
object where the InviteBranch
belongs to
- getSession(String, SipApplicationSession.Protocol) - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns the session object with the specified id associated with the
specified protocol belonging to this application session, or null if not
found.
- getSession() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the SipSession
to which this message belongs.
- getSession(boolean) - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the SipSession
to which this message belongs.
- getSession() - Method in class javax.servlet.sip.SipSessionBindingEvent
-
Deprecated.
Returns the session to or from which the object is bound or unbound.
- getSession() - Method in class javax.servlet.sip.SipSessionEvent
-
Returns the session that changed.
- getSessionKeepAlivePreference() - Method in interface javax.servlet.sip.SipServletMessage
-
Return the session keep alive preference as in the SIP message.
- getSessions() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns an Iterator
over all valid "protocol" sessions
associated with this application session.
- getSessions(String) - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns an Iterator
over all valid "protocol" session objects
associated with the specified protocol associated with this application
session.
- getSessionSet() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns an immutable Set
of all valid "protocol" sessions
associated with this application session.
- getSessionSet(String) - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns an immutable Set
of all valid "protocol" session objects
associated with the specified protocol associated with this application
session.
- getSessionTimeout() - Method in interface javax.servlet.sip.SipApplicationConfiguration
-
Gets the session time out of the application in minutes.
- getSipApplicationConfiguration() - Method in interface javax.servlet.sip.SipServletContext
-
Returns the SipApplicationConfiguration
object that represents the
application configuration.
- getSipApplicationRouter() - Method in class javax.servlet.sip.ar.spi.SipApplicationRouterProvider
-
Retrieve an instance of the application router created by
this provider
- getSipApplicationSessionIds(String) - Method in interface javax.servlet.sip.SipSessionsUtil
-
Return an Set of Ids of the SipApplicationSession
objects on which the specified index key was previously added using
SipApplicationSession.addIndexKey
method.
- getSipApplicationSessionIds() - Method in interface javax.servlet.sip.SipSessionsUtil
-
Return a Set of all Ids of the SipApplicationSession
objects that belong to the application from where this method is invoked.
- getSipFactory() - Method in interface javax.servlet.sip.SipServletContext
-
Gets an instance of application's SipFactory
- getSipServlet() - Method in class javax.servlet.sip.SipServletContextEvent
-
Returns the servlet associated with the event
SipServletContextEvent
.
- getSipSession(String) - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns the SipSession
with the specified id belonging
to this application session, or null if not found.
- getSipSessions() - Method in interface javax.servlet.sip.ForkingContext
-
An immutable Set
of SipSession
objects which are derived sessions on the same forking context.
- getSipSessionsUtil() - Method in interface javax.servlet.sip.SipServletContext
-
Gets an instance of SipSessionsUtil
for
executing session related utility functions like lookup of
SipApplicationSession
instances.
- getSipWebSocketContext(String) - Method in interface javax.servlet.sip.SipServletContext
-
Retrieve the SipWebSocketContext
that the flow token represents.
- getState() - Method in interface javax.servlet.sip.SipSession
-
Returns the current SIP dialog state, which is one of INITIAL, EARLY,
CONFIRMED, or TERMINATED.
- getStateful() - Method in interface javax.servlet.sip.Proxy
-
Deprecated.
stateless proxy is no longer supported
- getStateInfo() - Method in class javax.servlet.sip.ar.SipApplicationRouterInfo
-
- getStatus() - Method in interface javax.servlet.sip.SipServletResponse
-
Returns the status code of this response object.
- getSubscriberURI() - Method in class javax.servlet.sip.ar.SipApplicationRouterInfo
-
- getSubscriberURI() - Method in interface javax.servlet.sip.SipServletRequest
-
Returns the URI of the subscriber for which this application
is invoked to serve.
- getSubscriberURI() - Method in interface javax.servlet.sip.SipSession
-
Returns the URI of the subscriber for which this application
is invoked to serve.
- getSupervised() - Method in interface javax.servlet.sip.Proxy
-
Returns true if the controlling servlet will be invoked on incoming
responses for this proxying operation, and false otherwise.
- getSupported() - Method in interface javax.servlet.sip.SipServletContext
-
An immutable instance of the java.util.List
interface containing the String names of SIP
extensions supported by the container
- getSupportedRfcs() - Method in interface javax.servlet.sip.SipServletContext
-
An immutable instance of the java.util.List
interface containing the RFC numbers represented as
Strings of SIP RFCs supported by the container.
- getTaskFuture(String) - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns Future
object of the task with the specified identity name.
- getTaskFutures() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns Future
objects of all submitted or scheduled task belonging
to this application session.
- getTimer(String) - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns the active timer identified by a specific id that is associated
with this application session.
- getTimeRemaining() - Method in interface javax.servlet.sip.ServletTimer
-
Get the number of milliseconds that will elapse before the next scheduled
timer expiration.
- getTimers() - Method in interface javax.servlet.sip.SipApplicationSession
-
Returns all active timers associated with this application session.
- getTimerService() - Method in interface javax.servlet.sip.SipServletContext
-
Gets an instance of TimerService
class.
- getTo() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the value of the To header.
- getToken() - Method in interface javax.servlet.sip.Flow
-
Gets the flow token representing this flow as defined by RFC 5626.
- getTransport() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns the name of the protocol with which this message was received,
e.g.
- getTransportParam() - Method in interface javax.servlet.sip.SipURI
-
Returns the value of the "transport" parameter, or null if this
is not set.
- getTTLParam() - Method in interface javax.servlet.sip.SipURI
-
Returns the value of the "ttl" parameter, or -1 if this
is not set.
- getType() - Method in class javax.servlet.sip.ar.SipApplicationRoutingRegion
-
Each routing region is either ORIGINATING, TERMINATING, or NEUTRAL type.
- getType() - Method in class javax.servlet.sip.ar.SipTargetedRequestInfo
-
- getUnacknowledgedProvisionalResponse(String) - Method in interface javax.servlet.sip.SipSession
-
This method returns a reliable provisional response using its id.
- getUnacknowledgedProvisionalResponses(UAMode) - Method in interface javax.servlet.sip.SipSession
-
This method returns an immutable collection of unacknowledged reliable provisional responses
for the session.
- getURI() - Method in interface javax.servlet.sip.Address
-
Returns the URI
component of this Address
.
- getURL() - Method in interface javax.servlet.sip.SipWebSocketContext
-
Returns the fully qualified http URL used to
complete the SIP WebSocket handshake.
- getUser() - Method in interface javax.servlet.sip.SipURI
-
Returns the user part of this SipURI
.
- getUserParam() - Method in interface javax.servlet.sip.SipURI
-
Returns the value of the "user" parameter, or null if this
is not set.
- getUserPassword() - Method in interface javax.servlet.sip.SipURI
-
Returns the password of this SipURI
,
or null if this is not set.
- getUserPrincipal() - Method in interface javax.servlet.sip.SipServletMessage
-
Returns a java.security.Principal
object containing
the name of the authenticated user agent sending this message.
- getValue() - Method in interface javax.servlet.sip.Parameterable
-
Returns the field value as a string.
- getWebSecurityPrincipal() - Method in interface javax.servlet.sip.SipWebSocketContext
-
Returns a java.security.Principal object containing the name
of the authenticated user at the time of websocket handshake.
- getWriter() - Method in interface javax.servlet.sip.SipServletResponse
-
Always returns null.
- SC_ACCEPTED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (202) indicating that the request has been accepted for
processing, but the processing has not been completed.
- SC_ADDRESS_INCOMPLETE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (484) indicating that the server received a request
with a To (Section 6.37) address or Request-URI that was
incomplete.
- SC_ALTERNATIVE_SERVICE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (380) indicating alternative service.
- SC_AMBIGUOUS - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (485) indicating that the callee address provided
in the request was ambiguous.
- SC_BAD_EVENT - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (489) indicating that the server did
not understand the event package specified in a "Event" header field.
- SC_BAD_EXTENSION - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (420) indicating that the server did not understand
the protocol extension specified in a Require (Section 6.30)
header field.
- SC_BAD_GATEWAY - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (502) indicating that the server, while acting as
a gateway or proxy, received an invalid response from the
downstream server it accessed in attempting to fulfill the
request.
- SC_BAD_IDENTITY_INFO - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (436) indicating that the Identity-Info header
contains a URI that cannot be dereferenced by the verifier
(either the URI scheme is unsupported by the verifier, or
the resource designated by the URI is otherwise unavailable).
- SC_BAD_REQUEST - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (400) indicating Bad Request.
- SC_BUSY_EVERYWHERE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (600) indicating that the callee's end system was
contacted successfully but the callee is busy and does not
wish to take the call at this time.
- SC_BUSY_HERE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (486) indicating that the callee's end system was
contacted successfully but the callee is curently not willing
or able to take additional call.
- SC_CALL_BEING_FORWARDED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (181) indicating the call is being forwarded.
- SC_CALL_LEG_DONE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (481) indicating Call Leg/Transaction does not exist.
- SC_CALL_QUEUED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (182) indicating the call is queued.
- SC_CONDITIONAL_REQUEST_FAILED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (412) indicating that the precondition given for the
request has failed.
- SC_DECLINE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (603) indicating that the callee's machine was
successfully contacted but the user explicily does not wish
to or cannot participate.
- SC_DOES_NOT_EXIST_ANYWHERE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (604) indicating that the server has authoritative
information that the user indicated in the To request field
does not exist anywhere.
- SC_DOES_NOT_EXIT_ANYWHERE - Static variable in interface javax.servlet.sip.SipServletResponse
-
- SC_EXTENSION_REQUIRED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (421) indicating that the UAS needs a particular
extension to process the request, but this extension is not
listed in a Supported header field in the request.
- SC_FORBIDDEN - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (403) indicating that the caller is forbidden to make
such requests.
- SC_GONE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (410) indicating that the requested resource is no
longer available at the server an no forwarding address is known.
- SC_INTERVAL_TOO_BRIEF - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (423) indicating that the server is rejecting the
request because the expiration time of the resource refreshed
by the request is too short.
- SC_INVALID_IDENTITY_HEADER - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (438) indicating that the verifier receives a
message with an Identity signature that does not correspond
to the digest-string calculated by the verifier.
- SC_LOOP_DETECTED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (482) indicating that the server received a request
with a Via (Section 6.40) path containing itself.
- SC_MAX_BREADTH_EXCEEDED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (440) indicating that a server could not
fork the request in parallel because the number of concurrent parallel
branches exceeded the allowed value in the Max-Breadth header
(RFC 5393).
- SC_MESSAGE_TOO_LARGE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (513) indicating that the server was unable to process
the request since the message length exceeded its capabilities.
- SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (405) indicating that the method specified in the
Request-Line is not allowed for the address identified byt the
Request-URI.
- SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (301) indicating that the callee has moved permanantly.
- SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (302) indicating that the callee has moved temporarily.
- SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (300) indicating Multiple Choices.
- SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (406) indicating the the resource identified by the
request is only capable of generating response entities which
have content characteristics not acceptable according to the
accept headers sent in the request.
- SC_NOT_ACCEPTABLE_ANYWHERE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (606) indicating that the user's agent was contacted
successfully but some aspects of the session description such as
the requested media, bandwidth, or addressing style were not
acceptable.
- SC_NOT_ACCEPTABLE_HERE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (488) indicating that the response has the same
meaning as 606 (Not Acceptable), but only applies to the
specific resource addressed by the Request-URI and the request
may succeed elsewhere.
- SC_NOT_FOUND - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (404) indicating that the server had definitive
information that the user does not exist at the domain
specified in the Request-URI.
- SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (501) indicating that the server does not support
the functionality required to fulfill the request.
- SC_OK - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (200) indicating the request succeeded normally.
- SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (402) indicating that the caller needs to make a payment.
- SC_PRECONDITION_FAILURE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (580) indicating failure to meet certain preconditions.
- SC_PROVIDE_REFERER_IDENTITY - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (429) indicating that the referee must provide a
valid Referred-By token.
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (407) indicating that the client MUST first
authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (413) indicating that the server si refusing to process
a request becaus the request entity is larger than the server is
willing or able to process.
- SC_REQUEST_PENDING - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (491) indicating that the request was received by
a UAS that had a pending request within the same dialog.
- SC_REQUEST_TERMINATED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (487) indicating that the request was terminated by
a BYE or CANCEL request.
- SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (408) indicating that the server could not produce
a response, e.g., a user location, within the time indicated in
the Expires request-header field.
- SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (414) indicating that the server if refusing to
service the request because the Request-URI is longer than the
server is willing to interpret.
- SC_RINGING - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (180) indicating the server has located the callee,
and callee user agent is Ringing the callee.
- SC_SECURITY_AGREEMENT_REQUIRED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (494) indicating that the client must initiate a
security mechanism as defined in RFC 3329.
- SC_SERVER_INTERNAL_ERROR - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (500) indicating that the server encountered an
unexpected condition that prevented it from fulfilling the
request.
- SC_SERVER_TIMEOUT - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (504) indicating that the server did not receive
a timely response from an external server it accessed in
attempting to process the request.
- SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (503) indicating that the server is currently
unable to handle the request due to a temporary overloading
or maintenance of the server.
- SC_SESSION_INTERVAL_TOO_SMALL - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (422) indicating that a request contained a
Session-Expires header field with a duration below the
minimum timer for the server.
- SC_SESSION_PROGRESS - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (183) carries miscellaneous call progress information.
- SC_TEMPORARLY_UNAVAILABLE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (480) indicating that the callee's end system was
contacted successfully but the callee is currently unavailable
(e.g., not logged in or logged in such a manner as to preclude
communication with the callee).
- SC_TOO_MANY_HOPS - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (483) indicating that the server received a request
that contains more Via entries (hops) (Section 6.40) than allowed
by the Max-Forwards (Section 6.23) header field.
- SC_TRYING - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (100) indicating the server is trying
to locate the callee.
- SC_UNAUTHORIZED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (401) indicating that the caller is unauthorized to
make this request.
- SC_UNDECIPHERABLE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (493) indicating that the request was received by
a UAS that contained an encrypted MIME body for which the recipient
does not possess or will not provide an appropriate decryption key.
- SC_UNSUPPORTED_CERTIFICATE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (437) indicating that the verifier cannot validate
the certificate referenced by the URI of the Identity-Info header,
because, for example, the certificate is self-signed, or signed
by a root certificate authority for whom the verifier does not
possess a root certificate.
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (415) indicating that the server is refusing to
service the request because the message body of the request is
in a format not supported by the requested resource for the
requested method.
- SC_UNSUPPORTED_URI_SCHEME - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (416) indicating that the server cannot process the
request because the scheme of the URI in the Request-URI is unknown
to the server.
- SC_USE_IDENTITY_HEADER - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (428) indicating that the request should
be re-sent with an Identity header.
- SC_USE_PROXY - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (305) indicating that he call can be better
handled by the specified proxy server.
- SC_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.sip.SipServletResponse
-
Status code (505) indicating that the server does not support,
the SIP protocol version that was used in the request message.
- scheduledExecutionTime() - Method in interface javax.servlet.sip.ServletTimer
-
Returns the scheduled expiration time of the most recent actual
expiration of this timer.
- send() - Method in interface javax.servlet.sip.SipServletMessage
-
Sends this SipServletMessage
.
- send() - Method in interface javax.servlet.sip.SipServletRequest
-
Causes this request to be sent.
- send() - Method in interface javax.servlet.sip.SipServletResponse
-
Causes this response to be sent.
- sendReliably() - Method in interface javax.servlet.sip.SipServletResponse
-
Requests that this response be sent reliably using the 100rel
extension defined in RFC 3262.
- service(ServletRequest, ServletResponse) - Method in class javax.servlet.sip.SipServlet
-
Invoked to handle incoming SIP messages: requests or responses.
- servletInitialized(SipServletContextEvent) - Method in interface javax.servlet.sip.SipServletListener
-
Notification that the servlet was succesfully initialized
- ServletParseException - Exception in javax.servlet.sip
-
Thrown by the container when an application attempts to parse
a malformed header or addressing structure.
- ServletParseException() - Constructor for exception javax.servlet.sip.ServletParseException
-
Constructs a new parse exception, without any message.
- ServletParseException(String) - Constructor for exception javax.servlet.sip.ServletParseException
-
Constructs a new parse exception with the specified message.
- ServletParseException(String, Throwable) - Constructor for exception javax.servlet.sip.ServletParseException
-
Constructs a new parse exception with the specified detail message and
cause.
- ServletParseException(Throwable) - Constructor for exception javax.servlet.sip.ServletParseException
-
Constructs a new parse exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- ServletTimer - Interface in javax.servlet.sip
-
Created by the TimerService
for servlet applications
wishing to schedule future tasks.
- sessionCreated(SipApplicationSessionEvent) - Method in interface javax.servlet.sip.SipApplicationSessionListener
-
Notification that a session was created.
- sessionCreated(SipSessionEvent) - Method in interface javax.servlet.sip.SipSessionListener
-
Notification that a SipSession
was created.
- sessionDestroyed(SipApplicationSessionEvent) - Method in interface javax.servlet.sip.SipApplicationSessionListener
-
Notification that a session was invalidated.
- sessionDestroyed(SipSessionEvent) - Method in interface javax.servlet.sip.SipSessionListener
-
Notification that a SipSession
was destroyed.
- sessionDidActivate(SipApplicationSessionEvent) - Method in interface javax.servlet.sip.SipApplicationSessionActivationListener
-
Notification that the application session has just been activated.
- sessionDidActivate(SipSessionEvent) - Method in interface javax.servlet.sip.SipSessionActivationListener
-
Notification that the session has just been activated.
- sessionExpired(SipApplicationSessionEvent) - Method in interface javax.servlet.sip.SipApplicationSessionListener
-
Notification that an application session has expired.
- SessionKeepAlive - Interface in javax.servlet.sip
-
Represents Session Keep Alive as specified in RFC 4028.
- SessionKeepAlive.Callback - Interface in javax.servlet.sip
-
An implementation of this interface may be set on the SessionKeepAlive
as a refresh task and/or expiry callback.
- SessionKeepAlive.Preference - Interface in javax.servlet.sip
-
Holds the preference data in the SIP
message headers.
- SessionKeepAlive.Refresher - Enum in javax.servlet.sip
-
Represents the refresher type.
- sessionReadyToInvalidate(SipApplicationSessionEvent) - Method in interface javax.servlet.sip.SipApplicationSessionListener
-
Notification that a SipApplicationSession
is in the
ready-to-invalidate state.
- sessionReadyToInvalidate(SipSessionEvent) - Method in interface javax.servlet.sip.SipSessionListener
-
Notification that a SipSession
is in the ready-to-invalidate
state.
- sessionWillPassivate(SipApplicationSessionEvent) - Method in interface javax.servlet.sip.SipApplicationSessionActivationListener
-
Notification that the application session is about to be passivated.
- sessionWillPassivate(SipSessionEvent) - Method in interface javax.servlet.sip.SipSessionActivationListener
-
Notification that the session is about to be passivated.
- setAcceptLanguage(Locale) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets the preferred Locale
that this user agent will
accept content, reason phrases, warnings, etc.
- setAddressHeader(String, Address) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets the header with the specified name to have the value
specified by the address argument.
- setAddToPath(boolean) - Method in interface javax.servlet.sip.Proxy
-
Specifies whether branches initiated in this proxy operation should
include a Path header for the REGISTER request for this servlet
container or not.
- setAddToPath(boolean) - Method in interface javax.servlet.sip.ProxyBranch
-
Specifies whether this branch should
include a Path header for the REGISTER request for this servlet
container or not.
- setAttribute(String, Object) - Method in interface javax.servlet.sip.AttributeStore
-
Binds an object to this store, using the name specified.
- setCharacterEncoding(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Overrides the name of the character encoding that will be used to
convert the body of this message from bytes to characters or vice
versa.
- setContent(Object, String) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets the content of this message to the specified Object
.
- setContentLanguage(Locale) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets the locale of this message, setting the headers (Content-Language
and the Content-Type's charset) as appropriate.
- setContentLength(int) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets the value of the Content-Length header.
- setContentType(String) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets the content type of the response being sent to the client.
- setDisplayName(String) - Method in interface javax.servlet.sip.Address
-
Sets the display name of this Address
.
- setEnabled(boolean) - Method in interface javax.servlet.sip.SessionKeepAlive.Preference
-
Sets whether the session keep-alive is enabled or not.
- setExpiration(int) - Method in interface javax.servlet.sip.SessionKeepAlive.Preference
-
Set the session expiration.
- setExpires(int) - Method in interface javax.servlet.sip.Address
-
Sets the value of the "expires" parameter.
- setExpires(int) - Method in interface javax.servlet.sip.SipApplicationSession
-
Sets the time of expiry for this application session.
- setExpires(int) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets the value of the Expires header in this message.
- setExpiryCallback(SessionKeepAlive.Callback) - Method in interface javax.servlet.sip.SessionKeepAlive
-
Set the callback that will be executed by the container for sending the session termination request.
- setFlow(Flow) - Method in interface javax.servlet.sip.Proxy
-
Indicate that the specified flow be used while sending messages on this
Proxy
.
- setFlow(Flow) - Method in interface javax.servlet.sip.ProxyBranch
-
Indicate that the specified flow be used while sending messages on this
ProxyBranch
.
- setFlow(Flow) - Method in interface javax.servlet.sip.SipSession
-
Indicate that the specified flow be used while sending messages on this
SipSession
.
- setHandler(String) - Method in interface javax.servlet.sip.SipSession
-
Sets the handler for this SipSession
.
- setHeader(String, String) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets a header with the given name and value.
- setHeader(String, String) - Method in interface javax.servlet.sip.SipURI
-
Sets the value of the specified header in this SipURI
.
- setHeaderForm(SipServletMessage.HeaderForm) - Method in interface javax.servlet.sip.SipServletMessage
-
Indicates which of the compact or long form should the headers in this
message have.
- setHost(String) - Method in interface javax.servlet.sip.SipURI
-
Sets the host part of this SipURI
.
- setInvalidateWhenReady(boolean) - Method in interface javax.servlet.sip.SipApplicationSession
-
Specifies whether the container should notify the application when the
SipApplicationSession is in the ready-to-invalidate state as defined
above.
- setInvalidateWhenReady(boolean) - Method in interface javax.servlet.sip.SipSession
-
Specifies whether the container should notify the application when the
SipSession is in the ready-to-invalidate state as defined above.
- setLrParam(boolean) - Method in interface javax.servlet.sip.SipURI
-
Sets or removes the "lr" parameter depending on the value of the flag.
- setMAddrParam(String) - Method in interface javax.servlet.sip.SipURI
-
Sets the value of the "maddr" parameter.
- setMainServlet(String) - Method in interface javax.servlet.sip.SipApplicationConfiguration
-
Sets the main servlet of the application.
- setMaxBreadth(int) - Method in interface javax.servlet.sip.SipServletRequest
-
Sets the value of the Max-Breadth header.
- setMaxForwards(int) - Method in interface javax.servlet.sip.SipServletRequest
-
Sets the value of the Max-Forwards header.
- setMethodParam(String) - Method in interface javax.servlet.sip.SipURI
-
Sets the value of the "method" parameter.
- setMinimumExpiration(int) - Method in interface javax.servlet.sip.SessionKeepAlive.Preference
-
Minimum expiration possible.
- setNoCancel(boolean) - Method in interface javax.servlet.sip.Proxy
-
Specifies whether the proxy should, or should not cancel outstanding
branches upon receiving the first 2xx INVITE response as defined
in RFC 3841.
- setOutboundInterface(InetSocketAddress) - Method in interface javax.servlet.sip.Proxy
-
In multi-homed environment this method can be used to select
the outbound interface and port number to use for proxy branches.
- setOutboundInterface(InetAddress) - Method in interface javax.servlet.sip.Proxy
-
In multi-homed environment this method can be used to select
the outbound interface to use when sending requests for proxy branches.
- setOutboundInterface(InetSocketAddress) - Method in interface javax.servlet.sip.ProxyBranch
-
In multi-homed environment this method can be used to select
the outbound interface and source port number when forwarding requests
for this proxy branch.
- setOutboundInterface(InetAddress) - Method in interface javax.servlet.sip.ProxyBranch
-
In multi-homed environment this method can be used to select
the outbound interface to use when sending requests for this
proxy branch.
- setOutboundInterface(InetSocketAddress) - Method in interface javax.servlet.sip.SipSession
-
In multi-homed environment this method can be used to select
the outbound interface and source port number to use when sending
requests for this SipSession.
- setOutboundInterface(InetAddress) - Method in interface javax.servlet.sip.SipSession
-
In multi-homed environment this method can be used to select
the outbound interface to use when sending requests for this SipSession.
- setParallel(boolean) - Method in interface javax.servlet.sip.Proxy
-
Specifies whether to proxy in parallel or sequentially.
- setParameter(String, String) - Method in interface javax.servlet.sip.Parameterable
-
Sets the value of the named parameter.
- setParameter(String, String) - Method in interface javax.servlet.sip.URI
-
Sets the value of the named parameter.
- setParameterableHeader(String, Parameterable) - Method in interface javax.servlet.sip.SipServletMessage
-
Sets the header with the specified name to have the value
specified by the address argument.
- setPhoneNumber(String) - Method in interface javax.servlet.sip.TelURL
-
Sets the (global) phone number of this TelURL
.
- setPhoneNumber(String, String) - Method in interface javax.servlet.sip.TelURL
-
Sets the (local) phone number of this TelURL
.
- setPort(int) - Method in interface javax.servlet.sip.SipURI
-
Sets the port number of this SipURI
.
- setProxyBranchTimeout(int) - Method in interface javax.servlet.sip.ProxyBranch
-
Sets the search timeout value for this
ProxyBranch
object.
- setProxyTimeout(int) - Method in interface javax.servlet.sip.Proxy
-
Sets the overall proxy timeout.
- setQ(float) - Method in interface javax.servlet.sip.Address
-
Sets this Address
s qvalue.
- setRecordRoute(boolean) - Method in interface javax.servlet.sip.Proxy
-
Specifies whether branches initiated in this proxy operation should
include a Record-Route header for this servlet engine or not.
- setRecordRoute(boolean) - Method in interface javax.servlet.sip.ProxyBranch
-
Specifies whether this branch should
include a Record-Route header for this servlet engine or not.
- setRecurse(boolean) - Method in interface javax.servlet.sip.Proxy
-
Specifies whether the servlet engine will automatically recurse or not.
- setRecurse(boolean) - Method in interface javax.servlet.sip.ProxyBranch
-
Specifies whether the servlet engine will automatically recurse or not.
- setRefreshCallback(SessionKeepAlive.Callback) - Method in interface javax.servlet.sip.SessionKeepAlive
-
Set the callback that will be executed by the container for sending the refresh request.
- setRefresher(SessionKeepAlive.Refresher) - Method in interface javax.servlet.sip.SessionKeepAlive.Preference
-
Set the refresher type.
- setRequestURI(URI) - Method in interface javax.servlet.sip.SipServletRequest
-
Sets the request URI of this request.
- setRoutingDirective(SipApplicationRoutingDirective, SipServletRequest) - Method in interface javax.servlet.sip.SipServletRequest
-
Sets the application routing directive for an outgoing request.
- setSecure(boolean) - Method in interface javax.servlet.sip.SipURI
-
Sets the scheme of this URI to sip
or sips
depending on whether the argument is true or not.
- setSequentialSearchTimeout(int) - Method in interface javax.servlet.sip.Proxy
-
- setStateful(boolean) - Method in interface javax.servlet.sip.Proxy
-
Deprecated.
stateless proxy is no longer supported
- setStatus(int) - Method in interface javax.servlet.sip.SipServletResponse
-
Sets the status code of this response object.
- setStatus(int, String) - Method in interface javax.servlet.sip.SipServletResponse
-
Sets the status code and reason phrase of this response object.
- setSupervised(boolean) - Method in interface javax.servlet.sip.Proxy
-
Specifies whether the controlling servlet is to be invoked for
incoming responses relating to this proxying.
- setTransportParam(String) - Method in interface javax.servlet.sip.SipURI
-
Sets the value of the "transport" parameter.
- setTTLParam(int) - Method in interface javax.servlet.sip.SipURI
-
Sets the value of the "ttl" parameter.
- setURI(URI) - Method in interface javax.servlet.sip.Address
-
Sets the URI of this Address
.
- setUser(String) - Method in interface javax.servlet.sip.SipURI
-
Sets the user part of this SipURI
.
- setUserParam(String) - Method in interface javax.servlet.sip.SipURI
-
Sets the value of the "user" parameter.
- setUserPassword(String) - Method in interface javax.servlet.sip.SipURI
-
Sets the password of this SipURI
.
- setValue(String) - Method in interface javax.servlet.sip.Parameterable
-
Set the value of the field.
- SIP_APPLICATIONSESSION_CREATE - Static variable in class javax.servlet.sip.SipServlet
-
The string "javax.servlet.sip.ApplicationSession.create".
- SIP_APPLICATIONSESSION_ID - Static variable in class javax.servlet.sip.SipServlet
-
The string "javax.servlet.sip.ApplicationSessionId".
- SIP_APPLICATIONSESSION_KEY - Static variable in class javax.servlet.sip.SipServlet
-
The string "javax.servlet.sip.ApplicationSessionKey".
- SIP_FACTORY - Static variable in class javax.servlet.sip.SipServlet
-
The string "javax.servlet.sip.SipFactory".
- SIP_SESSIONS_UTIL - Static variable in class javax.servlet.sip.SipServlet
-
The string "javax.servlet.sip.SipSessionsUtil".
- SipApplication - Annotation Type in javax.servlet.sip.annotation
-
The @SipApplication annotation is used to create an application level
annotation for a collection of SipServlets
- SipApplicationConfiguration - Interface in javax.servlet.sip
-
Interface for configuring a SIP application programmatically.
- SipApplicationKey - Annotation Type in javax.servlet.sip.annotation
-
The @SipApplicationKey annotation is used when the application
wants to associate the incoming request (and SipSession)
with a certain SipApplicationSession.
- SipApplicationRouter - Interface in javax.servlet.sip.ar
-
This interface class specifies the API between the container and the
application router.
- SipApplicationRouterInfo - Class in javax.servlet.sip.ar
-
The SipApplicationRouterInfo class encapsulates the different pieces of
information that the application router returns to the container when the
container calls the SipApplicationRouter.getNextApplication() method.
- SipApplicationRouterInfo(String, SipApplicationRoutingRegion, String, String[], SipRouteModifier, Serializable) - Constructor for class javax.servlet.sip.ar.SipApplicationRouterInfo
-
Creates a SipApplicationRouterInfo object containing the information necessary for the
conatiner to perform its routing decision.
- SipApplicationRouterProvider - Class in javax.servlet.sip.ar.spi
-
This class is used by the SIP Servlet container to load and instanciate the
application router.
- SipApplicationRouterProvider() - Constructor for class javax.servlet.sip.ar.spi.SipApplicationRouterProvider
-
- SipApplicationRoutingDirective - Enum in javax.servlet.sip.ar
-
Routing directives that an application can select to qualify its actions in some cases.
- SipApplicationRoutingRegion - Class in javax.servlet.sip.ar
-
A class that represents the application routing region.
- SipApplicationRoutingRegion(String, SipApplicationRoutingRegionType) - Constructor for class javax.servlet.sip.ar.SipApplicationRoutingRegion
-
Deployer may define new routing region by constructing a new
SipApplicationRoutingRegion object.
- SipApplicationRoutingRegionType - Enum in javax.servlet.sip.ar
-
Routing regions used in the application selection process.
- SipApplicationSession - Interface in javax.servlet.sip
-
Represents application instances.
- SipApplicationSession.Protocol - Enum in javax.servlet.sip
-
Possible protocols to which sessions contained in the
SipApplicationSession
belong to.
- SipApplicationSessionActivationListener - Interface in javax.servlet.sip
-
Objects that are bound to a SipApplicationSession
may listen to container events
notifying them when the application session to which they are bound will be passivated or
activated.
- SipApplicationSessionAttributeListener - Interface in javax.servlet.sip
-
Deprecated.
As of release 2.0, replaced by AttributeStoreListener
This listener interface can be implemented in order to get
notifications of changes to the attribute lists of application sessions.
- SipApplicationSessionBindingEvent - Class in javax.servlet.sip
-
- SipApplicationSessionBindingEvent(SipApplicationSession, String) - Constructor for class javax.servlet.sip.SipApplicationSessionBindingEvent
-
Deprecated.
Constructs an event that notifies an object that it has been bound
to or unbound from an application session.
- SipApplicationSessionBindingListener - Interface in javax.servlet.sip
-
Deprecated.
As of release 2.0, replaced by AttributeStoreBindingListener
Causes an object to be notified when it is bound to or unbound from
a SipApplicationSession. The object is notified by an SipApplicationSessionBindingEvent
object. This may be as a result of a servlet programmer explicitly
unbinding an attribute from an application session, due to an application session being invalidated,
or due to an application session timing out.
- SipApplicationSessionEvent - Class in javax.servlet.sip
-
This is the class representing event notifications for changes to
SipApplicationSession
s within a SIP servlet application.
- SipApplicationSessionEvent(SipApplicationSession) - Constructor for class javax.servlet.sip.SipApplicationSessionEvent
-
Creates a new SipApplicationSessionEvent
object.
- SipApplicationSessionListener - Interface in javax.servlet.sip
-
Implementations of this interface can receive notifications about
invalidated and/or activated SipApplicationSession
objects
in the SIP application they are part of.
- SipApplicationSessionScoped - Annotation Type in javax.servlet.sip.annotation
-
Contexts and Dependency Injection (CDI) technology, provides a uniform framework for the
dependency injection and lifecycle management of “managed beans”.
- SipConstraint - Annotation Type in javax.servlet.sip.annotation.security
-
This annotation is used within the @SipSecurity
annotation to represent
the security constraints to be applied to all SIP protocol methods for which a
corresponding @SipMethodConstraint
element does NOT occur within the SipSecurity annotation.
- SipErrorEvent - Class in javax.servlet.sip
-
Events of this type are sent to objects implementing the
SipErrorListener
interface when an error occurs which
is related to the applications processing of a SIP transaction.
- SipErrorEvent(SipServletRequest, SipServletResponse) - Constructor for class javax.servlet.sip.SipErrorEvent
-
Constructs a new SipErrorEvent
.
- SipErrorListener - Interface in javax.servlet.sip
-
Causes applications to be notified of various error conditions
occurring during regular SIP transaction processing.
- SipFactory - Interface in javax.servlet.sip
-
Factory interface for a variety of SIP Servlet API abstractions.
- SipInvocationScoped - Annotation Type in javax.servlet.sip.annotation
-
Contexts and Dependency Injection (CDI) technology, provides a uniform framework for the
dependency injection and lifecycle management of “managed beans”.
- SipListener - Annotation Type in javax.servlet.sip.annotation
-
The @SipListener annotation allows the application
developer to specify a listener without declaring
it in the deployment descriptor of the application.
- SipLogin - Annotation Type in javax.servlet.sip.annotation.security
-
This annotation is used within the @SipApplication
annotation to represent
the login configuration to be applied for the application.
- SipLogin.IdentityAssertion - Enum in javax.servlet.sip.annotation.security
-
Defines the identity assertion scheme used for identity assertion.
- SipLogin.IdentityAssertionSupport - Enum in javax.servlet.sip.annotation.security
-
Indicates the level of support for the identity assertion.
- SipMethod - Annotation Type in javax.servlet.sip.annotation
-
Associates the name of a SIP method with an annotation.
- SipMethodConstraint - Annotation Type in javax.servlet.sip.annotation.security
-
This annotation is used within the SipSecurity
annotation to represent security
constraints on specific SIP protocol messages.
- SipPredicate - Annotation Type in javax.servlet.sip.annotation
-
Applies a predicate with a Java method in a SIP Servlet POJO.
- SipResponseCode - Annotation Type in javax.servlet.sip.annotation
-
Associates a response code with an annotation.
- SipResponseRange - Annotation Type in javax.servlet.sip.annotation
-
Associates a response filter with an annotation.
- SipRouteModifier - Enum in javax.servlet.sip.ar
-
Route modifiers as returned by the Application Router, used to interpret the
routes returned from the router.
- SipSecurity - Annotation Type in javax.servlet.sip.annotation.security
-
This annotation is used on a Servlet implementation class to specify security constraints
to be enforced by the container on SIP protocol messages.
- SipSecurity.EmptyRoleSemantic - Enum in javax.servlet.sip.annotation.security
-
Defines the access semantic to be applied to an empty rolesAllowed array.
- SipSecurity.TransportGuarantee - Enum in javax.servlet.sip.annotation.security
-
Defines the data protection requirements that must be satisfied by the transport
- SipServlet - Annotation Type in javax.servlet.sip.annotation
-
The @SipServlet annotation allows for the SipServlet metadata
to be declared without having to create the deployment descriptor.
- SipServlet - Class in javax.servlet.sip
-
Provides an abstract class to be subclassed to create a SIP servlet.
- SipServlet() - Constructor for class javax.servlet.sip.SipServlet
-
- SipServletContext - Interface in javax.servlet.sip
-
Defines a set of method that a SIP servlet application can use
to communicate with SIP servlet container.
- SipServletContextEvent - Class in javax.servlet.sip
-
SIP Servlet specific context event.
- SipServletContextEvent(ServletContext, SipServlet) - Constructor for class javax.servlet.sip.SipServletContextEvent
-
Constructs a new SipServletContextEvent
.
- SipServletListener - Interface in javax.servlet.sip
-
Containers are required to invoke init() on the servlets before
the servlets are ready for service.
- SipServletMessage - Interface in javax.servlet.sip
-
Defines common aspects of SIP requests and responses.
- SipServletMessage.HeaderForm - Enum in javax.servlet.sip
-
Type header forms.
- SipServletRequest - Interface in javax.servlet.sip
-
Represents SIP request messages.
- SipServletResponse - Interface in javax.servlet.sip
-
Represents SIP responses.
- SipSession - Interface in javax.servlet.sip
-
Represents point-to-point SIP relationships.
- SipSession.State - Enum in javax.servlet.sip
-
Possible SIP dialog states from SipSession FSM.
- SipSessionActivationListener - Interface in javax.servlet.sip
-
Objects that are bound to a session may listen to container events
notifying them that sessions will be passivated and that session
will be activated.
- SipSessionAttributeListener - Interface in javax.servlet.sip
-
Deprecated.
As of release 2.0, replaced by AttributeStoreListener
This listener interface can be implemented in order to get
notifications of changes to the attribute lists of sessions
within this SIP servlet application.
- SipSessionBindingEvent - Class in javax.servlet.sip
-
Deprecated.
As of release 2.0, replaced by AttributeStoreBindingEvent
Events of this type are either sent to an object that implements
SipSessionBindingListener
when it is bound or unbound from a
session, or to a SipSessionAttributeListener
that has been
configured in the deployment descriptor when any attribute is bound,
unbound or replaced in a session.
The session binds the object by a call to
SipSession.setAttribute
and unbinds the object by a call
to SipSession.removeAttribute
.
- SipSessionBindingEvent(SipSession, String) - Constructor for class javax.servlet.sip.SipSessionBindingEvent
-
Deprecated.
Constructs an event that notifies an object that it has been bound
to or unbound from a session.
- SipSessionBindingListener - Interface in javax.servlet.sip
-
Deprecated.
As of release 2.0, replaced by AttributeStoreBindingListener
Causes an object to be notified when it is bound to or unbound from
a SipSession. The object is notified by an SipSessionBindingEvent
object. This may be as a result of a servlet programmer explicitly
unbinding an attribute from a session, due to a session being invalidated,
or due to a session timing out.
- SipSessionEvent - Class in javax.servlet.sip
-
This is the class representing event notifications for changes to
SipSession
s within a SIP servlet application.
- SipSessionEvent(SipSession) - Constructor for class javax.servlet.sip.SipSessionEvent
-
Construct a session event from the given source.
- SipSessionListener - Interface in javax.servlet.sip
-
Implementations of this interface are notified of changes to the list
of active SipSessions
in a SIP servlet application.
- SipSessionsUtil - Interface in javax.servlet.sip
-
A utility class providing additional support for
converged HTTP/SIP applications and converged Java EE / SIP applications.
- SipTargetedRequestInfo - Class in javax.servlet.sip.ar
-
The SipTargetedRequestInfo class encapsulates the information that the
container provides to the application router when the container calls the
SipApplicationRouter.getNextApplication() method and the initial request is a
targeted one.
- SipTargetedRequestInfo(SipTargetedRequestType, String) - Constructor for class javax.servlet.sip.ar.SipTargetedRequestInfo
-
Creates a SipTargetedRequestInfo object containing information necessary
to help the application router make its application selection decision
when the request is targeted.
- SipTargetedRequestType - Enum in javax.servlet.sip.ar
-
Type of targeted request
- SipURI - Interface in javax.servlet.sip
-
Represents sip
and sips
URIs.
- SipWebSocketContext - Interface in javax.servlet.sip
-
Each SIP WebSocket connection established to a SIP Servlet
container has an associated instance of
SipWebSocketContext
interface.
- startProxy() - Method in interface javax.servlet.sip.Proxy
-
- startProxy(ProxyBranch.Callback) - Method in interface javax.servlet.sip.Proxy
-
- Subscribe - Annotation Type in javax.servlet.sip.annotation
-
Associates a Java method in a SIPServlet POJO with "SUBSCRIBE"
method.
- SuccessResponse - Annotation Type in javax.servlet.sip.annotation
-
A Java method annotated with this annotation will be used
to handle any SIP success response (codes 200-299).
- SUPPORTED - Static variable in class javax.servlet.sip.SipServlet
-
The string "javax.servlet.sip.supported".
- SUPPORTED_RFCs - Static variable in class javax.servlet.sip.SipServlet
-
The string "javax.servlet.sip.supportedRfcs".