public class PushedHttpServerRequest extends Object implements io.vertx.core.http.HttpServerRequest
| Constructor and Description |
|---|
PushedHttpServerRequest(io.vertx.core.http.HttpServerRequest original,
io.vertx.core.http.HttpMethod method,
String uri,
io.vertx.core.http.HttpServerResponse response,
io.vertx.core.MultiMap headers) |
| Modifier and Type | Method and Description |
|---|---|
String |
absoluteURI() |
long |
bytesRead() |
io.vertx.core.http.HttpConnection |
connection() |
int |
cookieCount() |
Map<String,io.vertx.core.http.Cookie> |
cookieMap() |
io.vertx.core.http.HttpServerRequest |
customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame> handler) |
io.vertx.core.http.HttpServerRequest |
endHandler(io.vertx.core.Handler<Void> endHandler) |
io.vertx.core.http.HttpServerRequest |
exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
io.vertx.core.http.HttpServerRequest |
fetch(long amount) |
io.vertx.core.MultiMap |
formAttributes() |
io.vertx.core.http.Cookie |
getCookie(String name) |
String |
getFormAttribute(String attributeName) |
String |
getHeader(CharSequence headerName) |
String |
getHeader(String headerName) |
String |
getParam(String paramName) |
io.vertx.core.http.HttpServerRequest |
handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler) |
io.vertx.core.MultiMap |
headers() |
String |
host() |
boolean |
isEnded() |
boolean |
isExpectMultipart() |
boolean |
isSSL() |
io.vertx.core.net.SocketAddress |
localAddress() |
io.vertx.core.http.HttpMethod |
method() |
io.vertx.core.net.NetSocket |
netSocket() |
io.vertx.core.MultiMap |
params() |
String |
path() |
io.vertx.core.http.HttpServerRequest |
pause() |
X509Certificate[] |
peerCertificateChain() |
String |
query() |
String |
rawMethod() |
io.vertx.core.net.SocketAddress |
remoteAddress() |
io.vertx.core.http.HttpServerResponse |
response() |
io.vertx.core.http.HttpServerRequest |
resume() |
String |
scheme() |
io.vertx.core.http.HttpServerRequest |
setExpectMultipart(boolean expect) |
SSLSession |
sslSession() |
io.vertx.core.http.HttpServerRequest |
streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority> handler) |
io.vertx.core.http.ServerWebSocket |
upgrade() |
io.vertx.core.http.HttpServerRequest |
uploadHandler(io.vertx.core.Handler<io.vertx.core.http.HttpServerFileUpload> uploadHandler) |
String |
uri() |
io.vertx.core.http.HttpVersion |
version() |
public PushedHttpServerRequest(io.vertx.core.http.HttpServerRequest original,
io.vertx.core.http.HttpMethod method,
String uri,
io.vertx.core.http.HttpServerResponse response,
io.vertx.core.MultiMap headers)
public io.vertx.core.http.HttpServerRequest exceptionHandler(io.vertx.core.Handler<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 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 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 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.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.HttpServerRequest endHandler(io.vertx.core.Handler<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.HttpVersion version()
version in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.HttpMethod method()
method in interface io.vertx.core.http.HttpServerRequestpublic String rawMethod()
rawMethod in interface io.vertx.core.http.HttpServerRequestpublic boolean isSSL()
isSSL in interface io.vertx.core.http.HttpServerRequestpublic String scheme()
scheme in interface io.vertx.core.http.HttpServerRequestpublic String uri()
uri in interface io.vertx.core.http.HttpServerRequestpublic String path()
path in interface io.vertx.core.http.HttpServerRequestpublic String query()
query in interface io.vertx.core.http.HttpServerRequestpublic String host()
host in interface io.vertx.core.http.HttpServerRequestpublic long bytesRead()
bytesRead 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 String getHeader(String headerName)
getHeader in interface io.vertx.core.http.HttpServerRequestpublic String getHeader(CharSequence headerName)
getHeader in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.MultiMap params()
params in interface io.vertx.core.http.HttpServerRequestpublic String getParam(String paramName)
getParam in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.net.SocketAddress remoteAddress()
remoteAddress in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.net.SocketAddress localAddress()
localAddress in interface io.vertx.core.http.HttpServerRequestpublic SSLSession sslSession()
sslSession in interface io.vertx.core.http.HttpServerRequestpublic X509Certificate[] peerCertificateChain() throws SSLPeerUnverifiedException
peerCertificateChain in interface io.vertx.core.http.HttpServerRequestSSLPeerUnverifiedExceptionpublic String absoluteURI()
absoluteURI in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.net.NetSocket netSocket()
netSocket 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 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 String getFormAttribute(String attributeName)
getFormAttribute in interface io.vertx.core.http.HttpServerRequestpublic io.vertx.core.http.ServerWebSocket upgrade()
upgrade in interface io.vertx.core.http.HttpServerRequestpublic 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.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(String name)
getCookie in interface io.vertx.core.http.HttpServerRequestpublic int cookieCount()
cookieCount in interface io.vertx.core.http.HttpServerRequestCopyright © 2020 JBoss by Red Hat. All rights reserved.