public final class Proton extends Object
Modifier and Type | Method and Description |
---|---|
static Collector |
collector() |
static Connection |
connection() |
static Data |
data(long capacity) |
static Driver |
driver() |
static Message |
message() |
static Message |
message(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
static Messenger |
messenger() |
static Messenger |
messenger(String name) |
static Reactor |
reactor() |
static Reactor |
reactor(Handler... handlers) |
static SslDomain |
sslDomain() |
static SslPeerDetails |
sslPeerDetails(String hostname,
int port) |
static Transport |
transport() |
public static Collector collector()
public static Connection connection()
public static Transport transport()
public static SslDomain sslDomain()
public static SslPeerDetails sslPeerDetails(String hostname, int port)
public static Data data(long capacity)
public static Message message()
public static Message message(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
public static Messenger messenger()
public static Driver driver() throws IOException
IOException
public static Reactor reactor() throws IOException
IOException
public static Reactor reactor(Handler... handlers) throws IOException
IOException
Copyright © 2016 The Apache Software Foundation. All rights reserved.