|
Interface Summary |
| Answer |
An Answer message is sent by a recipient of Request once it has received and interpreted the Request. |
| ApplicationId.Ranges |
IANA [IANA] has assigned the range 0x00000001 to 0x00ffffff for
standards-track applications; and 0x01000000 - 0xfffffffe for vendor
specific applications, on a first-come, first-served basis. |
| ApplicationId.Standard |
Standards-track application IDs are by Designated Expert with Specification Required [IANA] |
| Avp |
The Avp class implements a Diameter AVP. |
| AvpSet |
A set of data representing a message avp set. |
| BaseSession |
The session delivery objects are responsible for delivering all incoming Message to a specific session. |
| Configuration |
Stack properties for working. |
| ConfigurationListener |
The listener interface for receiving runtime configuration changes events. |
| DisconnectCause |
Interface defining disconnect cause codes |
| EventListener<R extends Message,A extends Message> |
Common event listener |
| Message |
A Diameter message is either a request from a client to a server, or a response from a server to a client. |
| MetaData |
This interface is implemented by sack vendors to let users know the local properties of a Diameter Stack implementation
and current instance. |
| MutableConfiguration |
This interface is the extended version of the interface configuration and
allows to receive of a notification about reconfigurations |
| MutablePeerTable |
This interface extends PeerTable interface and
append some operation for controls peer and realm table |
| Network |
This interface introduces a capability to work with a network. |
| NetworkReqListener |
The NetworkReqListener interface is used to process
network requests. |
| OverloadListener |
This class allows processed stack overloaded notification |
| OverloadManager |
This interface allows to control the stack at overload moment |
| Peer |
Peer contains everything that is worth knowing about a peer and
define some operation for working with this peer. |
| PeerStateListener |
This interface is used to inform about changes in the state for a given peer. |
| PeerTable |
PeerManager is Diameter Stack PCB(RFC 3588) realization. |
| PeerTableListener |
This interface is used to inform about changes in the peer table. |
| RawSession |
This interface append to base interface specific methods for
creating and send raw diameter messages |
| Realm |
Base Realm interface. |
| RealmTable |
This interface introduces a capability to work with a network. |
| Request |
A Diameter Request is a request from a client to a server (or server to client - network request). |
| ResultCode |
This interface describe basic result codes |
| Selector<T,A> |
|
| Session |
This interface append to base interface specific methods for
creating and send diameter requests and responses |
| SessionFactory |
This class created session instance (Factory) |
| Stack |
The interface that every stack class must implement. |
| Statistic |
This class is container for statistics information. |
| StatisticRecord |
This class implements counter of statistic |
| Wrapper |
Interface for JDiameter classes which provide the ability to retrieve the
delegate instance when the instance in question is in fact a proxy class. |