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 TypeMethodDescriptionvoid
HttpUpgrader.upgrade
(HttpResponse response, EndPoint endPoint, Callback callback) Upgrades the givenendPoint
to 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 TypeMethodDescriptionvoid
ProtocolHttpUpgrader.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 void
JettyUpgradeListener.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 TypeMethodDescriptionvoid
JettyClientUpgradeRequest.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 void
UpgradeListener.onHandshakeResponse
(HttpRequest request, HttpResponse response) Event that triggers after the Handshake response has been received.void
CoreClientUpgradeRequest.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 TypeMethodDescriptionvoid
HttpUpgraderOverHTTP.upgrade
(HttpResponse response, EndPoint endPoint, Callback callback) void
HttpUpgraderOverHTTP2.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 TypeMethodDescriptionvoid
JsrUpgradeListener.onHandshakeResponse
(HttpRequest request, HttpResponse response)