Package | Description |
---|---|
oracle.ifs.protocols.commands | |
oracle.ifs.protocols.utils |
Modifier and Type | Method and Description |
---|---|
SocketFactory |
IfsOpenSocketContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
IfsPasvContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
IfsPortContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
OpenSocketContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
PasvContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
PortContext.getSocketFactory()
Gets the SocketFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
IfsOpenSocketContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
IfsPasvContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
IfsPortContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
OpenSocketContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
PasvContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
PortContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
Constructor and Description |
---|
IfsOpenSocketContext(SocketFactory socketFactory)
Other Constructor.
|
IfsPasvContext(SocketFactory socketFactory,
int port)
Other Constructor.
|
IfsPortContext(SocketFactory socketFactory,
String port)
Other Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected SocketFactory |
IfsServerChannel.m_SocketFactory
My socket factory.
|
Modifier and Type | Method and Description |
---|---|
protected SocketFactory |
IfsServerChannel.createSocketFactory(InetAddress localhost,
int localControlPort,
InetAddress clientHost,
int clientContorlPort)
Creates a socket factory with the InetAddresses as given and the ports minus 1.
|
SocketFactory |
IfsServerChannel.getSocketFactory()
Gets the SocketFactory associated with this Channel.
|
Copyright © 2023. All rights reserved.