public final class Proton
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ProtonFactory.ImplementationType |
ANY |
static ProtonFactory.ImplementationType |
PROTON_C |
static ProtonFactory.ImplementationType |
PROTON_J |
public static ProtonFactory.ImplementationType ANY
public static ProtonFactory.ImplementationType PROTON_C
public static ProtonFactory.ImplementationType PROTON_J
public static ProtonFactory.ImplementationType getDefaultImplementationType()
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 Messenger messenger()
public static Messenger messenger(java.lang.String name)
public static Driver driver() throws java.io.IOException
java.io.IOExceptionpublic static Connection connection(ProtonFactory.ImplementationType implementation)
public static Transport transport(ProtonFactory.ImplementationType implementation)
public static SslDomain sslDomain(ProtonFactory.ImplementationType implementation)
public static SslPeerDetails sslPeerDetails(ProtonFactory.ImplementationType implementation, java.lang.String hostname, int port)
public static Data data(ProtonFactory.ImplementationType implementation, long capacity)
public static Message message(ProtonFactory.ImplementationType implementation)
public static Message message(ProtonFactory.ImplementationType implementation, Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
public static Messenger messenger(ProtonFactory.ImplementationType implementation)
public static Messenger messenger(ProtonFactory.ImplementationType implementation, java.lang.String name)
public static Driver driver(ProtonFactory.ImplementationType implementation) throws java.io.IOException
java.io.IOExceptionCopyright © 2014 FuseSource, Corp.. All Rights Reserved.