public interface SocketFactory
| Modifier and Type | Method and Description |
|---|---|
Socket |
create(String host,
int port,
StringBuffer otherHeaders,
BooleanHolder useFullURL)
Create a socket
|
Socket create(String host, int port, StringBuffer otherHeaders, BooleanHolder useFullURL) throws Exception
host - port - otherHeaders - useFullURL - ExceptionCopyright © The Apache Software Foundation. All Rights Reserved.