Example usage for org.apache.commons.net SocketFactory interface-usage

List of usage examples for org.apache.commons.net SocketFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.net SocketFactory interface-usage.

Usage

From source file com.myJava.file.driver.remote.ftp.SecuredSocketFactory.java

/**
 * SocketFactory implementation that creates Secured Sockets suitable for the FTPSClient class.
 * <BR>
 * @author Olivier PETRUCCI
 * <BR>
 *

From source file nl.nn.adapterframework.http.AuthSSLProtocolSocketFactoryBase.java

/**
 * <p>
 * AuthSSLProtocolSocketFactory can be used to validate the identity of the HTTPS 
 * server against a list of trusted certificates and to authenticate to the HTTPS 
 * server using a private key. 
 * </p>