Uses of Class
org.jclouds.elb.domain.Protocol

Packages that use Protocol
org.jclouds.elb.domain   
 

Uses of Protocol in org.jclouds.elb.domain
 

Fields in org.jclouds.elb.domain declared as Protocol
protected  Protocol Listener.instanceProtocol
           
protected  Protocol Listener.Builder.instanceProtocol
           
protected  Protocol Listener.protocol
           
protected  Protocol Listener.Builder.protocol
           
 

Methods in org.jclouds.elb.domain that return Protocol
 Protocol Listener.getInstanceProtocol()
          pecifies 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.
 

Methods in org.jclouds.elb.domain with parameters of type Protocol
 T Listener.Builder.instanceProtocol(Protocol instanceProtocol)
           
 T Listener.Builder.protocol(Protocol protocol)
           
 

Constructors in org.jclouds.elb.domain with parameters of type Protocol
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-2012 jclouds. All Rights Reserved.