Uses of Interface
org.eclipse.jetty.http.HttpException
Packages that use HttpException
Package
Description
Jetty Http : Tools for Http processing
-
Uses of HttpException in org.eclipse.jetty.client.transport.internal
Methods in org.eclipse.jetty.client.transport.internal with parameters of type HttpException -
Uses of HttpException in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement HttpExceptionModifier and TypeClassDescriptionclass
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.static class
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.static class
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.Methods in org.eclipse.jetty.http with parameters of type HttpExceptionModifier and TypeMethodDescriptionprotected void
HttpParser.badMessage
(HttpException x) default void
HttpParser.HttpHandler.badMessage
(HttpException failure) Called to signal that a bad HTTP message has been received.void
HttpTester.Message.badMessage
(HttpException failure) static void
HttpException.throwAsUnchecked
(HttpException httpException) -
Uses of HttpException in org.eclipse.jetty.server.internal
Methods in org.eclipse.jetty.server.internal with parameters of type HttpExceptionModifier and TypeMethodDescriptionvoid
HttpConnection.RequestHandler.badMessage
(HttpException failure)