public interface SocketFactoryHelper
| Modifier and Type | Method and Description |
|---|---|
Socket |
createClientSocket(String remoteHost,
int remotePort) |
ServerSocket |
createServerSocket(int localPort) |
ServerSocket createServerSocket(int localPort) throws IOException
IOExceptionSocket createClientSocket(String remoteHost, int remotePort) throws IOException, org.apache.http.HttpException
IOExceptionorg.apache.http.HttpExceptionCopyright © 2019. All rights reserved.