Uses of Interface
org.eclipse.jetty.http.HttpException
Packages that use 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)