Interface HttpParser.HttpHandler

    • Method Detail

      • content

        boolean content​(java.nio.ByteBuffer item)
        Deprecated.
      • headerComplete

        boolean headerComplete()
        Deprecated.
      • contentComplete

        boolean contentComplete()
        Deprecated.
      • messageComplete

        boolean messageComplete()
        Deprecated.
      • parsedHeader

        void parsedHeader​(HttpField field)
        Deprecated.
        This is the method called by parser when an HTTP Header name and value is found
        Parameters:
        field - The field parsed
      • parsedTrailer

        default void parsedTrailer​(HttpField field)
        Deprecated.
        This is the method called by parser when an HTTP Trailer name and value is found
        Parameters:
        field - The field parsed
      • earlyEOF

        void earlyEOF()
        Deprecated.
        Called to signal that an EOF was received unexpectedly during the parsing of an HTTP message
      • badMessage

        default void badMessage​(BadMessageException failure)
        Deprecated.
        Called to signal that a bad HTTP message has been received.
        Parameters:
        failure - the failure with the bad message information
      • getHeaderCacheSize

        int getHeaderCacheSize()
        Deprecated.
        Returns:
        the size in bytes of the per parser header cache