Uses of Class
org.eclipse.jetty.client.HttpResponse
-
Packages that use HttpResponse Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.websocket.client Jetty WebSocket Client API -
-
Uses of HttpResponse in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpResponse Modifier and Type Method Description HttpResponseHttpExchange. getResponse()HttpResponseHttpResponse. reason(java.lang.String reason)HttpResponseHttpResponse. status(int status)HttpResponseHttpResponse. trailer(HttpField trailer)HttpResponseHttpResponse. version(HttpVersion version) -
Uses of HttpResponse in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type HttpResponse Modifier and Type Method Description voidHttpConnectionUpgrader. upgrade(HttpResponse response, HttpConnectionOverHTTP connection) -
Uses of HttpResponse in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client with parameters of type HttpResponse Modifier and Type Method Description voidWebSocketUpgradeRequest. upgrade(HttpResponse response, HttpConnectionOverHTTP oldConn)Constructors in org.eclipse.jetty.websocket.client with parameters of type HttpResponse Constructor Description ClientUpgradeResponse(HttpResponse response)
-