public final class Proton
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Collector |
collector() |
static Connection |
connection() |
static Data |
data(long capacity) |
static Message |
message() |
static Message |
message(Header header,
DeliveryAnnotations deliveryAnnotations,
MessageAnnotations messageAnnotations,
Properties properties,
ApplicationProperties applicationProperties,
Section body,
Footer footer) |
static Reactor |
reactor() |
static Reactor |
reactor(Handler... handlers) |
static Reactor |
reactor(ReactorOptions options) |
static Reactor |
reactor(ReactorOptions options,
Handler... handlers) |
static SslDomain |
sslDomain() |
static SslPeerDetails |
sslPeerDetails(java.lang.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(java.lang.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 Reactor reactor() throws java.io.IOException
java.io.IOException
public static Reactor reactor(Handler... handlers) throws java.io.IOException
java.io.IOException
public static Reactor reactor(ReactorOptions options) throws java.io.IOException
java.io.IOException
public static Reactor reactor(ReactorOptions options, Handler... handlers) throws java.io.IOException
java.io.IOException