This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from 6644955 GUACAMOLE-1245: Merge parameter definitions for WoL UDP port.
add fdff3e1 GUACAMOLE-1048: Support server control commands during
handshake
add e2f2b71 GUACAMOLE-1048: Allow direct conversion from GuacamoleStatus
to GuacamoleException.
add 0889e4f GUACAMOLE-1048: Leverage exception conversion provided by
GuacamoleStatus for "error" instruction handling.
add 307ec96 GUACAMOLE-1048: Use GuacamoleConnectionClosedException to
represent explicit connection closure.
new c431e9e GUACAMOLE-1048: Merge support server control commands during
handshake
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../protocol/ConfiguredGuacamoleSocket.java | 97 ++++++++-
.../apache/guacamole/protocol/GuacamoleStatus.java | 234 +++++++++++++++++++--
.../guacamole/protocol/GuacamoleStatusTest.java | 78 +++++++
3 files changed, 381 insertions(+), 28 deletions(-)
create mode 100644
guacamole-common/src/test/java/org/apache/guacamole/protocol/GuacamoleStatusTest.java