Class AsyncServerMgrFactory


  • public class AsyncServerMgrFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AsyncServerManager createAsyncServer​(java.lang.String id, org.webpieces.data.api.BufferPool pool, org.webpieces.nio.api.BackpressureConfig config, io.micrometer.core.instrument.MeterRegistry metrics)  
      static AsyncServerManager createAsyncServer​(org.webpieces.nio.api.ChannelManager channelManager, io.micrometer.core.instrument.MeterRegistry metrics)  
      static int getCount()  
      • Methods inherited from class java.lang.Object

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

      • AsyncServerMgrFactory

        public AsyncServerMgrFactory()
    • Method Detail

      • getCount

        public static int getCount()
      • createAsyncServer

        public static AsyncServerManager createAsyncServer​(java.lang.String id,
                                                           org.webpieces.data.api.BufferPool pool,
                                                           org.webpieces.nio.api.BackpressureConfig config,
                                                           io.micrometer.core.instrument.MeterRegistry metrics)
      • createAsyncServer

        public static AsyncServerManager createAsyncServer​(org.webpieces.nio.api.ChannelManager channelManager,
                                                           io.micrometer.core.instrument.MeterRegistry metrics)