Class HttpClientFactory


  • public abstract class HttpClientFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static HttpClient createHttpClient​(java.lang.String id, int numThreads, org.webpieces.nio.api.BackpressureConfig backPressureConfig, io.micrometer.core.instrument.MeterRegistry metrics)  
      static HttpClient createHttpClient​(java.lang.String id, org.webpieces.nio.api.ChannelManager mgr, org.webpieces.httpparser.api.HttpParser parser)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpClientFactory

        public HttpClientFactory()
    • Method Detail

      • createHttpClient

        public static HttpClient createHttpClient​(java.lang.String id,
                                                  int numThreads,
                                                  org.webpieces.nio.api.BackpressureConfig backPressureConfig,
                                                  io.micrometer.core.instrument.MeterRegistry metrics)
      • createHttpClient

        public static HttpClient createHttpClient​(java.lang.String id,
                                                  org.webpieces.nio.api.ChannelManager mgr,
                                                  org.webpieces.httpparser.api.HttpParser parser)