| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.components.net.DefaultSocketFactory
Default socket factory.
| Field Summary | |
| protected  java.util.Hashtable | attributesattributes | 
| static java.lang.String | CONNECT_TIMEOUTField CONNECT_TIMEOUT | 
| protected static org.apache.commons.logging.Log | logField log | 
| Constructor Summary | |
| DefaultSocketFactory(java.util.Hashtable attributes)Constructor is used only by subclasses. | |
| Method Summary | |
|  java.net.Socket | create(java.lang.String host,
       int port,
       java.lang.StringBuffer otherHeaders,
       BooleanHolder useFullURL)Creates a socket. | 
| protected  boolean | isHostInNonProxyList(java.lang.String host,
                     java.lang.String nonProxyHosts)Check if the specified host is in the list of non proxy hosts. | 
| protected static boolean | match(java.lang.String pattern,
      java.lang.String str,
      boolean isCaseSensitive)Matches a string against a pattern. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected static org.apache.commons.logging.Log log
public static java.lang.String CONNECT_TIMEOUT
protected java.util.Hashtable attributes
| Constructor Detail | 
public DefaultSocketFactory(java.util.Hashtable attributes)
attributes - | Method Detail | 
public java.net.Socket create(java.lang.String host,
                              int port,
                              java.lang.StringBuffer otherHeaders,
                              BooleanHolder useFullURL)
                       throws java.lang.Exception
create in interface SocketFactoryhost - port - otherHeaders - useFullURL - 
java.lang.Exception
protected boolean isHostInNonProxyList(java.lang.String host,
                                       java.lang.String nonProxyHosts)
host - host namenonProxyHosts - string containing the list of non proxy hosts
protected static boolean match(java.lang.String pattern,
                               java.lang.String str,
                               boolean isCaseSensitive)
pattern - the (non-null) pattern to match againststr - the (non-null) string that must be matched against the
                patternisCaseSensitive - 
true when the string matches against the pattern,
         false otherwise.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||