Class ProtocolVersionNegotiator
java.lang.Object
com.shinyhut.vernacular.protocol.handshaking.ProtocolVersionNegotiator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanisSupported(ProtocolVersion serverVersion) voidnegotiate(VncSession session)
-
Field Details
-
MAJOR_VERSION
private static final int MAJOR_VERSION- See Also:
-
MIN_MINOR_VERSION
private static final int MIN_MINOR_VERSION- See Also:
-
MAX_MINOR_VERSION
private static final int MAX_MINOR_VERSION- See Also:
-
-
Constructor Details
-
ProtocolVersionNegotiator
public ProtocolVersionNegotiator()
-
-
Method Details
-
negotiate
- Throws:
IOExceptionVncException
-
isSupported
-