| Method and Description |
|---|
| org.apache.qpid.proton.engine.Transport.input(byte[], int, int)
use
Transport.getInputBuffer() and Transport.processInput() instead. |
| 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.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()
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use
Messenger.Factory#create() instead |
| org.apache.qpid.proton.messenger.impl.MessengerImpl(String)
This constructor's visibility will be reduced to the default scope in a future release.
Client code outside this module should use a
Messenger.Factory#create(String) instead |
| 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.