public class SimpleGuacamoleTunnel extends AbstractGuacamoleTunnel
INTERNAL_DATA_OPCODE
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, releaseWriter
public SimpleGuacamoleTunnel(GuacamoleSocket socket)
socket
- The GuacamoleSocket to provide synchronized access for.public UUID getUUID()
GuacamoleTunnel
public GuacamoleSocket getSocket()
GuacamoleTunnel
Copyright © 2018. All rights reserved.