Uses of Interface
ratpack.http.client.HttpResponse
-
Packages that use HttpResponse Package Description ratpack.http.client The HTTP client.ratpack.sse.client -
-
Uses of HttpResponse in ratpack.http.client
Subinterfaces of HttpResponse in ratpack.http.client Modifier and Type Interface Description interfaceReceivedResponseinterfaceStreamedResponseA received response to a http client request with streamed response content.Method parameters in ratpack.http.client with type arguments of type HttpResponse Modifier and Type Method Description HttpClientSpecHttpClientSpec. responseIntercept(Action<? super HttpResponse> interceptor)Add an interceptor for all responses returned by this client. -
Uses of HttpResponse in ratpack.sse.client
Subinterfaces of HttpResponse in ratpack.sse.client Modifier and Type Interface Description interfaceServerSentEventResponseA response for a server sent event stream.
-