Uses of Interface
org.apache.synapse.endpoints.dispatch.Dispatcher
-
Packages that use Dispatcher Package Description org.apache.synapse.endpoints org.apache.synapse.endpoints.dispatch -
-
Uses of Dispatcher in org.apache.synapse.endpoints
Fields in org.apache.synapse.endpoints declared as Dispatcher Modifier and Type Field Description protected DispatcherDynamicLoadbalanceEndpoint. dispatcherDispatcher used for session affinity.Methods in org.apache.synapse.endpoints that return Dispatcher Modifier and Type Method Description DispatcherDynamicLoadbalanceEndpoint. getDispatcher()DispatcherSALoadbalanceEndpoint. getDispatcher()Methods in org.apache.synapse.endpoints with parameters of type Dispatcher Modifier and Type Method Description voidDynamicLoadbalanceEndpoint. setDispatcher(Dispatcher dispatcher)voidSALoadbalanceEndpoint. setDispatcher(Dispatcher dispatcher) -
Uses of Dispatcher in org.apache.synapse.endpoints.dispatch
Classes in org.apache.synapse.endpoints.dispatch that implement Dispatcher Modifier and Type Class Description classAbstractDispatcherclassHttpSessionDispatcherDispatches sessions based on HTTP cookies.classSimpleClientSessionDispatcherThis dispatcher is implemented to demonstrate a sample client session.classSoapSessionDispatcher
-