This project has retired. For details please refer to its
Attic page.
org.apache.excalibur.source.impl
Class HTTPSClientSourceFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.excalibur.source.impl.HTTPClientSourceFactory
org.apache.excalibur.source.impl.HTTPSClientSourceFactory
- All Implemented Interfaces:
- Component, LogEnabled, Parameterizable, SourceFactory, ThreadSafe
- public class HTTPSClientSourceFactory
- extends HTTPClientSourceFactory
HTTPClientSource Factory class.
- Version:
- CVS $Id: HTTPSClientSourceFactory.java,v 1.5 2004/02/28 11:47:24 cziegeler Exp $
- Author:
- Avalon Development Team
|
Field Summary |
static java.lang.String |
HTTPS
HTTPS constant. |
static java.lang.String |
SOCKET_FACTORY
SSL socket factory. |
static java.lang.String |
SSL_PROVIDER
SSL implementation provider. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSL_PROVIDER
public static final java.lang.String SSL_PROVIDER
- SSL implementation provider.
- See Also:
- Constant Field Values
SOCKET_FACTORY
public static final java.lang.String SOCKET_FACTORY
- SSL socket factory.
- See Also:
- Constant Field Values
HTTPS
public static final java.lang.String HTTPS
- HTTPS constant.
- See Also:
- Constant Field Values
HTTPSClientSourceFactory
public HTTPSClientSourceFactory()
parameterize
public void parameterize(Parameters params)
throws ParameterException
- Parameterize this
SourceFactory.
- Specified by:
parameterize in interface Parameterizable- Overrides:
parameterize in class HTTPClientSourceFactory
- Parameters:
params - Parameters instance
- Throws:
ParameterException - if an error occurs
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.