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 -
-
Uses of HttpResponse in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpResponse Modifier and Type Field Description private HttpResponseHttpExchange. responseMethods 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)Methods in org.eclipse.jetty.client with parameters of type HttpResponse Modifier and Type Method Description private voidHttpReceiver.ContentListeners. notifyBeforeContent(HttpResponse response)private voidHttpReceiver.ContentListeners. notifyContent(HttpResponse response, java.nio.ByteBuffer buffer, Callback callback) -
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)
-