| 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 a
EngineFactory 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 a
MessageFactory 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 use a
MessageFactory instead |
| 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 a
MessengerFactory 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
MessengerFactory 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 a
EngineFactory 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 a
EngineFactory 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 a
EngineFactory instead |
Copyright © 2014 FuseSource, Corp.. All Rights Reserved.