Class HttpsServerInboundWay

    • Constructor Detail

      • HttpsServerInboundWay

        public HttpsServerInboundWay​(Connection<Server> connection,
                                     int bufferSize)
        Deprecated.
        Constructor.
        Parameters:
        connection - The parent connection.
        bufferSize - The byte buffer size.
    • Method Detail

      • postProcess

        public void postProcess​(int drained)
                         throws java.io.IOException
        Deprecated.
        Description copied from class: Way
        Does nothing by default.
        Specified by:
        postProcess in interface BufferProcessor
        Overrides:
        postProcess in class Way
        Parameters:
        drained - The number of bytes drained or -1 if the filling source has ended.
        Throws:
        java.io.IOException