org.jdiameter.server.api.agent
Interface IRedirect

All Superinterfaces:
EventListener<Request,Answer>, IAgent
All Known Implementing Classes:
RedirectAgentImpl

public interface IRedirect
extends IAgent

Author:
Alexandre Mendonca , Bartosz Baranowski

Field Summary
static int RHU_ALL_APPLICATION
           
static int RHU_ALL_HOST
           
static int RHU_ALL_REALM
           
static int RHU_ALL_SESSION
           
static int RHU_ALL_USER
           
static int RHU_DONT_CACHE
           
static java.lang.String RHU_PROPERTY
          Default property name for redirect host usage.
static int RHU_REALM_AND_APPLICATION
           
 
Method Summary
 
Methods inherited from interface org.jdiameter.server.api.agent.IAgent
processRequest
 
Methods inherited from interface org.jdiameter.api.EventListener
receivedSuccessMessage, timeoutExpired
 

Field Detail

RHU_PROPERTY

static final java.lang.String RHU_PROPERTY
Default property name for redirect host usage.

See Also:
Constant Field Values

RHU_DONT_CACHE

static final int RHU_DONT_CACHE
See Also:
Constant Field Values

RHU_ALL_SESSION

static final int RHU_ALL_SESSION
See Also:
Constant Field Values

RHU_ALL_REALM

static final int RHU_ALL_REALM
See Also:
Constant Field Values

RHU_REALM_AND_APPLICATION

static final int RHU_REALM_AND_APPLICATION
See Also:
Constant Field Values

RHU_ALL_APPLICATION

static final int RHU_ALL_APPLICATION
See Also:
Constant Field Values

RHU_ALL_HOST

static final int RHU_ALL_HOST
See Also:
Constant Field Values

RHU_ALL_USER

static final int RHU_ALL_USER
See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.