Class VertxHttpResponse
- java.lang.Object
-
- io.fabric8.kubernetes.client.http.StandardHttpHeaders
-
- io.fabric8.kubernetes.client.vertx.VertxHttpResponse
-
- All Implemented Interfaces:
HttpHeaders,HttpResponse<AsyncBody>
public class VertxHttpResponse extends StandardHttpHeaders implements HttpResponse<AsyncBody>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.http.HttpResponse
HttpResponse.SupportedResponses
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.http.StandardHttpHeaders
CONTENT_LENGTH, CONTENT_TYPE, EXPECT, EXPECT_CONTINUE, PROXY_AUTHORIZATION, RETRY_AFTER
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncBodybody()intcode()Optional<HttpResponse<?>>previousResponse()HttpRequestrequest()-
Methods inherited from class io.fabric8.kubernetes.client.http.StandardHttpHeaders
headers, headers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.http.HttpHeaders
header, headers, headers
-
Methods inherited from interface io.fabric8.kubernetes.client.http.HttpResponse
bodyString, isSuccessful, message
-
-
-
-
Method Detail
-
code
public int code()
- Specified by:
codein interfaceHttpResponse<AsyncBody>
-
body
public AsyncBody body()
- Specified by:
bodyin interfaceHttpResponse<AsyncBody>
-
request
public HttpRequest request()
- Specified by:
requestin interfaceHttpResponse<AsyncBody>
-
previousResponse
public Optional<HttpResponse<?>> previousResponse()
- Specified by:
previousResponsein interfaceHttpResponse<AsyncBody>
-
-