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 Dispatcher
DynamicLoadbalanceEndpoint. dispatcher
Dispatcher used for session affinity.Methods in org.apache.synapse.endpoints that return Dispatcher Modifier and Type Method Description Dispatcher
DynamicLoadbalanceEndpoint. getDispatcher()
Dispatcher
SALoadbalanceEndpoint. getDispatcher()
Methods in org.apache.synapse.endpoints with parameters of type Dispatcher Modifier and Type Method Description void
DynamicLoadbalanceEndpoint. setDispatcher(Dispatcher dispatcher)
void
SALoadbalanceEndpoint. 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 class
AbstractDispatcher
class
HttpSessionDispatcher
Dispatches sessions based on HTTP cookies.class
SimpleClientSessionDispatcher
This dispatcher is implemented to demonstrate a sample client session.class
SoapSessionDispatcher
-