Class HttpsServerOutboundWay

    • Constructor Detail

      • HttpsServerOutboundWay

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

      • hasIoInterest

        protected boolean hasIoInterest()
        Deprecated.
        Description copied from class: Way
        Indicates if we want to be selected for IO processing when the socket related socket is prepared.
        Overrides:
        hasIoInterest in class OutboundWay
        Returns:
        True if we want to be selected for IO processing when the socket is ready.
      • 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
      • preProcess

        public int preProcess​(int maxDrained,
                              java.lang.Object... args)
                       throws java.io.IOException
        Deprecated.
        Description copied from class: Way
        Does nothing by default.
        Specified by:
        preProcess in interface BufferProcessor
        Overrides:
        preProcess in class Way
        Parameters:
        maxDrained - The maximum number of bytes drained by this call or 0 for unlimited length.
        args - The optional arguments to pass back to the callbacks.
        Returns:
        The number of bytes drained or -1 if the filling source has ended.
        Throws:
        java.io.IOException