org.jdiameter.api.rx.events
Interface RxAARequest

All Superinterfaces:
AppEvent, AppRequestEvent, java.io.Serializable

public interface RxAARequest
extends AppRequestEvent

The AAR command, indicated by the Command-Code field set to 265 and the 'R' bit set in the Command Flags field, is sent by an AF to the PCRF in order to provide it with the Session Information.

Author:
Richard Good , Alexandre Mendonca , Bartosz Baranowski

Field Summary
static java.lang.String _LONG_NAME
           
static java.lang.String _SHORT_NAME
           
static int code
           
 
Method Summary
 
Methods inherited from interface org.jdiameter.api.app.AppRequestEvent
getDestinationHost, getDestinationRealm
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Field Detail

_SHORT_NAME

static final java.lang.String _SHORT_NAME
See Also:
Constant Field Values

_LONG_NAME

static final java.lang.String _LONG_NAME
See Also:
Constant Field Values

code

static final int code
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.