Uses of Class
org.eclipse.jetty.client.HttpResponse
Packages that use HttpResponse
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty WebSocket API :: Client
-
Uses of HttpResponse in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpResponseModifier and TypeMethodDescriptionHttpExchange.getResponse()HttpResponse.headers(Consumer<HttpFields.Mutable> consumer) HttpResponse.status(int status) HttpResponse.version(HttpVersion version) Methods in org.eclipse.jetty.client with parameters of type HttpResponseModifier and TypeMethodDescriptionvoidHttpUpgrader.upgrade(HttpResponse response, EndPoint endPoint, Callback callback) Upgrades the givenendPointto a different protocol. -
Uses of HttpResponse in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type HttpResponseModifier and TypeMethodDescriptionvoidProtocolHttpUpgrader.upgrade(HttpResponse response, EndPoint endPoint, Callback callback) -
Uses of HttpResponse in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client with parameters of type HttpResponseModifier and TypeMethodDescriptiondefault voidJettyUpgradeListener.onHandshakeResponse(HttpRequest request, HttpResponse response) Event that triggers after the Handshake response has been received. -
Uses of HttpResponse in org.eclipse.jetty.websocket.client.impl
Methods in org.eclipse.jetty.websocket.client.impl with parameters of type HttpResponseModifier and TypeMethodDescriptionvoidJettyClientUpgradeRequest.upgrade(HttpResponse response, EndPoint endPoint) Constructors in org.eclipse.jetty.websocket.client.impl with parameters of type HttpResponse -
Uses of HttpResponse in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client with parameters of type HttpResponseModifier and TypeMethodDescriptiondefault voidUpgradeListener.onHandshakeResponse(HttpRequest request, HttpResponse response) Event that triggers after the Handshake response has been received.voidCoreClientUpgradeRequest.upgrade(HttpResponse response, EndPoint endPoint) -
Uses of HttpResponse in org.eclipse.jetty.websocket.core.client.internal
Methods in org.eclipse.jetty.websocket.core.client.internal with parameters of type HttpResponseModifier and TypeMethodDescriptionvoidHttpUpgraderOverHTTP.upgrade(HttpResponse response, EndPoint endPoint, Callback callback) voidHttpUpgraderOverHTTP2.upgrade(HttpResponse response, EndPoint endPoint, Callback callback) -
Uses of HttpResponse in org.eclipse.jetty.websocket.javax.client.internal
Methods in org.eclipse.jetty.websocket.javax.client.internal with parameters of type HttpResponseModifier and TypeMethodDescriptionvoidJsrUpgradeListener.onHandshakeResponse(HttpRequest request, HttpResponse response)