Uses of Class
org.mobicents.javax.servlet.sip.ResponseType

Packages that use ResponseType
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. 
 

Uses of ResponseType in org.mobicents.javax.servlet.sip
 

Methods in org.mobicents.javax.servlet.sip that return ResponseType
static ResponseType ResponseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResponseType[] ResponseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mobicents.javax.servlet.sip with parameters of type ResponseType
 void ProxyBranchListener.onProxyBranchResponseTimeout(ResponseType responseType, ProxyBranch proxyBranch)
          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
 



Copyright © 2011. All Rights Reserved.