public class CommandEvent
extends java.lang.Object
Constructor and Description |
---|
CommandEvent() |
Modifier and Type | Method and Description |
---|---|
static void |
emitAndPassthrough(ProxySession ps,
java.lang.String tag,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
static void |
emitOnly(ProxySession ps,
java.lang.String tag,
java.lang.String command,
java.lang.String response,
org.vertx.java.core.Handler<CommandCompletion> cch) |
static void |
passthrough(io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
public static void emitAndPassthrough(ProxySession ps, java.lang.String tag, io.netty.buffer.ByteBuf buf, org.vertx.java.core.Handler<RoutingDecision> decision)
public static void emitOnly(ProxySession ps, java.lang.String tag, java.lang.String command, java.lang.String response, org.vertx.java.core.Handler<CommandCompletion> cch)
public static void passthrough(io.netty.buffer.ByteBuf buf, org.vertx.java.core.Handler<RoutingDecision> decision)
Copyright © 2021. All Rights Reserved.