Methods
| Modifier and Type |
Method and Description |
void |
addIpLoadBalancerRouteHeader(javax.sip.message.Request request,
String lbhost,
int lbport) |
void |
addLoadBalancerRouteHeader(javax.sip.message.Request request,
MobicentsExtendedListeningPoint mobicentsExtendedListeningPoint) |
Address |
createAddress(String sipAddress) |
Address |
createAddress(URI uri) |
Address |
createAddress(URI uri,
String displayName) |
SipApplicationSession |
createApplicationSession() |
SipApplicationSession |
createApplicationSession(boolean managed) |
MobicentsSipApplicationSession |
createApplicationSession(SipContext sipContext)
Creates an application session associated with the context
|
SipApplicationSession |
createApplicationSessionByAppName(String sipAppName,
boolean isContainerManaged) |
SipApplicationSession |
createApplicationSessionByKey(String sipApplicationKey) |
SipApplicationSession |
createApplicationSessionByKey(String sipApplicationKey,
boolean managed) |
AuthInfo |
createAuthInfo() |
Parameterable |
createParameterable(String value) |
SipServletRequest |
createRequest(SipApplicationSession appSession,
String method,
Address from,
Address to) |
SipServletRequest |
createRequest(SipApplicationSession sipAppSession,
String method,
Address from,
Address to,
String handler,
String originalCallId,
String fromTagToUse) |
SipServletRequest |
createRequest(SipApplicationSession appSession,
String method,
String from,
String to) |
SipServletRequest |
createRequest(SipApplicationSession sipAppSession,
String method,
String from,
String to,
String handler) |
SipServletRequest |
createRequest(SipApplicationSession appSession,
String method,
URI from,
URI to) |
SipServletRequest |
createRequest(SipApplicationSession sipAppSession,
String method,
URI from,
URI to,
String handler) |
SipServletRequest |
createRequest(SipServletRequest origRequest,
boolean sameCallId) |
SipServletRequest |
createRequestWithCallID(SipApplicationSession sipAppSession,
String method,
Address from,
Address to,
String callID) |
SipServletRequest |
createRequestWithCallID(SipApplicationSession sipAppSession,
String method,
String from,
String to,
String callID) |
SipServletRequest |
createRequestWithCallID(SipApplicationSession sipAppSession,
String method,
URI from,
URI to,
String callID) |
SipURI |
createSipURI(String user,
String host) |
URI |
createURI(String uri) |
javax.sip.address.AddressFactory |
getAddressFactory() |
javax.sip.header.HeaderFactory |
getHeaderFactory() |
javax.sip.SipFactory |
getJainSipFactory() |
org.mobicents.ha.javax.sip.SipLoadBalancer |
getLoadBalancerToUse() |
javax.sip.message.MessageFactory |
getMessageFactory() |
MobicentsSipServletMessageFactory |
getMobicentsSipServletMessageFactory() |
SipApplicationRouterInfo |
getNextInterestedApplication(SipServletRequestImpl sipServletRequestImpl) |
SipApplicationDispatcher |
getSipApplicationDispatcher() |
SipNetworkInterfaceManager |
getSipNetworkInterfaceManager()
Retrieve the manager for the sip network interfaces
|
void |
initialize(String pathName,
boolean prettyEncoding) |
protected MobicentsSipServletMessageFactory |
initMobicentsSipServletMessageFactory() |
boolean |
isRouteOrphanRequests() |
boolean |
isUseLoadBalancer() |
void |
readExternal(ObjectInput in) |
void |
setLoadBalancerToUse(org.mobicents.ha.javax.sip.SipLoadBalancer loadBalancerToUse) |
void |
setRouteOrphanRequests(boolean routeOrphanRequets) |
void |
setSipApplicationDispatcher(SipApplicationDispatcher sipApplicationDispatcher) |
void |
writeExternal(ObjectOutput out) |