org.apache.axis.components.net
public class DefaultSocketFactory extends Object implements SocketFactory
| Field Summary | |
|---|---|
| protected Hashtable | attributes attributes |
| static String | CONNECT_TIMEOUT Field CONNECT_TIMEOUT |
| protected static Log | log Field log |
| Constructor Summary | |
|---|---|
| DefaultSocketFactory(Hashtable attributes)
Constructor is used only by subclasses.
| |
| Method Summary | |
|---|---|
| Socket | create(String host, int port, StringBuffer otherHeaders, BooleanHolder useFullURL)
Creates a socket.
|
| protected boolean | isHostInNonProxyList(String host, String nonProxyHosts)
Check if the specified host is in the list of non proxy hosts.
|
| protected static boolean | match(String pattern, String str, boolean isCaseSensitive)
Matches a string against a pattern. |
Parameters: attributes
Parameters: host port otherHeaders useFullURL
Returns: Socket
Throws: Exception
Parameters: host host name nonProxyHosts string containing the list of non proxy hosts
Returns: true/false
Parameters: pattern the (non-null) pattern to match against str the (non-null) string that must be matched against the pattern isCaseSensitive
Returns: true when the string matches against the pattern,
false otherwise.