Uses of Class
org.eclipse.jetty.http.BadMessageException
-
Packages that use BadMessageException Package Description org.eclipse.jetty.client.http org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.http2.server org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of BadMessageException in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type BadMessageException Modifier and Type Method Description voidHttpReceiverOverHTTP. badMessage(BadMessageException failure) -
Uses of BadMessageException in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http with parameters of type BadMessageException Modifier and Type Method Description protected voidHttpParser. badMessage(BadMessageException x)default voidHttpParser.HttpHandler. badMessage(BadMessageException failure)Called to signal that a bad HTTP message has been received. -
Uses of BadMessageException in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server that throw BadMessageException Modifier and Type Method Description ConnectionHTTP2CServerConnectionFactory. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields response101) -
Uses of BadMessageException in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with parameters of type BadMessageException Modifier and Type Method Description voidHttpChannelOverHttp. badMessage(BadMessageException failure)voidHttpChannel. onBadMessage(BadMessageException failure)Methods in org.eclipse.jetty.server that throw BadMessageException Modifier and Type Method Description ConnectionConnectionFactory.Upgrading. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request upgradeRequest, HttpFields responseFields)Create a connection for an upgrade request.
-