Java io.vertx.core.http HttpClientResponse fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.http HttpClientResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.http HttpClientResponse.

The text is from its open source code.

Method

HttpClientResponsebodyHandler(Handler bodyHandler)
Convenience method for receiving the entire request body in one piece.
HttpClientResponsecustomFrameHandler(Handler handler)
Set an custom frame handler.
HttpClientResponseendHandler(Handler endHandler)
HttpClientResponseexceptionHandler(Handler handler)
StringgetHeader(String headerName)
Return the first header value with the specified name
StringgetHeader(CharSequence headerName)
Return the first header value with the specified name
HttpClientResponsehandler(Handler handler)
MultiMapheaders()
HttpClientResponsepause()
HttpClientResponseresume()
intstatusCode()
StringstatusMessage()