Package | Description |
---|---|
org.hornetq.core.protocol.core | |
org.hornetq.core.protocol.core.impl | |
org.hornetq.core.replication |
Modifier and Type | Class and Description |
---|---|
class |
ServerSessionPacketHandler
A ServerSessionPacketHandler
|
Modifier and Type | Method and Description |
---|---|
ChannelHandler |
Channel.getHandler()
Gets the
ChannelHandler that this channel should
forward received packets to. |
Modifier and Type | Method and Description |
---|---|
void |
Channel.setHandler(ChannelHandler handler)
Sets the
ChannelHandler that this channel should
forward received packets to. |
Modifier and Type | Class and Description |
---|---|
class |
HornetQPacketHandler
A packet handler for all packets that need to be handled at the server level
|
Modifier and Type | Method and Description |
---|---|
ChannelHandler |
ChannelImpl.getHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelImpl.setHandler(ChannelHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationEndpoint
Handles all the synchronization necessary for replication on the backup side (that is the
backup's side of the "remote backup" use case).
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.