public class FtpsInitializer extends FtpInitializer
Modifier and Type | Field and Description |
---|---|
static org.waarp.common.crypto.ssl.WaarpSecureKeyStore |
waarpSecureKeyStore |
static org.waarp.common.crypto.ssl.WaarpSslContextFactory |
waarpSslContextFactory |
businessHandler, configuration, delimiter, ftpControlStringDecoder, ftpControlStringEncoder
Constructor and Description |
---|
FtpsInitializer(Class<? extends BusinessHandler> businessHandler,
FtpConfiguration configuration)
Constructor which Initializes some data for Server only
|
Modifier and Type | Method and Description |
---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel ch)
Create the pipeline with Handler, ObjectDecoder, ObjectEncoder.
|
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
public static org.waarp.common.crypto.ssl.WaarpSslContextFactory waarpSslContextFactory
public static org.waarp.common.crypto.ssl.WaarpSecureKeyStore waarpSecureKeyStore
public FtpsInitializer(Class<? extends BusinessHandler> businessHandler, FtpConfiguration configuration)
businessHandler
- configuration
- public void initChannel(io.netty.channel.socket.SocketChannel ch) throws Exception
initChannel
in class FtpInitializer
Exception
Copyright © 2009–2019 Waarp. All rights reserved.