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()
Deprecated.
Messenger and its driver will be removed from upcoming proton-j releases.
|
static Message |
message() |
static Message |
message(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
static Messenger |
messenger()
Deprecated.
Messenger will be removed from upcoming proton-j releases.
|
static Messenger |
messenger(String name)
Deprecated.
Messenger will be removed from upcoming proton-j releases.
|
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)
@Deprecated public static Messenger messenger()
@Deprecated public static Messenger messenger(String name)
@Deprecated public static Driver driver() throws IOException
IOExceptionpublic static Reactor reactor() throws IOException
IOExceptionpublic static Reactor reactor(Handler... handlers) throws IOException
IOExceptionCopyright © 2016 The Apache Software Foundation. All Rights Reserved.