|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocketFactory
Method Summary | |
---|---|
Socket |
createSocket(String host,
int port)
|
InputStream |
getInputStream(Socket socket)
|
OutputStream |
getOutputStream(Socket socket)
|
Method Detail |
---|
Socket createSocket(String host, int port) throws IOException, UnknownHostException
IOException
UnknownHostException
InputStream getInputStream(Socket socket) throws IOException
IOException
OutputStream getOutputStream(Socket socket) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |