C D E G H I O P R S T V

C

closeAllSockets() - Method in class org.mobicents.servlet.sip.SipConnector
 

D

doAsynchronousWork(SipApplicationSession) - Method in interface org.mobicents.javax.servlet.sip.SipApplicationSessionAsynchronousWork
The container guarantees that the business logic contained within this method will be executed in a thread-safe manner when using Mobicents Concurrency Control in SipApplicationSession mode
doAsynchronousWork(SipSession) - Method in interface org.mobicents.javax.servlet.sip.SipSessionAsynchronousWork
The container guarantees that the business logic contained within this method will be executed in a thread-safe manner when using Mobicents Concurrency Control in SipSession mode

E

equals(Object) - Method in class org.mobicents.servlet.sip.SipConnector
 

G

getIpAddress() - Method in class org.mobicents.servlet.sip.SipConnector
 
getPort() - Method in class org.mobicents.servlet.sip.SipConnector
 
getProxy1xxTimeout() - Method in interface org.mobicents.javax.servlet.sip.ProxyExt
The current value of the overall proxy 1xx timeout value.
getProxyBranch1xxTimeout() - Method in interface org.mobicents.javax.servlet.sip.ProxyBranchExt
Returns the current value of the search 1xx timeout associated with this ProxyBranch object.
getStaticServerAddress() - Method in class org.mobicents.servlet.sip.SipConnector
 
getStaticServerPort() - Method in class org.mobicents.servlet.sip.SipConnector
 
getStunServerAddress() - Method in class org.mobicents.servlet.sip.SipConnector
 
getStunServerPort() - Method in class org.mobicents.servlet.sip.SipConnector
 
getTransport() - Method in class org.mobicents.servlet.sip.SipConnector
 

H

hashCode() - Method in class org.mobicents.servlet.sip.SipConnector
 

I

isUseStaticAddress() - Method in class org.mobicents.servlet.sip.SipConnector
 
isUseStun() - Method in class org.mobicents.servlet.sip.SipConnector
 

O

onProxyBranchResponseTimeout(ResponseType, ProxyBranch) - Method in interface org.mobicents.javax.servlet.sip.ProxyBranchListener
When a search timeout timer expires on a proxy branch, either on final responses or 1xx response, this triggers a call to this method on all classes implementing this listener interface
org.mobicents.javax.servlet.sip - package org.mobicents.javax.servlet.sip
JSR 289 Extensions not defined in the specification that can prove useful and might be proposed for inclusion in a next release of the SIP Servlets specification.
org.mobicents.servlet.sip - package org.mobicents.servlet.sip
Mobicents SIP Servlets Extensions for applications or external systems to interact with the container.
org.mobicents.servlet.sip.listener - package org.mobicents.servlet.sip.listener
Mobicents SIP Servlets Extensions for applications or external systems to interact with the container

P

ProxyBranchExt - Interface in org.mobicents.javax.servlet.sip
Interface Extension that adds extra features to the JSR 289 ProxyBranch interface.
ProxyBranchListener - Interface in org.mobicents.javax.servlet.sip
Interface Extension that adds extra features to the JSR 289 ProxyBranch capabilities.
ProxyExt - Interface in org.mobicents.javax.servlet.sip
Interface Extension that adds extra features to the JSR 289 Proxy interface.

R

ResponseType - Enum in org.mobicents.javax.servlet.sip
 

S

scheduleAsynchronousWork(SipApplicationSessionAsynchronousWork) - Method in interface org.mobicents.javax.servlet.sip.SipApplicationSessionExt
This method allows an application to access a SipApplicationSession in an asynchronous manner.
scheduleAsynchronousWork(SipSessionAsynchronousWork) - Method in interface org.mobicents.javax.servlet.sip.SipSessionExt
This method allows an application to access a SipSession in an asynchronous manner.
setIpAddress(String) - Method in class org.mobicents.servlet.sip.SipConnector
 
setOutboundInterface(SipURI) - Method in interface org.mobicents.javax.servlet.sip.ProxyBranchExt
In multi-homed environment this method can be used to select the outbound interface and port number and transport to use for proxy branches.
setOutboundInterface(SipURI) - Method in interface org.mobicents.javax.servlet.sip.ProxyExt
In multi-homed environment this method can be used to select the outbound interface and port number and transport to use for proxy branches.
setOutboundInterface(SipURI) - Method in interface org.mobicents.javax.servlet.sip.SipSessionExt
In multi-homed environment this method can be used to select the outbound interface to use when sending requests for this SipSession.
setPort(int) - Method in class org.mobicents.servlet.sip.SipConnector
 
setProxy1xxTimeout(int) - Method in interface org.mobicents.javax.servlet.sip.ProxyExt
This is the amount of time, in seconds, the container waits for an informational response when proxying.
setProxyBranch1xxTimeout(int) - Method in interface org.mobicents.javax.servlet.sip.ProxyBranchExt
Sets the search timeout value for this ProxyBranch object for 1xx responses.
setStaticServerAddress(String) - Method in class org.mobicents.servlet.sip.SipConnector
 
setStaticServerPort(int) - Method in class org.mobicents.servlet.sip.SipConnector
 
setStunServerAddress(String) - Method in class org.mobicents.servlet.sip.SipConnector
 
setStunServerPort(int) - Method in class org.mobicents.servlet.sip.SipConnector
 
setTransport(String) - Method in class org.mobicents.servlet.sip.SipConnector
 
setUseStaticAddress(boolean) - Method in class org.mobicents.servlet.sip.SipConnector
 
setUseStun(boolean) - Method in class org.mobicents.servlet.sip.SipConnector
 
SipApplicationSessionAsynchronousWork - Interface in org.mobicents.javax.servlet.sip
Applications that wants to schedule asynchronous work against a SipApplicationSession in a thread safe manner should implement this interface.
SipApplicationSessionExt - Interface in org.mobicents.javax.servlet.sip
Interface Extension that adds extra features to the JSR 289 SipApplicationSession interface.
SipConnector - Class in org.mobicents.servlet.sip
Represents a Mobicents Sip Servlets SIP connector and its various attributes
SipConnector() - Constructor for class org.mobicents.servlet.sip.SipConnector
 
sipConnectorAdded(SipConnector) - Method in interface org.mobicents.servlet.sip.listener.SipConnectorListener
a Sip Connector has been added
SipConnectorListener - Interface in org.mobicents.servlet.sip.listener
Interface to implement by the class to be notified of sip connector management events.
sipConnectorRemoved(SipConnector) - Method in interface org.mobicents.servlet.sip.listener.SipConnectorListener
a Sip Connector has been removed
SipSessionAsynchronousWork - Interface in org.mobicents.javax.servlet.sip
Applications that wants to schedule asynchronous work against a SipSession in a thread safe manner should implement this interface.
SipSessionExt - Interface in org.mobicents.javax.servlet.sip
Interface Extension that adds extra features to the JSR 289 SipSession interface.

T

toString() - Method in class org.mobicents.servlet.sip.SipConnector
 

V

valueOf(String) - Static method in enum org.mobicents.javax.servlet.sip.ResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mobicents.javax.servlet.sip.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.

C D E G H I O P R S T V

Copyright © 2010. All Rights Reserved.