Class HttpClientsFactory
- java.lang.Object
-
- pl.allegro.tech.hermes.consumers.consumer.sender.http.HttpClientsFactory
-
public class HttpClientsFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpClientsFactory(pl.allegro.tech.hermes.common.config.ConfigFactory configFactory, pl.allegro.tech.hermes.common.metric.executor.InstrumentedExecutorServiceFactory executorFactory, SslContextFactoryProvider sslContextFactoryProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jetty.client.HttpClientcreateClientForHttp1(java.lang.String name)org.eclipse.jetty.client.HttpClientcreateClientForHttp2()
-
-
-
Constructor Detail
-
HttpClientsFactory
public HttpClientsFactory(pl.allegro.tech.hermes.common.config.ConfigFactory configFactory, pl.allegro.tech.hermes.common.metric.executor.InstrumentedExecutorServiceFactory executorFactory, SslContextFactoryProvider sslContextFactoryProvider)
-
-