sun.net |
|
Java Source File Name | Type | Comment |
ConnectionResetException.java | Class | Thrown to indicate a connection reset. |
InetAddressCachePolicy.java | Class | |
NetProperties.java | Class | |
NetworkClient.java | Class | This is the base class for network clients. |
NetworkServer.java | Class | This is the base class for network servers. |
ProgressEvent.java | Class | ProgressEvent represents an progress event in monitering network input stream. |
ProgressListener.java | Interface | ProgressListener is an interface to be implemented by parties
interested to be notified of progress in network input stream. |
ProgressMeteringPolicy.java | Interface | ProgressMeteringPolicy is an interface for determining progress metering policy. |
ProgressMonitor.java | Class | ProgressMonitor is a class for monitoring progress in network input stream. |
ProgressSource.java | Class | ProgressSource represents the source of progress changes. |
TelnetInputStream.java | Class | This class provides input and output streams for telnet clients.
This class overrides read to do CRLF processing as specified in
RFC 854. |
TelnetOutputStream.java | Class | This class provides input and output streams for telnet clients.
This class overrides write to do CRLF processing as specified in
RFC 854. |
TelnetProtocolException.java | Class | An unexpected result was received by the client when talking to the
telnet server. |
TransferProtocolClient.java | Class | This class implements that basic intefaces of transfer protocols. |
URLCanonicalizer.java | Class | Helper class to map URL "abbreviations" to real URLs.
The default implementation supports the following mappings:
ftp.mumble.bar/... |