| Interface and Description |
|---|
| org.apache.qpid.proton.driver.Connector
Messenger and its connector will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.driver.Driver
Messenger and its driver will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.driver.Listener
Messenger and its listener will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.messenger.Messenger
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.messenger.Tracker
Messenger will be removed from upcoming proton-j releases.
|
| Class and Description |
|---|
| org.apache.qpid.proton.messenger.impl.Address
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.driver.Driver.Factory
Messenger and its driver will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.messenger.Messenger.Factory
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.messenger.impl.MessengerImpl
Messenger will be removed from upcoming proton-j releases.
|
| Enum and Description |
|---|
| org.apache.qpid.proton.messenger.Status
Messenger will be removed from upcoming proton-j releases.
|
| Exceptions and Description |
|---|
| org.apache.qpid.proton.messenger.MessengerException
Messenger will be removed from upcoming proton-j releases.
|
| Method and Description |
|---|
| org.apache.qpid.proton.reactor.Reactor.connection(Handler)
Use
Reactor.connectionToHost(String, int, Handler) instead. |
| org.apache.qpid.proton.Proton.driver()
Messenger and its driver will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.engine.Transport.input(byte[], int, int)
use
Transport.getInputBuffer() and Transport.processInput() instead. |
| org.apache.qpid.proton.Proton.messenger()
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.Proton.messenger(String)
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.engine.Transport.output(byte[], int, int)
use
Transport.getOutputBuffer() and Transport.outputConsumed() instead |
| org.apache.qpid.proton.engine.Link.setRemoteSenderSettleMode(SenderSettleMode) |
| Constructor and Description |
|---|
| org.apache.qpid.proton.messenger.impl.Address()
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.messenger.impl.Address(String)
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.engine.impl.ConnectionImpl()
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use
Connection.Factory.create() instead. |
| org.apache.qpid.proton.message.impl.MessageImpl()
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use
Message.Factory#create() instead |
| org.apache.qpid.proton.message.impl.MessageImpl(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer)
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should instead use
Message.Factory#create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer) |
| org.apache.qpid.proton.messenger.impl.MessengerImpl()
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.messenger.impl.MessengerImpl(String)
Messenger will be removed from upcoming proton-j releases.
|
| org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl()
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use
SslDomain.Factory#create() instead. |
| org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl(String, int)
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use
SslPeerDetails.Factory.create(String, int) instead. |
| org.apache.qpid.proton.engine.impl.TransportImpl()
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use
Transport.Factory.create() instead |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.