public interface ProtocolManager
Modifier and Type | Method and Description |
---|---|
void |
addChannelHandlers(io.netty.channel.ChannelPipeline pipeline) |
ConnectionEntry |
createConnectionEntry(Acceptor acceptorUsed,
Connection connection) |
void |
handleBuffer(RemotingConnection connection,
HornetQBuffer buffer) |
void |
handshake(NettyServerConnection connection,
HornetQBuffer buffer) |
boolean |
isProtocol(byte[] array) |
void |
removeHandler(String name) |
ConnectionEntry createConnectionEntry(Acceptor acceptorUsed, Connection connection)
void removeHandler(String name)
void handleBuffer(RemotingConnection connection, HornetQBuffer buffer)
void addChannelHandlers(io.netty.channel.ChannelPipeline pipeline)
boolean isProtocol(byte[] array)
void handshake(NettyServerConnection connection, HornetQBuffer buffer)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.