org.jdiameter.server.impl
Class RouterImpl

java.lang.Object
  extended by org.jdiameter.client.impl.router.RouterImpl
      extended by org.jdiameter.server.impl.RouterImpl
All Implemented Interfaces:
IRouter

public class RouterImpl
extends RouterImpl
implements IRouter

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdiameter.client.impl.router.RouterImpl
RouterImpl.AnswerEntry, RouterImpl.RedirectEntry
 
Field Summary
 
Fields inherited from class org.jdiameter.client.impl.router.RouterImpl
ALL_APPLICATION, ALL_HOST, ALL_REALM, ALL_SESSION, ALL_USER, concurrentFactory, container, DONT_CACHE, isStopped, metaData, REALM_AND_APPLICATION, realmTable, REDIRECT_TABLE_SIZE, redirectTable, redirectTableLock, REQUEST_TABLE_CLEAR_SIZE, REQUEST_TABLE_SIZE, requestEntryMap, requestEntryTableLock
 
Constructor Summary
RouterImpl(IContainer container, IConcurrentFactory concurrentFactory, IRealmTable realmTable, Configuration config, MetaData metaData)
           
 
Method Summary
 
Methods inherited from class org.jdiameter.client.impl.router.RouterImpl
destroy, garbageCollectRequestRouteInfo, getPeer, getPeerPredProcessing, getRealmTable, getRequestRouteInfo, loadConfiguration, processRedirectAnswer, registerRequestRouteInfo, selectPeer, start, stop, updateRoute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jdiameter.client.api.router.IRouter
destroy, garbageCollectRequestRouteInfo, getPeer, getRealmTable, getRequestRouteInfo, processRedirectAnswer, registerRequestRouteInfo, start, stop, updateRoute
 

Constructor Detail

RouterImpl

public RouterImpl(IContainer container,
                  IConcurrentFactory concurrentFactory,
                  IRealmTable realmTable,
                  Configuration config,
                  MetaData metaData)


Copyright © 2014. All Rights Reserved.