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