public class AuthHttpServerRequest extends Object implements org.vertx.java.core.http.HttpServerRequest
HttpServerRequest
that carries a User Profile.Constructor and Description |
---|
AuthHttpServerRequest(org.vertx.java.core.http.HttpServerRequest req) |
Modifier and Type | Method and Description |
---|---|
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<Void> endHandler) |
org.vertx.java.core.http.HttpServerRequest |
exceptionHandler(org.vertx.java.core.Handler<Throwable> handler) |
org.vertx.java.core.http.HttpServerRequest |
expectMultiPart(boolean expect) |
org.vertx.java.core.MultiMap |
formAttributes() |
org.pac4j.core.profile.UserProfile |
getProfile() |
org.vertx.java.core.MultiMap |
headers() |
InetSocketAddress |
localAddress() |
String |
method() |
org.vertx.java.core.net.NetSocket |
netSocket() |
org.vertx.java.core.MultiMap |
params() |
String |
path() |
org.vertx.java.core.http.HttpServerRequest |
pause() |
X509Certificate[] |
peerCertificateChain() |
String |
query() |
InetSocketAddress |
remoteAddress() |
org.vertx.java.core.http.HttpServerResponse |
response() |
org.vertx.java.core.http.HttpServerRequest |
resume() |
void |
setProfile(org.pac4j.core.profile.UserProfile profile) |
org.vertx.java.core.http.HttpServerRequest |
uploadHandler(org.vertx.java.core.Handler<org.vertx.java.core.http.HttpServerFileUpload> uploadHandler) |
String |
uri() |
org.vertx.java.core.http.HttpVersion |
version() |
public AuthHttpServerRequest(org.vertx.java.core.http.HttpServerRequest req)
public org.pac4j.core.profile.UserProfile getProfile()
public void setProfile(org.pac4j.core.profile.UserProfile profile)
public org.vertx.java.core.http.HttpServerRequest endHandler(org.vertx.java.core.Handler<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<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 String method()
method
in interface org.vertx.java.core.http.HttpServerRequest
public String uri()
uri
in interface org.vertx.java.core.http.HttpServerRequest
public String path()
path
in interface org.vertx.java.core.http.HttpServerRequest
public 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 InetSocketAddress remoteAddress()
remoteAddress
in interface org.vertx.java.core.http.HttpServerRequest
public InetSocketAddress localAddress()
localAddress
in interface org.vertx.java.core.http.HttpServerRequest
public X509Certificate[] peerCertificateChain() throws SSLPeerUnverifiedException
peerCertificateChain
in interface org.vertx.java.core.http.HttpServerRequest
SSLPeerUnverifiedException
public 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 © 2015. All rights reserved.