Uses of Interface
org.apache.camel.component.milo.client.MiloClientConnectionManager
-
Packages that use MiloClientConnectionManager Package Description org.apache.camel.component.milo.client -
-
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)
-