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.