public class WrappedRequest
extends java.lang.Object
implements org.vertx.java.core.http.HttpServerRequest
Modifier and Type | Method and Description |
---|---|
java.net.URI |
absoluteURI() |
org.vertx.java.core.http.HttpServerRequest |
bodyHandler(org.vertx.java.core.Handler<org.vertx.java.core.buffer.Buffer> bodyHandler) |
static org.vertx.java.core.http.HttpServerRequest |
create(com.netflix.spectator.api.Registry registry,
IdFactory idfactory,
org.vertx.java.core.http.HttpServerRequest req) |
org.vertx.java.core.http.HttpServerRequest |
dataHandler(org.vertx.java.core.Handler<org.vertx.java.core.buffer.Buffer> handler) |
org.vertx.java.core.http.HttpServerRequest |
endHandler(org.vertx.java.core.Handler<java.lang.Void> endHandler) |
org.vertx.java.core.http.HttpServerRequest |
exceptionHandler(org.vertx.java.core.Handler<java.lang.Throwable> handler) |
org.vertx.java.core.http.HttpServerRequest |
expectMultiPart(boolean expect) |
org.vertx.java.core.MultiMap |
formAttributes() |
org.vertx.java.core.MultiMap |
headers() |
java.net.InetSocketAddress |
localAddress() |
java.lang.String |
logAttribute(java.lang.String k) |
java.lang.String |
method() |
org.vertx.java.core.net.NetSocket |
netSocket() |
org.vertx.java.core.MultiMap |
params() |
java.lang.String |
path() |
org.vertx.java.core.http.HttpServerRequest |
pause() |
javax.security.cert.X509Certificate[] |
peerCertificateChain() |
void |
putLogAttribute(java.lang.String k,
java.lang.String v) |
java.lang.String |
query() |
java.net.InetSocketAddress |
remoteAddress() |
org.vertx.java.core.http.HttpServerResponse |
response() |
org.vertx.java.core.http.HttpServerRequest |
resume() |
org.vertx.java.core.http.HttpServerRequest |
uploadHandler(org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerFileUpload> uploadHandler) |
java.lang.String |
uri() |
org.vertx.java.core.http.HttpVersion |
version() |
public java.lang.String logAttribute(java.lang.String k)
public void putLogAttribute(java.lang.String k, java.lang.String v)
public static org.vertx.java.core.http.HttpServerRequest create(com.netflix.spectator.api.Registry registry, IdFactory idfactory, org.vertx.java.core.http.HttpServerRequest req)
public org.vertx.java.core.http.HttpServerRequest exceptionHandler(org.vertx.java.core.Handler<java.lang.Throwable> handler)
exceptionHandler
in interface org.vertx.java.core.streams.ExceptionSupport<org.vertx.java.core.http.HttpServerRequest>
public org.vertx.java.core.http.HttpServerRequest dataHandler(org.vertx.java.core.Handler<org.vertx.java.core.buffer.Buffer> handler)
dataHandler
in interface org.vertx.java.core.streams.ReadSupport<org.vertx.java.core.http.HttpServerRequest,org.vertx.java.core.buffer.Buffer>
public org.vertx.java.core.http.HttpServerRequest pause()
pause
in interface org.vertx.java.core.streams.ReadSupport<org.vertx.java.core.http.HttpServerRequest,org.vertx.java.core.buffer.Buffer>
public org.vertx.java.core.http.HttpServerRequest endHandler(org.vertx.java.core.Handler<java.lang.Void> endHandler)
endHandler
in interface org.vertx.java.core.streams.ReadStream<org.vertx.java.core.http.HttpServerRequest>
public org.vertx.java.core.http.HttpServerRequest resume()
resume
in interface org.vertx.java.core.streams.ReadSupport<org.vertx.java.core.http.HttpServerRequest,org.vertx.java.core.buffer.Buffer>
public org.vertx.java.core.http.HttpVersion version()
version
in interface org.vertx.java.core.http.HttpServerRequest
public java.lang.String method()
method
in interface org.vertx.java.core.http.HttpServerRequest
public java.lang.String uri()
uri
in interface org.vertx.java.core.http.HttpServerRequest
public java.lang.String path()
path
in interface org.vertx.java.core.http.HttpServerRequest
public java.lang.String query()
query
in interface org.vertx.java.core.http.HttpServerRequest
public org.vertx.java.core.http.HttpServerResponse response()
response
in interface org.vertx.java.core.http.HttpServerRequest
public org.vertx.java.core.MultiMap headers()
headers
in interface org.vertx.java.core.http.HttpServerRequest
public org.vertx.java.core.MultiMap params()
params
in interface org.vertx.java.core.http.HttpServerRequest
public java.net.InetSocketAddress remoteAddress()
remoteAddress
in interface org.vertx.java.core.http.HttpServerRequest
public java.net.InetSocketAddress localAddress()
localAddress
in interface org.vertx.java.core.http.HttpServerRequest
public javax.security.cert.X509Certificate[] peerCertificateChain() throws javax.net.ssl.SSLPeerUnverifiedException
peerCertificateChain
in interface org.vertx.java.core.http.HttpServerRequest
javax.net.ssl.SSLPeerUnverifiedException
public java.net.URI absoluteURI()
absoluteURI
in interface org.vertx.java.core.http.HttpServerRequest
public org.vertx.java.core.http.HttpServerRequest bodyHandler(org.vertx.java.core.Handler<org.vertx.java.core.buffer.Buffer> bodyHandler)
bodyHandler
in interface org.vertx.java.core.http.HttpServerRequest
public org.vertx.java.core.net.NetSocket netSocket()
netSocket
in interface org.vertx.java.core.http.HttpServerRequest
public org.vertx.java.core.http.HttpServerRequest expectMultiPart(boolean expect)
expectMultiPart
in interface org.vertx.java.core.http.HttpServerRequest
public org.vertx.java.core.http.HttpServerRequest uploadHandler(org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerFileUpload> uploadHandler)
uploadHandler
in interface org.vertx.java.core.http.HttpServerRequest
public org.vertx.java.core.MultiMap formAttributes()
formAttributes
in interface org.vertx.java.core.http.HttpServerRequest
Copyright © 2021. All Rights Reserved.