Package | Description |
---|---|
org.waarp.commandexec.ssl.client |
Classes implementing LocalExec Client part with SSL link
|
org.waarp.commandexec.ssl.server |
Classes implementing LocalExec Server part with SSL link
|
org.waarp.ftp.core.control.ftps |
This module is for FTPS support as native SSL/TLS on port 990 similar to RFC
2818.
|
org.waarp.gateway.ftp.adminssl |
Classes implementing HTTPS Administration support
|
org.waarp.openr66.protocol.configuration |
Class implementing Configuration
|
org.waarp.openr66.protocol.http.rest |
Http Rest R66 interface
|
org.waarp.openr66.protocol.networkhandler.ssl |
Classes implementing Network SSL Handler (multiplexing local handlers)
|
Constructor and Description |
---|
LocalExecSslClientInitializer(WaarpSslContextFactory waarpSslContextFactory) |
Constructor and Description |
---|
LocalExecSslServerInitializer(WaarpSslContextFactory waarpSslContextFactory,
io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup)
Constructor with default delay
|
LocalExecSslServerInitializer(WaarpSslContextFactory waarpSslContextFactory,
long newdelay,
io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup)
Constructor with a specific default delay
|
Modifier and Type | Field and Description |
---|---|
static WaarpSslContextFactory |
FtpsInitializer.waarpSslContextFactory |
Modifier and Type | Field and Description |
---|---|
static WaarpSslContextFactory |
HttpSslInitializer.waarpSslContextFactory |
Modifier and Type | Method and Description |
---|---|
static WaarpSslContextFactory |
Configuration.getWaarpSslContextFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
Configuration.setWaarpSslContextFactory(WaarpSslContextFactory waarpSslContextFactory) |
Constructor and Description |
---|
HttpRestR66Initializer(boolean useHttpCompression,
WaarpSslContextFactory waarpSslContextFactory,
RestConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static WaarpSslContextFactory |
NetworkSslServerInitializer.getWaarpSslContextFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
NetworkSslServerInitializer.setWaarpSslContextFactory(WaarpSslContextFactory waarpSslContextFactory) |
Copyright © 2009–2020 Waarp. All rights reserved.