Uses of Interface
org.eclipse.jetty.http.HttpParser.HttpHandler
-
Packages that use HttpParser.HttpHandler Package Description org.eclipse.jetty.client.http org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpParser.HttpHandler in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement HttpParser.HttpHandler Modifier and Type Class Description class
HttpReceiverOverHTTP
-
Uses of HttpParser.HttpHandler in org.eclipse.jetty.http
Subinterfaces of HttpParser.HttpHandler in org.eclipse.jetty.http Modifier and Type Interface Description static interface
HttpParser.ComplianceHandler
static interface
HttpParser.RequestHandler
static interface
HttpParser.ResponseHandler
Methods in org.eclipse.jetty.http that return HttpParser.HttpHandler Modifier and Type Method Description HttpParser.HttpHandler
HttpParser. getHandler()
-
Uses of HttpParser.HttpHandler in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpParser.HttpHandler Modifier and Type Class Description class
HttpChannelOverHttp
An HttpChannel customized to be transported over the HTTP/1 protocol
-