public class WrappedRequest
extends java.lang.Object
implements io.vertx.core.http.impl.HttpServerRequestInternal
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
absoluteURI()  | 
io.vertx.core.Future<io.vertx.core.buffer.Buffer> | 
body()  | 
io.vertx.core.http.HttpServerRequest | 
bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> bodyHandler)  | 
long | 
bytesRead()  | 
io.vertx.core.http.HttpConnection | 
connection()  | 
io.vertx.core.Context | 
context()  | 
int | 
cookieCount()  | 
java.util.Map<java.lang.String,io.vertx.core.http.Cookie> | 
cookieMap()
Deprecated.  
 | 
java.util.Set<io.vertx.core.http.Cookie> | 
cookies()  | 
java.util.Set<io.vertx.core.http.Cookie> | 
cookies(java.lang.String name)  | 
static io.vertx.core.http.HttpServerRequest | 
create(com.netflix.spectator.api.Registry registry,
      IdFactory idfactory,
      io.vertx.core.http.HttpServerRequest req)  | 
io.vertx.core.http.HttpServerRequest | 
customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame> handler)  | 
io.netty.handler.codec.DecoderResult | 
decoderResult()  | 
io.vertx.core.Future<java.lang.Void> | 
end()  | 
io.vertx.core.http.HttpServerRequest | 
endHandler(io.vertx.core.Handler<java.lang.Void> endHandler)  | 
io.vertx.core.http.HttpServerRequest | 
exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)  | 
io.vertx.core.http.HttpServerRequest | 
fetch(long amount)  | 
io.vertx.core.MultiMap | 
formAttributes()  | 
io.vertx.core.http.Cookie | 
getCookie(java.lang.String name)  | 
io.vertx.core.http.Cookie | 
getCookie(java.lang.String name,
         java.lang.String domain,
         java.lang.String path)  | 
java.lang.String | 
getFormAttribute(java.lang.String attributeName)  | 
java.lang.String | 
getHeader(java.lang.CharSequence headerName)  | 
java.lang.String | 
getHeader(java.lang.String headerName)  | 
java.lang.String | 
getParam(java.lang.String paramName)  | 
io.vertx.core.http.HttpServerRequest | 
handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)  | 
io.vertx.core.MultiMap | 
headers()  | 
java.lang.String | 
host()  | 
boolean | 
isEnded()  | 
boolean | 
isExpectMultipart()  | 
boolean | 
isSSL()  | 
io.vertx.core.net.SocketAddress | 
localAddress()  | 
java.lang.String | 
logAttribute(java.lang.String k)  | 
io.vertx.core.http.HttpMethod | 
method()  | 
java.lang.Object | 
metric()  | 
io.vertx.core.MultiMap | 
params()  | 
java.lang.String | 
path()  | 
io.vertx.core.http.HttpServerRequest | 
pause()  | 
javax.security.cert.X509Certificate[] | 
peerCertificateChain()  | 
io.vertx.core.streams.Pipe<io.vertx.core.buffer.Buffer> | 
pipe()  | 
io.vertx.core.Future<java.lang.Void> | 
pipeTo(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> dst)  | 
void | 
pipeTo(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> dst,
      io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)  | 
void | 
putLogAttribute(java.lang.String k,
               java.lang.String v)  | 
java.lang.String | 
query()  | 
io.vertx.core.net.SocketAddress | 
remoteAddress()  | 
io.vertx.core.http.HttpServerResponse | 
response()  | 
io.vertx.core.http.HttpServerRequest | 
resume()  | 
java.lang.String | 
scheme()  | 
io.vertx.core.http.HttpServerRequest | 
setExpectMultipart(boolean expect)  | 
javax.net.ssl.SSLSession | 
sslSession()  | 
io.vertx.core.http.StreamPriority | 
streamPriority()  | 
io.vertx.core.http.HttpServerRequest | 
streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority> handler)  | 
io.vertx.core.Future<io.vertx.core.net.NetSocket> | 
toNetSocket()  | 
io.vertx.core.Future<io.vertx.core.http.ServerWebSocket> | 
toWebSocket()  | 
io.vertx.core.Future<io.vertx.core.http.ServerWebSocket> | 
upgrade()  | 
io.vertx.core.http.HttpServerRequest | 
uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> uploadHandler)  | 
java.lang.String | 
uri()  | 
io.vertx.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 io.vertx.core.http.HttpServerRequest create(com.netflix.spectator.api.Registry registry,
                                                          IdFactory idfactory,
                                                          io.vertx.core.http.HttpServerRequest req)
public io.vertx.core.http.HttpServerRequest exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)
exceptionHandler in interface io.vertx.core.http.HttpServerRequestexceptionHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>exceptionHandler in interface io.vertx.core.streams.StreamBasepublic io.vertx.core.http.HttpServerRequest pause()
pause in interface io.vertx.core.http.HttpServerRequestpause in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>public io.vertx.core.http.HttpServerRequest endHandler(io.vertx.core.Handler<java.lang.Void> endHandler)
endHandler in interface io.vertx.core.http.HttpServerRequestendHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>public io.vertx.core.http.HttpServerRequest resume()
resume in interface io.vertx.core.http.HttpServerRequestresume in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>public io.vertx.core.http.HttpVersion version()
version in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String uri()
uri in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String path()
path in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String query()
query in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.HttpServerResponse response()
response in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.MultiMap headers()
headers in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.MultiMap params()
params in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.net.SocketAddress remoteAddress()
remoteAddress in interface io.vertx.core.http.HttpServerRequestpublic javax.security.cert.X509Certificate[] peerCertificateChain()
                                                           throws javax.net.ssl.SSLPeerUnverifiedException
peerCertificateChain in interface io.vertx.core.http.HttpServerRequestjavax.net.ssl.SSLPeerUnverifiedExceptionpublic io.vertx.core.http.HttpServerRequest bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> bodyHandler)
bodyHandler in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.HttpServerRequest uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> uploadHandler)
uploadHandler in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.MultiMap formAttributes()
formAttributes in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.HttpServerRequest handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
handler in interface io.vertx.core.http.HttpServerRequesthandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>public io.vertx.core.http.HttpServerRequest fetch(long amount)
fetch in interface io.vertx.core.http.HttpServerRequestfetch in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>public io.vertx.core.http.HttpMethod method()
method in interface io.vertx.core.http.HttpServerRequestpublic boolean isSSL()
isSSL in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String scheme()
scheme in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String host()
host in interface io.vertx.core.http.HttpServerRequestpublic long bytesRead()
bytesRead in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String getHeader(java.lang.String headerName)
getHeader in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String getHeader(java.lang.CharSequence headerName)
getHeader in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.streams.Pipe<io.vertx.core.buffer.Buffer> pipe()
pipe in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>public java.lang.String getParam(java.lang.String paramName)
getParam in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.Future<java.lang.Void> pipeTo(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> dst)
pipeTo in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>public void pipeTo(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> dst,
                   io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)
pipeTo in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>public io.vertx.core.net.SocketAddress localAddress()
localAddress in interface io.vertx.core.http.HttpServerRequestpublic javax.net.ssl.SSLSession sslSession()
sslSession in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String absoluteURI()
absoluteURI in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.HttpServerRequest setExpectMultipart(boolean expect)
setExpectMultipart in interface io.vertx.core.http.HttpServerRequestpublic boolean isExpectMultipart()
isExpectMultipart in interface io.vertx.core.http.HttpServerRequestpublic java.lang.String getFormAttribute(java.lang.String attributeName)
getFormAttribute in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.Future<io.vertx.core.http.ServerWebSocket> upgrade()
public boolean isEnded()
isEnded in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.HttpServerRequest customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame> handler)
customFrameHandler in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.HttpConnection connection()
connection in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.StreamPriority streamPriority()
streamPriority in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.HttpServerRequest streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority> handler)
streamPriorityHandler in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.Cookie getCookie(java.lang.String name)
getCookie in interface io.vertx.core.http.HttpServerRequestpublic int cookieCount()
cookieCount in interface io.vertx.core.http.HttpServerRequest@Deprecated public java.util.Map<java.lang.String,io.vertx.core.http.Cookie> cookieMap()
cookieMap in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.Future<io.vertx.core.buffer.Buffer> body()
body in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.Future<java.lang.Void> end()
end in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.Future<io.vertx.core.net.NetSocket> toNetSocket()
toNetSocket in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.Future<io.vertx.core.http.ServerWebSocket> toWebSocket()
toWebSocket in interface io.vertx.core.http.HttpServerRequestpublic io.netty.handler.codec.DecoderResult decoderResult()
decoderResult in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.Cookie getCookie(java.lang.String name,
                                           java.lang.String domain,
                                           java.lang.String path)
getCookie in interface io.vertx.core.http.HttpServerRequestpublic java.util.Set<io.vertx.core.http.Cookie> cookies(java.lang.String name)
cookies in interface io.vertx.core.http.HttpServerRequestpublic java.util.Set<io.vertx.core.http.Cookie> cookies()
cookies in interface io.vertx.core.http.HttpServerRequestpublic java.lang.Object metric()
metric in interface io.vertx.core.http.impl.HttpServerRequestInternalpublic io.vertx.core.Context context()
context in interface io.vertx.core.http.impl.HttpServerRequestInternalCopyright © 2023. All Rights Reserved.