Modifier and Type | Interface and Description |
---|---|
public interface | PlatformSocketImpl
Implemented by the platform's SocketImpl implementations. |
Modifier and Type | Class and Description |
---|---|
public class | ApplicationProxy
Proxy wrapper class so that we can determine application set proxies by type. |
public class | ConnectionResetException
Thrown to indicate a connection reset. |
public class | |
public class | NetHooks
Defines static methods to be invoked prior to binding or connecting TCP sockets. |
public class | |
public class | NetworkClient
This is the base class for network clients. |
public class | PortConfig
Determines the ephemeral port range in use on this system. |
public class | |
public class | ResourceManager
Manages count of total number of UDP sockets and ensures that exception is thrown if we try to create more than the configured limit. |
public class | SocksProxy
Proxy wrapper class so we can determine the socks protocol version. |
public class | TelnetInputStream
This class provides input and output streams for telnet clients. |
public class | TelnetOutputStream
This class provides input and output streams for telnet clients. |
public class | TelnetProtocolException
An unexpected result was received by the client when talking to the telnet server. |
public class | TransferProtocolClient
This class implements that basic intefaces of transfer protocols. |