public class SimpleGuacamoleTunnel extends AbstractGuacamoleTunnel
| Constructor and Description |
|---|
SimpleGuacamoleTunnel(GuacamoleSocket socket)
Creates a new GuacamoleTunnel which synchronizes access to the
Guacamole instruction stream associated with the given GuacamoleSocket.
|
| Modifier and Type | Method and Description |
|---|---|
GuacamoleSocket |
getSocket()
Returns the GuacamoleSocket used by this GuacamoleTunnel for reading
and writing.
|
UUID |
getUUID()
Returns the unique identifier associated with this GuacamoleTunnel.
|
acquireReader, acquireWriter, close, hasQueuedReaderThreads, hasQueuedWriterThreads, isOpen, releaseReader, releaseWriterpublic SimpleGuacamoleTunnel(GuacamoleSocket socket)
socket - The GuacamoleSocket to provide synchronized access for.public UUID getUUID()
GuacamoleTunnelpublic GuacamoleSocket getSocket()
GuacamoleTunnelCopyright © 2015. All rights reserved.