public class HornetQClientProtocolManager
extends org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManager
| Constructor and Description |
|---|
HornetQClientProtocolManager() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.activemq.artemis.core.protocol.core.Packet |
newCreateSessionPacket(org.apache.activemq.artemis.core.version.Version clientVersion,
String name,
String username,
String password,
boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
int minLargeMessageSize,
int confirmationWindowSize,
long sessionChannelID) |
protected SessionContext |
newSessionContext(String name,
int confirmationWindowSize,
org.apache.activemq.artemis.core.protocol.core.Channel sessionChannel,
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.CreateSessionResponseMessage response) |
protected void |
sendHandshake(Connection transportConnection) |
void |
sendSubscribeTopology(boolean isServer) |
addChannelHandlers, checkForFailover, cleanupBeforeFailover, connect, createSessionContext, createSessionContext, getChannel0, getChannel1, getCurrentConnection, getName, getPacketDecoder, getSessionFactory, isAlive, lockSessionCreation, ping, setSessionFactory, stop, waitOnLatchprotected void sendHandshake(Connection transportConnection)
sendHandshake in class org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManagerprotected SessionContext newSessionContext(String name, int confirmationWindowSize, org.apache.activemq.artemis.core.protocol.core.Channel sessionChannel, org.apache.activemq.artemis.core.protocol.core.impl.wireformat.CreateSessionResponseMessage response)
newSessionContext in class org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManagerprotected org.apache.activemq.artemis.core.protocol.core.Packet newCreateSessionPacket(org.apache.activemq.artemis.core.version.Version clientVersion,
String name,
String username,
String password,
boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
int minLargeMessageSize,
int confirmationWindowSize,
long sessionChannelID)
newCreateSessionPacket in class org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManagerpublic void sendSubscribeTopology(boolean isServer)
sendSubscribeTopology in interface ClientProtocolManagersendSubscribeTopology in class org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManagerCopyright © 2016 The Apache Software Foundation. All Rights Reserved.