Package | Description |
---|---|
org.apache.activemq.artemis.core.protocol.core | |
org.apache.activemq.artemis.core.protocol.core.impl |
Modifier and Type | Method and Description |
---|---|
Channel |
CoreRemotingConnection.getChannel(long channelID,
int confWindowSize)
Returns the channel with the channel id specified.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreRemotingConnection.putChannel(long channelID,
Channel channel)
add the channel with the specified channel id
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelImpl |
Modifier and Type | Method and Description |
---|---|
Channel |
RemotingConnectionImpl.getChannel(long channelID,
int confWindowSize) |
Channel |
ActiveMQClientProtocolManager.getChannel0() |
Channel |
ActiveMQClientProtocolManager.getChannel1() |
protected Channel |
ActiveMQSessionContext.getSessionChannel() |
Modifier and Type | Method and Description |
---|---|
protected SessionContext |
ActiveMQClientProtocolManager.newSessionContext(String name,
int confirmationWindowSize,
Channel sessionChannel,
CreateSessionResponseMessage response) |
void |
RemotingConnectionImpl.putChannel(long channelID,
Channel channel) |
Constructor and Description |
---|
ActiveMQSessionContext(String name,
RemotingConnection remotingConnection,
Channel sessionChannel,
int serverVersion,
int confirmationWindow) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.