Package | Description |
---|---|
org.hornetq.core.protocol.proton |
Modifier and Type | Method and Description |
---|---|
ProtonSession |
ProtonProtocolManager.createSession(ProtonRemotingConnection protonConnection,
org.apache.qpid.proton.engine.impl.TransportImpl protonTransport) |
Modifier and Type | Method and Description |
---|---|
void |
ProtonProtocolManager.handleMessage(org.apache.qpid.proton.engine.Receiver receiver,
HornetQBuffer buffer,
org.apache.qpid.proton.engine.Delivery delivery,
ProtonRemotingConnection connection,
ProtonSession protonSession,
String address) |
void |
ProtonProtocolManager.handleTransaction(org.apache.qpid.proton.engine.Receiver receiver,
HornetQBuffer buffer,
org.apache.qpid.proton.engine.Delivery delivery,
ProtonSession protonSession) |
Constructor and Description |
---|
ProtonConsumer(ProtonRemotingConnection connection,
org.apache.qpid.proton.engine.Sender sender,
ProtonSession protonSession,
HornetQServer server,
ProtonProtocolManager protonProtocolManager) |
ProtonProducer(ProtonRemotingConnection connection,
ProtonSession protonSession,
ProtonProtocolManager protonProtocolManager,
org.apache.qpid.proton.engine.Receiver receiver) |
TransactionHandler(ProtonRemotingConnection connection,
org.apache.qpid.proton.amqp.transaction.Coordinator coordinator,
ProtonProtocolManager protonProtocolManager,
ProtonSession protonSession) |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.