org.apache.camel.util.jsse
Class SecureSocketProtocolsParameters

java.lang.Object
  extended by org.apache.camel.util.jsse.SecureSocketProtocolsParameters

public class SecureSocketProtocolsParameters
extends Object

Represents a list of TLS/SSL cipher suite names.


Constructor Summary
SecureSocketProtocolsParameters()
           
 
Method Summary
 List<String> getSecureSocketProtocol()
          Returns a live reference to the list of secure socket protocol names.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecureSocketProtocolsParameters

public SecureSocketProtocolsParameters()
Method Detail

getSecureSocketProtocol

public List<String> getSecureSocketProtocol()
Returns a live reference to the list of secure socket protocol names.

Returns:
a reference to the list, never null

toString

public String toString()
Overrides:
toString in class Object


Apache CAMEL