public interface FastFaiHttpClientResponse
extends io.vertx.core.http.HttpClientResponse
| Modifier and Type | Method and Description |
|---|---|
default io.vertx.core.http.HttpClientResponse |
bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> bodyHandler) |
default List<String> |
cookies() |
default io.vertx.core.http.HttpClientResponse |
customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame> handler) |
default io.vertx.core.http.HttpClientResponse |
endHandler(io.vertx.core.Handler<Void> endHandler) |
default io.vertx.core.http.HttpClientResponse |
exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
default io.vertx.core.http.HttpClientResponse |
fetch(long amount) |
default String |
getHeader(CharSequence headerName) |
default String |
getHeader(String headerName) |
default String |
getTrailer(String trailerName) |
default io.vertx.core.http.HttpClientResponse |
handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler) |
default io.vertx.core.MultiMap |
headers() |
default io.vertx.core.net.NetSocket |
netSocket() |
default io.vertx.core.http.HttpClientResponse |
pause() |
default io.vertx.core.http.HttpClientRequest |
request() |
default io.vertx.core.http.HttpClientResponse |
resume() |
default int |
statusCode() |
default String |
statusMessage() |
default io.vertx.core.http.HttpClientResponse |
streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority> handler) |
default io.vertx.core.MultiMap |
trailers() |
default io.vertx.core.http.HttpVersion |
version() |
static final String msg
default io.vertx.core.http.HttpClientResponse fetch(long amount)
fetch in interface io.vertx.core.http.HttpClientResponsefetch in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientResponse resume()
resume in interface io.vertx.core.http.HttpClientResponseresume in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientResponse exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler in interface io.vertx.core.http.HttpClientResponseexceptionHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>exceptionHandler in interface io.vertx.core.streams.StreamBasedefault io.vertx.core.http.HttpClientResponse handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
handler in interface io.vertx.core.http.HttpClientResponsehandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientResponse pause()
pause in interface io.vertx.core.http.HttpClientResponsepause in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientResponse endHandler(io.vertx.core.Handler<Void> endHandler)
endHandler in interface io.vertx.core.http.HttpClientResponseendHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpVersion version()
version in interface io.vertx.core.http.HttpClientResponsedefault int statusCode()
statusCode in interface io.vertx.core.http.HttpClientResponsedefault String statusMessage()
statusMessage in interface io.vertx.core.http.HttpClientResponsedefault io.vertx.core.MultiMap headers()
headers in interface io.vertx.core.http.HttpClientResponsedefault String getHeader(String headerName)
getHeader in interface io.vertx.core.http.HttpClientResponsedefault String getHeader(CharSequence headerName)
getHeader in interface io.vertx.core.http.HttpClientResponsedefault String getTrailer(String trailerName)
getTrailer in interface io.vertx.core.http.HttpClientResponsedefault io.vertx.core.MultiMap trailers()
trailers in interface io.vertx.core.http.HttpClientResponsedefault List<String> cookies()
cookies in interface io.vertx.core.http.HttpClientResponsedefault io.vertx.core.http.HttpClientResponse bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> bodyHandler)
bodyHandler in interface io.vertx.core.http.HttpClientResponsedefault io.vertx.core.http.HttpClientResponse customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame> handler)
customFrameHandler in interface io.vertx.core.http.HttpClientResponsedefault io.vertx.core.net.NetSocket netSocket()
netSocket in interface io.vertx.core.http.HttpClientResponsedefault io.vertx.core.http.HttpClientRequest request()
request in interface io.vertx.core.http.HttpClientResponsedefault io.vertx.core.http.HttpClientResponse streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority> handler)
streamPriorityHandler in interface io.vertx.core.http.HttpClientResponseCopyright © 2016–2020. All rights reserved.