Class AsyncConfig


  • public class AsyncConfig
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.webpieces.nio.api.handlers.ConsumerFunc<java.nio.channels.ServerSocketChannel> functionToConfigureBeforeBind  
      java.lang.String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      AsyncConfig()  
      AsyncConfig​(java.lang.String id)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public java.lang.String id
      • functionToConfigureBeforeBind

        public org.webpieces.nio.api.handlers.ConsumerFunc<java.nio.channels.ServerSocketChannel> functionToConfigureBeforeBind
    • Constructor Detail

      • AsyncConfig

        public AsyncConfig​(java.lang.String id)
      • AsyncConfig

        public AsyncConfig()