Class ConnectHandler.ConnectManager

    • Constructor Detail

      • ConnectManager

        protected ConnectManager​(java.util.concurrent.Executor executor,
                                 Scheduler scheduler,
                                 int selectors)
    • Method Detail

      • newEndPoint

        protected org.eclipse.jetty.io.EndPoint newEndPoint​(java.nio.channels.SelectableChannel channel,
                                                            org.eclipse.jetty.io.ManagedSelector selector,
                                                            java.nio.channels.SelectionKey key)
                                                     throws java.io.IOException
        Specified by:
        newEndPoint in class org.eclipse.jetty.io.SelectorManager
        Throws:
        java.io.IOException
      • newConnection

        public org.eclipse.jetty.io.Connection newConnection​(java.nio.channels.SelectableChannel channel,
                                                             org.eclipse.jetty.io.EndPoint endpoint,
                                                             java.lang.Object attachment)
                                                      throws java.io.IOException
        Specified by:
        newConnection in class org.eclipse.jetty.io.SelectorManager
        Throws:
        java.io.IOException
      • connectionFailed

        protected void connectionFailed​(java.nio.channels.SelectableChannel channel,
                                        java.lang.Throwable ex,
                                        java.lang.Object attachment)
        Overrides:
        connectionFailed in class org.eclipse.jetty.io.SelectorManager