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(org.hornetq.core.remoting.impl.netty.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(org.hornetq.core.remoting.impl.netty.NettyServerConnection connection,
HornetQBuffer buffer)
Copyright © 2022 JBoss, a division of Red Hat. All Rights Reserved.