Package org.eclipse.jetty.http
Interface HttpParser.ResponseHandler
- All Superinterfaces:
HttpParser.HttpHandler
- All Known Implementing Classes:
HttpReceiverOverHTTP
,HttpTester.Response
- Enclosing class:
- HttpParser
-
Method Summary
Modifier and TypeMethodDescriptionvoid
startResponse
(HttpVersion version, int status, String reason) This is the method called by parser when the HTTP request line is parsedMethods inherited from interface org.eclipse.jetty.http.HttpParser.HttpHandler
badMessage, content, contentComplete, earlyEOF, headerComplete, messageBegin, messageComplete, onViolation, parsedHeader, parsedTrailer
-
Method Details
-
startResponse
This is the method called by parser when the HTTP request line is parsed- Parameters:
version
- the http version in usestatus
- the response statusreason
- the response reason phrase
-