static Connection |
Proton.connection(ProtonFactory.ImplementationType implementation) |
static Data |
Proton.data(ProtonFactory.ImplementationType implementation,
long capacity) |
static Driver |
Proton.driver(ProtonFactory.ImplementationType implementation) |
static Message |
Proton.message(ProtonFactory.ImplementationType implementation) |
static Message |
Proton.message(ProtonFactory.ImplementationType implementation,
Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
static Messenger |
Proton.messenger(ProtonFactory.ImplementationType implementation) |
static Messenger |
Proton.messenger(ProtonFactory.ImplementationType implementation,
String name) |
static SslDomain |
Proton.sslDomain(ProtonFactory.ImplementationType implementation) |
static SslPeerDetails |
Proton.sslPeerDetails(ProtonFactory.ImplementationType implementation,
String hostname,
int port) |
static Transport |
Proton.transport(ProtonFactory.ImplementationType implementation) |