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 voidbadMessage(int status, String reason) Deprecated.default voidbadMessage(BadMessageException failure) Deprecated.Called to signal that a bad HTTP message has been received.booleancontent(ByteBuffer item) Deprecated.booleanDeprecated.voidearlyEOF()Deprecated.Called to signal that an EOF was received unexpectedly during the parsing of an HTTP messageintDeprecated.booleanDeprecated.booleanDeprecated.voidparsedHeader(HttpField field) Deprecated.This is the method called by parser when an HTTP Header name and value is founddefault voidparsedTrailer(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