Uses of Class
com.shinyhut.vernacular.client.VncSession
Packages that use VncSession
Package
Description
-
Uses of VncSession in com.shinyhut.vernacular.client
Fields in com.shinyhut.vernacular.client declared as VncSessionModifier and TypeFieldDescriptionprivate final VncSessionClientEventHandler.sessionprivate final VncSessionServerEventHandler.sessionprivate VncSessionVernacularClient.sessionConstructors in com.shinyhut.vernacular.client with parameters of type VncSessionModifierConstructorDescription(package private)ClientEventHandler(VncSession session, Consumer<VncException> errorHandler) (package private)ServerEventHandler(VncSession session, Consumer<VncException> errorHandler) -
Uses of VncSession in com.shinyhut.vernacular.client.rendering
Fields in com.shinyhut.vernacular.client.rendering declared as VncSessionConstructors in com.shinyhut.vernacular.client.rendering with parameters of type VncSession -
Uses of VncSession in com.shinyhut.vernacular.protocol.auth
Methods in com.shinyhut.vernacular.protocol.auth with parameters of type VncSessionModifier and TypeMethodDescriptionNoSecurityHandler.authenticate(VncSession session) SecurityHandler.authenticate(VncSession session) VncAuthenticationHandler.authenticate(VncSession session) -
Uses of VncSession in com.shinyhut.vernacular.protocol.handshaking
Methods in com.shinyhut.vernacular.protocol.handshaking with parameters of type VncSessionModifier and TypeMethodDescriptionvoidHandshaker.handshake(VncSession session) voidProtocolVersionNegotiator.negotiate(VncSession session) SecurityTypeNegotiator.negotiate(VncSession session) -
Uses of VncSession in com.shinyhut.vernacular.protocol.initialization
Methods in com.shinyhut.vernacular.protocol.initialization with parameters of type VncSession