Package com.jetdrone.vertx.yoke.core.impl

Examples of com.jetdrone.vertx.yoke.core.impl.DefaultRequestWrapper


     * </pre>
     *
     * @param verticle the main verticle
     */
    public Yoke(@NotNull Verticle verticle) {
        this(verticle.getVertx(), new DefaultRequestWrapper());
    }
View Full Code Here


     * </pre>
     *
     * @param vertx
     */
    public Yoke(@NotNull Vertx vertx) {
        this(vertx, new DefaultRequestWrapper());
    }
View Full Code Here

TOP

Related Classes of com.jetdrone.vertx.yoke.core.impl.DefaultRequestWrapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.