|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PassiveConnection | |
| gnu.hylafax | |
| gnu.inet.ftp | |
| Uses of PassiveConnection in gnu.hylafax |
| Fields in gnu.hylafax declared as PassiveConnection | |
protected PassiveConnection |
HylaFAXClient.connection
This is a cached PassiveConnection instance. |
| Uses of PassiveConnection in gnu.inet.ftp |
| Fields in gnu.inet.ftp declared as PassiveConnection | |
protected PassiveConnection |
FtpClient.connection
This is a cached PassiveConnection instance. |
| Methods in gnu.inet.ftp with parameters of type PassiveConnection | |
boolean |
PassiveConnection.equals(PassiveConnection other)
compare another PassiveConnection instance to this one. |
| Constructors in gnu.inet.ftp with parameters of type PassiveConnection | |
PassivePutter(java.io.InputStream in,
PassiveConnection connection)
Create a new PassivePutter thread given the input stream data source and PssiveParameters to use to connect to the server. |
|
PassiveGetter(java.io.OutputStream out,
PassiveConnection connection)
Create a new PassiveGetter instance with the given OutpuStream for data output and using the given PassiveParameters to connect to the server. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||