org.netbeans.modules.proxy |
|
Java Source File Name | Type | Comment |
Base64Encoder.java | Class | Bas64 encode utility class. |
ConnectivitySettings.java | Class | This data object encapsulates parameters that are needed to establish connection to an arbitrary remote IP address.
There are basically 2 types of connectivity:
- direct connection (without any firewall or proxy, or with a transparent proxy)
- mediated connection that routes via a firewall or proxy
If this object represents a direct connection type, no further parameters are required. |
InterruptibleInputStream.java | Class | Wrapper input stream that reacts to Thread.interrupt(). |
ProxySocketFactory.java | Class | Creates sockets capable of connecting through HTTPS and SOCKS proxies. |