Class AbstractFrameHandlerFactory

    • Field Detail

      • connectionTimeout

        protected final int connectionTimeout
      • ssl

        protected final boolean ssl
      • maxInboundMessageBodySize

        protected final int maxInboundMessageBodySize
    • Constructor Detail

      • AbstractFrameHandlerFactory

        protected AbstractFrameHandlerFactory​(int connectionTimeout,
                                              SocketConfigurator configurator,
                                              boolean ssl,
                                              int maxInboundMessageBodySize)