Class DummyHttpServerRequest

  • All Implemented Interfaces:
    io.vertx.core.http.HttpServerRequest, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, io.vertx.core.streams.StreamBase, FastFailHttpServerRequest

    public class DummyHttpServerRequest
    extends java.lang.Object
    implements FastFailHttpServerRequest
    Dummy class implementing HttpServerRequest. Override this class for your needs.
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Detail

      • DummyHttpServerRequest

        public DummyHttpServerRequest()
    • Method Detail

      • isSSL

        public boolean isSSL()
        Specified by:
        isSSL in interface FastFailHttpServerRequest
        Specified by:
        isSSL in interface io.vertx.core.http.HttpServerRequest
      • getHeader

        public java.lang.String getHeader​(java.lang.String headerName)
        Specified by:
        getHeader in interface FastFailHttpServerRequest
        Specified by:
        getHeader in interface io.vertx.core.http.HttpServerRequest
      • peerCertificateChain

        public javax.security.cert.X509Certificate[] peerCertificateChain()
                                                                   throws javax.net.ssl.SSLPeerUnverifiedException
        Specified by:
        peerCertificateChain in interface FastFailHttpServerRequest
        Specified by:
        peerCertificateChain in interface io.vertx.core.http.HttpServerRequest
        Throws:
        javax.net.ssl.SSLPeerUnverifiedException