public interface FastFailHttpClientRequest
extends io.vertx.core.http.HttpClientRequest
| Modifier and Type | Method and Description |
|---|---|
default String |
absoluteURI() |
default io.vertx.core.http.HttpConnection |
connection() |
default io.vertx.core.http.HttpClientRequest |
connectionHandler(io.vertx.core.Handler<io.vertx.core.http.HttpConnection> handler) |
default io.vertx.core.http.HttpClientRequest |
continueHandler(io.vertx.core.Handler<Void> handler) |
default io.vertx.core.http.HttpClientRequest |
drainHandler(io.vertx.core.Handler<Void> handler) |
default void |
end() |
default void |
end(io.vertx.core.buffer.Buffer chunk) |
default void |
end(String chunk) |
default void |
end(String chunk,
String enc) |
default io.vertx.core.http.HttpClientRequest |
endHandler(io.vertx.core.Handler<Void> endHandler) |
default io.vertx.core.http.HttpClientRequest |
exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
default io.vertx.core.http.HttpClientRequest |
fetch(long amount) |
default String |
getHost() |
default String |
getRawMethod() |
default io.vertx.core.http.StreamPriority |
getStreamPriority() |
default io.vertx.core.http.HttpClientRequest |
handler(io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> handler) |
default io.vertx.core.MultiMap |
headers() |
default boolean |
isChunked() |
default io.vertx.core.http.HttpMethod |
method() |
default String |
path() |
default io.vertx.core.http.HttpClientRequest |
pause() |
default io.vertx.core.http.HttpClientRequest |
pushHandler(io.vertx.core.Handler<io.vertx.core.http.HttpClientRequest> handler) |
default io.vertx.core.http.HttpClientRequest |
putHeader(CharSequence name,
CharSequence value) |
default io.vertx.core.http.HttpClientRequest |
putHeader(CharSequence name,
Iterable<CharSequence> values) |
default io.vertx.core.http.HttpClientRequest |
putHeader(String name,
Iterable<String> values) |
default io.vertx.core.http.HttpClientRequest |
putHeader(String name,
String value) |
default String |
query() |
default boolean |
reset(long code) |
default io.vertx.core.http.HttpClientRequest |
resume() |
default io.vertx.core.http.HttpClientRequest |
sendHead() |
default io.vertx.core.http.HttpClientRequest |
sendHead(io.vertx.core.Handler<io.vertx.core.http.HttpVersion> completionHandler) |
default io.vertx.core.http.HttpClientRequest |
setChunked(boolean chunked) |
default io.vertx.core.http.HttpClientRequest |
setFollowRedirects(boolean followRedirects) |
default io.vertx.core.http.HttpClientRequest |
setHost(String host) |
default io.vertx.core.http.HttpClientRequest |
setRawMethod(String method) |
default io.vertx.core.http.HttpClientRequest |
setTimeout(long timeoutMs) |
default io.vertx.core.http.HttpClientRequest |
setWriteQueueMaxSize(int maxSize) |
default String |
uri() |
default io.vertx.core.http.HttpClientRequest |
write(io.vertx.core.buffer.Buffer data) |
default io.vertx.core.http.HttpClientRequest |
write(String chunk) |
default io.vertx.core.http.HttpClientRequest |
write(String chunk,
String enc) |
default io.vertx.core.http.HttpClientRequest |
writeCustomFrame(int type,
int flags,
io.vertx.core.buffer.Buffer payload) |
default boolean |
writeQueueFull() |
static final String msg
default io.vertx.core.http.HttpClientRequest exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler in interface io.vertx.core.http.HttpClientRequestexceptionHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.http.HttpClientResponse>exceptionHandler in interface io.vertx.core.streams.StreamBaseexceptionHandler in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientRequest write(io.vertx.core.buffer.Buffer data)
write in interface io.vertx.core.http.HttpClientRequestwrite in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientRequest setWriteQueueMaxSize(int maxSize)
setWriteQueueMaxSize in interface io.vertx.core.http.HttpClientRequestsetWriteQueueMaxSize in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>default boolean writeQueueFull()
writeQueueFull in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientRequest drainHandler(io.vertx.core.Handler<Void> handler)
drainHandler in interface io.vertx.core.http.HttpClientRequestdrainHandler in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientRequest handler(io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> handler)
handler in interface io.vertx.core.http.HttpClientRequesthandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.http.HttpClientResponse>default io.vertx.core.http.HttpClientRequest pause()
pause in interface io.vertx.core.http.HttpClientRequestpause in interface io.vertx.core.streams.ReadStream<io.vertx.core.http.HttpClientResponse>default io.vertx.core.http.HttpClientRequest resume()
resume in interface io.vertx.core.http.HttpClientRequestresume in interface io.vertx.core.streams.ReadStream<io.vertx.core.http.HttpClientResponse>default io.vertx.core.http.HttpClientRequest fetch(long amount)
fetch in interface io.vertx.core.http.HttpClientRequestfetch in interface io.vertx.core.streams.ReadStream<io.vertx.core.http.HttpClientResponse>default io.vertx.core.http.HttpClientRequest endHandler(io.vertx.core.Handler<Void> endHandler)
endHandler in interface io.vertx.core.http.HttpClientRequestendHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.http.HttpClientResponse>default io.vertx.core.http.HttpClientRequest setFollowRedirects(boolean followRedirects)
setFollowRedirects in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest setChunked(boolean chunked)
setChunked in interface io.vertx.core.http.HttpClientRequestdefault boolean isChunked()
isChunked in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpMethod method()
method in interface io.vertx.core.http.HttpClientRequestdefault String getRawMethod()
getRawMethod in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest setRawMethod(String method)
setRawMethod in interface io.vertx.core.http.HttpClientRequestdefault String absoluteURI()
absoluteURI in interface io.vertx.core.http.HttpClientRequestdefault String uri()
uri in interface io.vertx.core.http.HttpClientRequestdefault String path()
path in interface io.vertx.core.http.HttpClientRequestdefault String query()
query in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest setHost(String host)
setHost in interface io.vertx.core.http.HttpClientRequestdefault String getHost()
getHost in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.MultiMap headers()
headers in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest putHeader(String name, String value)
putHeader in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest putHeader(CharSequence name, CharSequence value)
putHeader in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest putHeader(String name, Iterable<String> values)
putHeader in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest putHeader(CharSequence name, Iterable<CharSequence> values)
putHeader in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest write(String chunk)
write in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest write(String chunk, String enc)
write in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest continueHandler(io.vertx.core.Handler<Void> handler)
continueHandler in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest sendHead()
sendHead in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest sendHead(io.vertx.core.Handler<io.vertx.core.http.HttpVersion> completionHandler)
sendHead in interface io.vertx.core.http.HttpClientRequestdefault void end(String chunk)
end in interface io.vertx.core.http.HttpClientRequestdefault void end(String chunk, String enc)
end in interface io.vertx.core.http.HttpClientRequestdefault void end(io.vertx.core.buffer.Buffer chunk)
end in interface io.vertx.core.http.HttpClientRequestend in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>default void end()
end in interface io.vertx.core.http.HttpClientRequestend in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>default io.vertx.core.http.HttpClientRequest setTimeout(long timeoutMs)
setTimeout in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest pushHandler(io.vertx.core.Handler<io.vertx.core.http.HttpClientRequest> handler)
pushHandler in interface io.vertx.core.http.HttpClientRequestdefault boolean reset(long code)
reset in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpConnection connection()
connection in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest connectionHandler(io.vertx.core.Handler<io.vertx.core.http.HttpConnection> handler)
connectionHandler in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.HttpClientRequest writeCustomFrame(int type,
int flags,
io.vertx.core.buffer.Buffer payload)
writeCustomFrame in interface io.vertx.core.http.HttpClientRequestdefault io.vertx.core.http.StreamPriority getStreamPriority()
getStreamPriority in interface io.vertx.core.http.HttpClientRequestCopyright © 2016–2021. All rights reserved.