Class ServerH2PrefaceHandler

    • Method Detail

      • connected

        public void connected​(IOSession session)
                       throws java.io.IOException
        Description copied from interface: IOEventHandler
        Triggered after the given session has been just created.
        Parameters:
        session - the I/O session.
        Throws:
        java.io.IOException
      • inputReady

        public void inputReady​(IOSession session,
                               java.nio.ByteBuffer src)
                        throws java.io.IOException
        Description copied from interface: IOEventHandler
        Triggered when the given session has input pending.
        Parameters:
        session - the I/O session.
        Throws:
        java.io.IOException
      • outputReady

        public void outputReady​(IOSession session)
                         throws java.io.IOException
        Description copied from interface: IOEventHandler
        Triggered when the given session is ready for output.
        Parameters:
        session - the I/O session.
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object