Package org.swisspush.gateleen.core.http
Interface FastFaiHttpClientResponse
-
- All Superinterfaces:
io.vertx.core.http.HttpClientResponse,io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>,io.vertx.core.streams.StreamBase
public interface FastFaiHttpClientResponse extends io.vertx.core.http.HttpClientResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringmsg
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default io.vertx.core.http.HttpClientResponsebodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> bodyHandler)default java.util.List<java.lang.String>cookies()default io.vertx.core.http.HttpClientResponsecustomFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame> handler)default io.vertx.core.http.HttpClientResponseendHandler(io.vertx.core.Handler<java.lang.Void> endHandler)default io.vertx.core.http.HttpClientResponseexceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)default io.vertx.core.http.HttpClientResponsefetch(long amount)default java.lang.StringgetHeader(java.lang.CharSequence headerName)default java.lang.StringgetHeader(java.lang.String headerName)default java.lang.StringgetTrailer(java.lang.String trailerName)default io.vertx.core.http.HttpClientResponsehandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)default io.vertx.core.MultiMapheaders()default io.vertx.core.net.NetSocketnetSocket()default io.vertx.core.http.HttpClientResponsepause()default io.vertx.core.http.HttpClientRequestrequest()default io.vertx.core.http.HttpClientResponseresume()default intstatusCode()default java.lang.StringstatusMessage()default io.vertx.core.http.HttpClientResponsestreamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority> handler)default io.vertx.core.MultiMaptrailers()default io.vertx.core.http.HttpVersionversion()
-
-
-
Field Detail
-
msg
static final java.lang.String msg
- See Also:
- Constant Field Values
-
-
Method Detail
-
fetch
default io.vertx.core.http.HttpClientResponse fetch(long amount)
- Specified by:
fetchin interfaceio.vertx.core.http.HttpClientResponse- Specified by:
fetchin interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
-
resume
default io.vertx.core.http.HttpClientResponse resume()
- Specified by:
resumein interfaceio.vertx.core.http.HttpClientResponse- Specified by:
resumein interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
-
exceptionHandler
default io.vertx.core.http.HttpClientResponse exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)
- Specified by:
exceptionHandlerin interfaceio.vertx.core.http.HttpClientResponse- Specified by:
exceptionHandlerin interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>- Specified by:
exceptionHandlerin interfaceio.vertx.core.streams.StreamBase
-
handler
default io.vertx.core.http.HttpClientResponse handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
- Specified by:
handlerin interfaceio.vertx.core.http.HttpClientResponse- Specified by:
handlerin interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
-
pause
default io.vertx.core.http.HttpClientResponse pause()
- Specified by:
pausein interfaceio.vertx.core.http.HttpClientResponse- Specified by:
pausein interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
-
endHandler
default io.vertx.core.http.HttpClientResponse endHandler(io.vertx.core.Handler<java.lang.Void> endHandler)
- Specified by:
endHandlerin interfaceio.vertx.core.http.HttpClientResponse- Specified by:
endHandlerin interfaceio.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
-
version
default io.vertx.core.http.HttpVersion version()
- Specified by:
versionin interfaceio.vertx.core.http.HttpClientResponse
-
statusCode
default int statusCode()
- Specified by:
statusCodein interfaceio.vertx.core.http.HttpClientResponse
-
statusMessage
default java.lang.String statusMessage()
- Specified by:
statusMessagein interfaceio.vertx.core.http.HttpClientResponse
-
headers
default io.vertx.core.MultiMap headers()
- Specified by:
headersin interfaceio.vertx.core.http.HttpClientResponse
-
getHeader
default java.lang.String getHeader(java.lang.String headerName)
- Specified by:
getHeaderin interfaceio.vertx.core.http.HttpClientResponse
-
getHeader
default java.lang.String getHeader(java.lang.CharSequence headerName)
- Specified by:
getHeaderin interfaceio.vertx.core.http.HttpClientResponse
-
getTrailer
default java.lang.String getTrailer(java.lang.String trailerName)
- Specified by:
getTrailerin interfaceio.vertx.core.http.HttpClientResponse
-
trailers
default io.vertx.core.MultiMap trailers()
- Specified by:
trailersin interfaceio.vertx.core.http.HttpClientResponse
-
cookies
default java.util.List<java.lang.String> cookies()
- Specified by:
cookiesin interfaceio.vertx.core.http.HttpClientResponse
-
bodyHandler
default io.vertx.core.http.HttpClientResponse bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> bodyHandler)
- Specified by:
bodyHandlerin interfaceio.vertx.core.http.HttpClientResponse
-
customFrameHandler
default io.vertx.core.http.HttpClientResponse customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame> handler)
- Specified by:
customFrameHandlerin interfaceio.vertx.core.http.HttpClientResponse
-
netSocket
default io.vertx.core.net.NetSocket netSocket()
- Specified by:
netSocketin interfaceio.vertx.core.http.HttpClientResponse
-
request
default io.vertx.core.http.HttpClientRequest request()
- Specified by:
requestin interfaceio.vertx.core.http.HttpClientResponse
-
streamPriorityHandler
default io.vertx.core.http.HttpClientResponse streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority> handler)
- Specified by:
streamPriorityHandlerin interfaceio.vertx.core.http.HttpClientResponse
-
-