Uses of Interface
org.apache.camel.component.milo.client.MiloClientConnectionManager
-
Packages that use MiloClientConnectionManager Package Description org.apache.camel.component.milo.browse org.apache.camel.component.milo.client -
-
Uses of MiloClientConnectionManager in org.apache.camel.component.milo.browse
Methods in org.apache.camel.component.milo.browse that return MiloClientConnectionManager Modifier and Type Method Description MiloClientConnectionManagerMiloBrowseComponent. getMiloClientConnectionManager()Methods in org.apache.camel.component.milo.browse with parameters of type MiloClientConnectionManager Modifier and Type Method Description voidMiloBrowseComponent. setMiloClientConnectionManager(MiloClientConnectionManager miloClientConnectionManager)Constructors in org.apache.camel.component.milo.browse with parameters of type MiloClientConnectionManager Constructor Description MiloBrowseEndpoint(String uri, MiloBrowseComponent component, String endpointUri, MiloClientConnectionManager connectionManager) -
Uses of MiloClientConnectionManager in org.apache.camel.component.milo.client
Classes in org.apache.camel.component.milo.client that implement MiloClientConnectionManager Modifier and Type Class Description classMiloClientCachingConnectionManagerA cachingMiloClientConnectionManagerwhich cache and reuses the sameMiloClientConnectionfor clients with the same cache id (MiloClientConfiguration.toCacheId().Methods in org.apache.camel.component.milo.client that return MiloClientConnectionManager Modifier and Type Method Description MiloClientConnectionManagerMiloClientComponent. getMiloClientConnectionManager()Methods in org.apache.camel.component.milo.client with parameters of type MiloClientConnectionManager Modifier and Type Method Description voidMiloClientComponent. setMiloClientConnectionManager(MiloClientConnectionManager miloClientConnectionManager)Constructors in org.apache.camel.component.milo.client with parameters of type MiloClientConnectionManager Constructor Description MiloClientEndpoint(String uri, MiloClientComponent component, String endpointUri, MiloClientConnectionManager connectionManager)
-