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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.static classAn IllegalArgumentException version of HttpException.static classAn IllegalStateException version of HttpException.static classA RuntimeException version of HttpException.Methods in org.eclipse.jetty.http that return HttpExceptionModifier and TypeMethodDescriptionstatic HttpExceptionHttpException.asHttpException(Throwable throwable) Methods in org.eclipse.jetty.http with parameters of type HttpExceptionModifier and TypeMethodDescriptionprotected voidHttpParser.badMessage(HttpException x) default voidHttpParser.HttpHandler.badMessage(HttpException failure) Called to signal that a bad HTTP message has been received.voidHttpTester.Message.badMessage(HttpException failure) static voidHttpException.throwAsUnchecked(HttpException httpException) Throw the given HttpException as an unchecked exception.
HttpException