public class SocketFactoryFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
Field log
|
Constructor and Description |
---|
SocketFactoryFactory() |
Modifier and Type | Method and Description |
---|---|
static SocketFactory |
getFactory(String protocol,
Hashtable attributes)
Returns a copy of the environment's default socket factory.
|
public static SocketFactory getFactory(String protocol, Hashtable attributes)
protocol
- Today this only supports "http" & "https".attributes
- Copyright © The Apache Software Foundation. All Rights Reserved.