| Package | Description | 
|---|---|
| org.jclouds.elb.domain | 
| Modifier and Type | Field and Description | 
|---|---|
protected Protocol | 
Listener.instanceProtocol  | 
protected Protocol | 
Listener.Builder.instanceProtocol  | 
protected Protocol | 
Listener.protocol  | 
protected Protocol | 
Listener.Builder.protocol  | 
| Modifier and Type | Method and Description | 
|---|---|
Protocol | 
Listener.getInstanceProtocol()
Specifies the protocol to use for routing traffic to back-end instances - HTTP, HTTPS, TCP, or
 SSL. 
 | 
Protocol | 
Listener.getProtocol()
Specifies the LoadBalancer transport protocol to use for routing - HTTP, HTTPS, TCP or SSL. 
 | 
static Protocol | 
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Protocol[] | 
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Listener.Builder.instanceProtocol(Protocol instanceProtocol)  | 
T | 
Listener.Builder.protocol(Protocol protocol)  | 
| Constructor and Description | 
|---|
Listener(int instancePort,
        Protocol instanceProtocol,
        int port,
        Protocol protocol,
        com.google.common.base.Optional<String> SSLCertificateId)  | 
ListenerWithPolicies(int instancePort,
                    Protocol instanceProtocol,
                    int port,
                    Protocol protocol,
                    com.google.common.base.Optional<String> SSLCertificateId,
                    Iterable<String> policyNames)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.