Class FtpsEmbeddedInfraService
java.lang.Object
org.apache.camel.test.infra.common.services.AbstractService
org.apache.camel.test.infra.ftp.services.embedded.FtpEmbeddedInfraService
org.apache.camel.test.infra.ftp.services.embedded.FtpsEmbeddedInfraService
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.test.infra.common.services.InfrastructureService,FtpInfraService
@InfraService(service=FtpInfraService.class,
description="Embedded FTPS Server",
serviceAlias="ftps")
public class FtpsEmbeddedInfraService
extends FtpEmbeddedInfraService
-
Field Summary
Fields inherited from class org.apache.camel.test.infra.ftp.services.embedded.FtpEmbeddedInfraService
configurationTestDirectory, DEFAULT_LISTENER, embeddedConfigurationTemplate, ftpServer, port, rootDir, testDirectory -
Constructor Summary
ConstructorsConstructorDescriptionUse a default constructor with a default security configuration for camel jbangFtpsEmbeddedInfraService(boolean useImplicit, String authValue, boolean clientAuth) Deprecated.FtpsEmbeddedInfraService(EmbeddedConfiguration.SecurityConfiguration securityConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.ftpserver.FtpServerFactorycreateFtpServerFactory(EmbeddedConfiguration embeddedConfiguration) Methods inherited from class org.apache.camel.test.infra.ftp.services.embedded.FtpEmbeddedInfraService
countConnections, createUser, disconnectAllSessions, ftpFile, getFtpRootDir, getPort, registerProperties, registerProperties, resume, setUp, tearDownMethods inherited from class org.apache.camel.test.infra.common.services.AbstractService
initialize, shutdownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService
close, initialize, shutdown
-
Constructor Details
-
FtpsEmbeddedInfraService
public FtpsEmbeddedInfraService()Use a default constructor with a default security configuration for camel jbang -
FtpsEmbeddedInfraService
-
FtpsEmbeddedInfraService
@Deprecated public FtpsEmbeddedInfraService(boolean useImplicit, String authValue, boolean clientAuth) Deprecated.
-
-
Method Details
-
createFtpServerFactory
protected org.apache.ftpserver.FtpServerFactory createFtpServerFactory(EmbeddedConfiguration embeddedConfiguration) - Overrides:
createFtpServerFactoryin classFtpEmbeddedInfraService
-