com.coldcore.coloradoftp.plugin.intellipack.connection |
|
Java Source File Name | Type | Comment |
IntelControlConnection.java | Class | Control connection with timeout (seconds) and login timeout (seconds). |
IntelControlConnector.java | Class | Control connection connector that does not accept connections if the server
is already full of users. |
IntelDataConnection.java | Class | Data connection with configurable speed (bytes per second) and timeout (seconds).
This class devides data connection into 2 groups: LOCAL and REMOTE. |
Speedometer.java | Class | Contains number of bytes transferred by all connections. |