public interface ITCPSocket
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Connect the socket to the server.
|
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
void connect()
throws java.io.IOException
java.io.IOException - If an I/O error occursjava.io.InputStream getInputStream()
java.io.OutputStream getOutputStream()