|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortInterface
Port Interface.
Method Summary | |
---|---|
void |
connect(java.lang.String address)
Connect the interface to the destination address. |
void |
disconnect()
Disconnect the current connection. |
java.io.InputStream |
getInputStream()
Get a InputStream. |
java.io.OutputStream |
getOutputStream()
Get a OutputStream. |
boolean |
isConnected()
Get a status that the interface were connected. |
Method Detail |
---|
void connect(java.lang.String address) throws java.io.IOException
address
-
java.io.IOException
void disconnect() throws java.io.IOException
java.io.IOException
java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
boolean isConnected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |