Uses of Class
org.eclipse.jetty.http.HttpException.RuntimeException
Packages that use HttpException.RuntimeException
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpException.RuntimeException in org.eclipse.jetty.http
Subclasses of HttpException.RuntimeException in org.eclipse.jetty.httpModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.jetty.http that throw HttpException.RuntimeExceptionModifier and TypeMethodDescriptionprotected voidHttpParser.checkViolation(HttpCompliance.Violation violation) -
Uses of HttpException.RuntimeException in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that throw HttpException.RuntimeExceptionModifier and TypeMethodDescriptionHTTP2CServerConnectionFactory.upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields.Mutable response101) -
Uses of HttpException.RuntimeException in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that throw HttpException.RuntimeExceptionModifier and TypeMethodDescriptionConnectionFactory.Upgrading.upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request upgradeRequest, HttpFields.Mutable responseFields) Create a connection for an upgrade request.
HttpException