|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBidirectionalConnection
Interface for bidirectional connections.
| Method Summary | |
|---|---|
void |
close()
Closes the connection. |
java.io.InputStream |
getInputStream()
Returns the InputStream of the connection. |
java.io.OutputStream |
getOutputStream()
Returns the OutputStream of the connection. |
| Method Detail |
|---|
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException - thrown if a connection error occurs.
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOException - thrown if a connection error occurs.void close()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||