public final class Proton extends 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(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 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, 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, String name)
public static Driver driver(ProtonFactory.ImplementationType implementation) throws IOException
IOException
Copyright © 2014 The Apache Software Foundation. All rights reserved.