| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.protocol.core | |
| org.apache.activemq.artemis.core.protocol.core.impl |
| Modifier and Type | Method and Description |
|---|---|
CoreRemotingConnection |
Channel.getConnection()
returns the
CoreRemotingConnection being used by the channel |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.transferConnection(CoreRemotingConnection newConnection)
Transfers the connection used by this channel to the one specified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemotingConnectionImpl |
| Modifier and Type | Method and Description |
|---|---|
CoreRemotingConnection |
ChannelImpl.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelImpl.transferConnection(CoreRemotingConnection newConnection) |
| Constructor and Description |
|---|
ChannelImpl(CoreRemotingConnection connection,
long id,
int confWindowSize,
List<Interceptor> interceptors) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.