public abstract class FrontendHandler
extends ChannelInboundHandlerAdapter
Constructor and Description |
---|
FrontendHandler() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
auth(ChannelHandlerContext context,
ByteBuf message) |
void |
channelActive(ChannelHandlerContext context) |
void |
channelRead(ChannelHandlerContext context,
Object message) |
protected abstract void |
executeCommand(ChannelHandlerContext context,
ByteBuf message) |
protected abstract void |
handshake(ChannelHandlerContext context) |
public void channelActive(ChannelHandlerContext context)
protected abstract void handshake(ChannelHandlerContext context)
public void channelRead(ChannelHandlerContext context, Object message)
protected abstract void auth(ChannelHandlerContext context, ByteBuf message)
protected abstract void executeCommand(ChannelHandlerContext context, ByteBuf message)
Copyright © 2018. All rights reserved.