public class DummyHttpServerRequest extends Object implements FastFailHttpServerRequest
HttpServerRequest. Override this class for your needs.msg| Constructor and Description |
|---|
DummyHttpServerRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String headerName) |
boolean |
isSSL() |
X509Certificate[] |
peerCertificateChain() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabsoluteURI, bytesRead, connection, customFrameHandler, endHandler, exceptionHandler, fetch, formAttributes, getFormAttribute, getHeader, getParam, handler, headers, host, isEnded, isExpectMultipart, localAddress, method, netSocket, params, path, pause, query, rawMethod, remoteAddress, response, resume, scheme, setExpectMultipart, sslSession, streamPriorityHandler, upgrade, uploadHandler, uri, versionpublic boolean isSSL()
isSSL in interface io.vertx.core.http.HttpServerRequestisSSL in interface FastFailHttpServerRequestpublic String getHeader(String headerName)
getHeader in interface io.vertx.core.http.HttpServerRequestgetHeader in interface FastFailHttpServerRequestpublic X509Certificate[] peerCertificateChain() throws SSLPeerUnverifiedException
peerCertificateChain in interface io.vertx.core.http.HttpServerRequestpeerCertificateChain in interface FastFailHttpServerRequestSSLPeerUnverifiedExceptionCopyright © 2016–2020. All rights reserved.