Uses of Class
org.exolab.jms.net.util.SSLProperties

Packages that use SSLProperties
org.exolab.jms.net.http HTTP connector 
org.exolab.jms.net.tcp TCP and TCPS connectors 
org.exolab.jms.net.util Network related utility and helper classes 
 

Uses of SSLProperties in org.exolab.jms.net.http
 

Methods in org.exolab.jms.net.http that return SSLProperties
 SSLProperties HTTPRequestInfo.getSSLProperties()
          Returns the properties used to configure the secure socket layer (SSL).
 

Methods in org.exolab.jms.net.http with parameters of type SSLProperties
 void HTTPRequestInfo.setSSLProperties(SSLProperties properties)
          Sets the properties used to configure the secure socket layer (SSL).
 

Uses of SSLProperties in org.exolab.jms.net.tcp
 

Methods in org.exolab.jms.net.tcp that return SSLProperties
 SSLProperties TCPSRequestInfo.getSSLProperties()
          Returns the properties used to configure the secure socket layer (SSL).
 

Methods in org.exolab.jms.net.tcp with parameters of type SSLProperties
 void TCPSRequestInfo.setSSLProperties(SSLProperties properties)
          Sets the properties used to configure the secure socket layer (SSL).
 

Uses of SSLProperties in org.exolab.jms.net.util
 

Methods in org.exolab.jms.net.util with parameters of type SSLProperties
static void SSLHelper.configure(SSLProperties properties)
          Configure the secure socket layer.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.