org.apache.camel.core.xml.util.jsse
Class SecureSocketProtocolsParametersDefinition

java.lang.Object
  extended by org.apache.camel.core.xml.util.jsse.SecureSocketProtocolsParametersDefinition

public class SecureSocketProtocolsParametersDefinition
extends java.lang.Object

Represents a list of TLS/SSL cipher suite names.


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

Constructor Detail

SecureSocketProtocolsParametersDefinition

public SecureSocketProtocolsParametersDefinition()
Method Detail

getSecureSocketProtocol

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

Returns:
a reference to the list, never null


Apache CAMEL