|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GuacamoleSocket
Provides abstract socket-like access to a Guacamole connection.
| Method Summary | |
|---|---|
void |
close()
Releases all resources in use by the connection represented by this GuacamoleSocket. |
GuacamoleReader |
getReader()
Returns a GuacamoleReader which can be used to read from the Guacamole instruction stream associated with the connection represented by this GuacamoleSocket. |
GuacamoleWriter |
getWriter()
Returns a GuacamoleWriter which can be used to write to the Guacamole instruction stream associated with the connection represented by this GuacamoleSocket. |
boolean |
isOpen()
Returns whether this GuacamoleSocket is open and can be used for reading and writing. |
| Method Detail |
|---|
GuacamoleReader getReader()
GuacamoleWriter getWriter()
void close()
throws GuacamoleException
GuacamoleException - If an error occurs while releasing resources.boolean isOpen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||