Uses of Interface
org.eclipse.jetty.http.HttpException
Package
Description
Jetty Http : Tools for Http processing
-
Uses of HttpException in org.eclipse.jetty.client.transport.internal
-
Uses of HttpException in org.eclipse.jetty.http
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
HttpConnection.RequestHandler.badMessage
(HttpException failure)