public class SySLR extends Request
Modifier and Type | Field and Description |
---|---|
protected Avp |
slRequestType
SL-Request-Type AVP.
|
FLAG_ERROR, FLAG_POTENTIALLY_RETRANSMITTED, FLAG_PROXIABLE, FLAG_REQUEST, FLAGS_MASK, HEADER_SIZE, VERSION
Constructor and Description |
---|
SySLR(ByteBuffer bb,
com.bea.wcp.diameter.transport.Connection c)
Constructor.
|
SySLR(Node node,
int appId,
String sessionId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SLRequestType |
getSLRequestType()
Getter.
|
void |
setSLRequestType(SLRequestType type)
Setter.
|
void |
validate()
Validator.
|
protected void |
validateAvp(Avp avp)
Validates the AVP.
|
attemptFailover, cancel, commit, createAnswer, createAnswer, getAnswer, getApplicationId, getDestinationHost, getDestinationPeers, getDestinationRealm, getNode, getRetrySupported, getRouteDLBEnabled, getSession, isAnswered, isCommitted, isThreadWaiting, preValidate, preValidateAvp, pushProxyInfo, send, send, sendAndWait, sendAndWait, sendError, setAnswer, setApplicationId, setDestinationHost, setDestinationRealm, setIsPotentiallyRetransmitted, setRetrySupported, setSession, unsetDestinationHost
addAvp, addAvp, addAvp, appendXml, decode, decodeAvps, encode, encode, extractAndSetSessionIdAvp, getAppId, getAppId, getAvp, getAvp, getAvpList, getCode, getCode, getCommand, getConnection, getEffectiveSessionId, getEndToEndId, getHopByHopId, getLength, getOriginHost, getOriginRealm, getSessionId, getVersion, isAnswer, isError, isPotentiallyRetransmitted, isProxiable, isRequest, popProxyInfo, toLoggableString, toString
protected Avp slRequestType
public SySLR(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c)
bb
- Bufferc
- Connectionpublic final void validate() throws MessageException
validate
in class Message
MessageException
protected final void validateAvp(Avp avp) throws AvpException
validateAvp
in class Message
avp
- AVP to validateAvpException
public final void setSLRequestType(SLRequestType type)
type
- SL-Request-Type valuepublic final SLRequestType getSLRequestType()