public interface DiameterServletRequest extends DiameterServletMessage
DiameterServletRequest and passes it to the handling DiameterListener.
For outgoing, locally initiated requests, applications call
DiameterFactory.createRequest to obtain a DiameterServletRequest that can then be
modified and sent.| Modifier and Type | Method and Description |
|---|---|
DiameterServletAnswer |
createAnswer(ResultCode resultCode)
Creates an answer for this request with the specified result code.
|
String |
getDestinationHost()
Return the content of the destination host AVP.
|
String |
getDestinationRealm()
Return the content of the destination realm AVP.
|
add, get, getApplicationId, getApplicationSession, getAttribute, getAttributeNames, getAVPs, getCommand, getEndToEndId, getHopByHopId, getOriginHost, getOriginRealm, getSession, getSession, getSessionId, isRequest, removeAttribute, send, setAttribute, setAVPList, sizeString getDestinationRealm()
Common.DESTINATION_REALMString getDestinationHost()
Common.DESTINATION_HOSTDiameterServletAnswer createAnswer(ResultCode resultCode)
resultCode - the answer result code.Copyright © 2014. All Rights Reserved.