Package org.eclipse.jetty.http
Interface HttpParser.HttpHandler
- All Known Subinterfaces:
HttpParser.ComplianceHandler
,HttpParser.RequestHandler
,HttpParser.ResponseHandler
- All Known Implementing Classes:
HttpChannelOverHttp
,HttpReceiverOverHTTP
- Enclosing class:
HttpParser
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
badMessage
(int status, String reason) Deprecated.default void
badMessage
(BadMessageException failure) Deprecated.Called to signal that a bad HTTP message has been received.boolean
content
(ByteBuffer item) Deprecated.boolean
Deprecated.void
earlyEOF()
Deprecated.Called to signal that an EOF was received unexpectedly during the parsing of an HTTP messageint
Deprecated.boolean
Deprecated.boolean
Deprecated.void
parsedHeader
(HttpField field) Deprecated.This is the method called by parser when an HTTP Header name and value is founddefault void
parsedTrailer
(HttpField field) Deprecated.This is the method called by parser when an HTTP Trailer name and value is found
-
Method Details
-
content
Deprecated. -
headerComplete
boolean headerComplete()Deprecated. -
contentComplete
boolean contentComplete()Deprecated. -
messageComplete
boolean messageComplete()Deprecated. -
parsedHeader
Deprecated.This is the method called by parser when an HTTP Header name and value is found- Parameters:
field
- The field parsed
-
parsedTrailer
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
Deprecated.Called to signal that a bad HTTP message has been received.- Parameters:
failure
- the failure with the bad message information
-
badMessage
Deprecated.usebadMessage(BadMessageException)
instead -
getHeaderCacheSize
int getHeaderCacheSize()Deprecated.- Returns:
- the size in bytes of the per parser header cache
-
badMessage(BadMessageException)
instead