Modifier and Type | Method and Description |
---|---|
void |
DecisionMaker.decideFor(boolean literal,
boolean litFollows,
io.netty.buffer.ByteBuf b,
org.vertx.java.core.Handler<RoutingDecision> decision) |
void |
ReqParser.parse(boolean literal,
boolean litFollows,
io.netty.buffer.ByteBuf b,
org.vertx.java.core.Handler<RoutingDecision> decision) |
void |
ICommandProcessor.process(boolean isCommand,
io.netty.buffer.ByteBuf nettyBuffer,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
AppendCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
CapabilityCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
CopyCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
CreateCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
RoutingDecision |
DeleteCP.refuse(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
EventGeneratingProcessor.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
ExamineCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
GetQuotaRootCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
IdCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
ListCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
LoginCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
void |
AuthenticatePlainCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
void |
LogoutCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
RoutingDecision |
RenameCP.refuse(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
void |
RenameCP.process(boolean isCommand,
io.netty.buffer.ByteBuf b,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
RoutingDecision |
SelectCP.refuse(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
void |
SelectCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
StartTLSCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
XListCP.process(boolean isCommand,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Modifier and Type | Method and Description |
---|---|
void |
IIMAPDecisionMaker.decideFor(boolean literal,
boolean litFollows,
io.netty.buffer.ByteBuf b,
org.vertx.java.core.Handler<RoutingDecision> decision) |
static void |
CommandEvent.emitAndPassthrough(ProxySession ps,
java.lang.String tag,
io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
static void |
CommandEvent.passthrough(io.netty.buffer.ByteBuf buf,
org.vertx.java.core.Handler<RoutingDecision> decision) |
Copyright © 2021. All Rights Reserved.