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
IOException
Socket createClientSocket(String remoteHost, int remotePort) throws IOException, org.apache.http.HttpException
IOException
org.apache.http.HttpException
Copyright © 2019. All rights reserved.