Package | Description |
---|---|
oracle.ifs.protocols.ftp.server |
Modifier and Type | Class and Description |
---|---|
class |
FtpsSocketFactory
Provides the
SocketFactory functionality for SSL Sockets. |
Modifier and Type | Field and Description |
---|---|
protected FtpSocketFactory |
FtpServerChannel.m_FtpSocketFactory
My socket factory.
|
Modifier and Type | Method and Description |
---|---|
protected FtpSocketFactory |
FtpServerChannel.createFtpSocketFactory(InetAddress localhost,
int localControlPort,
InetAddress clientHost,
int clientControlPort)
Creates a socket factory with the InetAddresses as given and the
ports minus 1.
|
protected FtpSocketFactory |
FtpsServerChannel.createFtpSocketFactory(InetAddress localhost,
int localControlPort,
InetAddress clientHost,
int clientControlPort) |
FtpSocketFactory |
FtpServerChannel.getFtpSocketFactory()
Gets the SocketFactory associated with this Channel.
|
Copyright © 2023. All rights reserved.