public class RequestObject
extends java.lang.Object
implements org.vertx.java.core.http.HttpServerRequest
Modifier and Type | Class and Description |
---|---|
static class |
RequestObject.HttpMethod |
Constructor and Description |
---|
RequestObject(RequestObject.HttpMethod method,
java.util.Map<java.lang.String,java.lang.String> reqHeaders,
java.lang.String base,
java.lang.String path,
java.util.Map<java.lang.String,java.lang.String> queryParams) |
RequestObject(RequestObject.HttpMethod method,
java.util.Map<java.lang.String,java.lang.String> reqHeaders,
java.lang.String base,
java.lang.String path,
java.lang.String query) |
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) |
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 |
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() |
java.lang.String |
query() |
java.net.InetSocketAddress |
remoteAddress() |
org.vertx.java.core.http.HttpServerResponse |
response() |
org.vertx.java.core.http.HttpServerRequest |
resume() |
void |
trigger(byte[] bs) |
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 RequestObject(RequestObject.HttpMethod method, java.util.Map<java.lang.String,java.lang.String> reqHeaders, java.lang.String base, java.lang.String path, java.util.Map<java.lang.String,java.lang.String> queryParams)
public RequestObject(RequestObject.HttpMethod method, java.util.Map<java.lang.String,java.lang.String> reqHeaders, java.lang.String base, java.lang.String path, java.lang.String query)
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 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 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.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.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
public void trigger(byte[] bs)
Copyright © 2021. All Rights Reserved.