public interface DiameterFactory
org.cipango.diameter.DiameterFactory attribute of
ServletContext| Modifier and Type | Method and Description |
|---|---|
DiameterServletRequest |
createRequest(javax.servlet.sip.SipApplicationSession appSession,
ApplicationId id,
DiameterCommand command,
String destinationRealm)
Returns a new diameter request object with the specified command, application identifier, and
destination realm.
|
DiameterServletRequest |
createRequest(javax.servlet.sip.SipApplicationSession appSession,
ApplicationId id,
DiameterCommand command,
String destinationRealm,
String destinationHost)
Returns a new diameter request object with the specified command, application identifier,
destination realm and destination host.
|
DiameterServletRequest createRequest(javax.servlet.sip.SipApplicationSession appSession, ApplicationId id, DiameterCommand command, String destinationRealm)
DiameterSession
which belongs to the specified SipApplicationSession.
The container is responsible for assigning the request appropriate origin host, origin realm,
session id AVPs.appSession - the application session to which the new DiameterSession and
DiameterRequest belongsid - diameter application identifiercommand - diameter commanddestinationRealm - value of destination realm AVPCommon.DESTINATION_REALMDiameterServletRequest createRequest(javax.servlet.sip.SipApplicationSession appSession, ApplicationId id, DiameterCommand command, String destinationRealm, String destinationHost)
DiameterSession which belongs to the specified
SipApplicationSession.
The container is responsible for assigning the request appropriate origin host, origin realm,
session id AVPs.appSession - the application session to which the new DiameterSession and
DiameterRequest belongsid - diameter application identifiercommand - diameter commanddestinationRealm - value of destination realm AVPdestinationHost - value of destination host AVPCommon.DESTINATION_REALM,
Common.DESTINATION_HOSTCopyright © 2014. All Rights Reserved.