|
kAWT Version 0.70 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--java.net.Socket
| Constructor Summary | |
Socket(java.lang.String host,
int port)
|
|
| Method Summary | |
void |
close()
|
InputStream |
getInputStream()
|
OutputStream |
getOutputStream()
|
int |
getPort()
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Socket(java.lang.String host,
int port)
throws IOException
| Method Detail |
public InputStream getInputStream()
throws IOException
public OutputStream getOutputStream()
throws IOException
public int getPort()
public void close()
throws IOException
|
kAWT Version 0.70 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||