Serialized Form
-
Package com.shinyhut.vernacular
-
Class com.shinyhut.vernacular.VernacularViewer
class VernacularViewer extends JFrame implements Serializable-
Serialized Fields
-
bpp16TrueColorMenuItem
JMenuItem bpp16TrueColorMenuItem
-
bpp8IndexedColorMenuItem
JMenuItem bpp8IndexedColorMenuItem
-
client
VernacularClient client
-
clipboardMonitor
Thread clipboardMonitor
-
config
VernacularConfig config
-
connectMenuItem
JMenuItem connectMenuItem
-
disconnectMenuItem
JMenuItem disconnectMenuItem
-
focusRequester
AncestorListener focusRequester
-
lastFrame
Image lastFrame
-
shutdown
boolean shutdown
-
-
-
-
Package com.shinyhut.vernacular.client.exceptions
-
Exception com.shinyhut.vernacular.client.exceptions.AuthenticationFailedException
class AuthenticationFailedException extends VncException implements Serializable-
Serialized Fields
-
serverMessage
String serverMessage
-
-
-
Exception com.shinyhut.vernacular.client.exceptions.AuthenticationRequiredException
class AuthenticationRequiredException extends VncException implements Serializable -
Exception com.shinyhut.vernacular.client.exceptions.HandshakingFailedException
class HandshakingFailedException extends VncException implements Serializable-
Serialized Fields
-
serverMessage
String serverMessage
-
-
-
Exception com.shinyhut.vernacular.client.exceptions.InvalidMessageException
class InvalidMessageException extends VncException implements Serializable-
Serialized Fields
-
messageType
String messageType
-
-
-
Exception com.shinyhut.vernacular.client.exceptions.NoSupportedSecurityTypesException
class NoSupportedSecurityTypesException extends VncException implements Serializable -
Exception com.shinyhut.vernacular.client.exceptions.UnexpectedVncException
class UnexpectedVncException extends VncException implements Serializable -
Exception com.shinyhut.vernacular.client.exceptions.UnknownMessageTypeException
class UnknownMessageTypeException extends VncException implements Serializable-
Serialized Fields
-
messageType
int messageType
-
-
-
Exception com.shinyhut.vernacular.client.exceptions.UnsupportedEncodingException
class UnsupportedEncodingException extends VncException implements Serializable-
Serialized Fields
-
encodingType
int encodingType
-
-
-
Exception com.shinyhut.vernacular.client.exceptions.UnsupportedProtocolVersionException
class UnsupportedProtocolVersionException extends VncException implements Serializable-
Serialized Fields
-
requiredMajor
int requiredMajor
-
requiredMinor
int requiredMinor
-
serverMajor
int serverMajor
-
serverMinor
int serverMinor
-
-
-
Exception com.shinyhut.vernacular.client.exceptions.VncException
class VncException extends Exception implements Serializable
-