Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface SocketFactory
Method Summary | |
Socket |
|
InputStream |
|
OutputStream |
|
public Socket createSocket(String host, int port) throws IOException, UnknownHostException
public InputStream getInputStream(Socket socket) throws IOException
public OutputStream getOutputStream(Socket socket) throws IOException