Uses of Class
com.shinyhut.vernacular.client.exceptions.VncException
-
-
Uses of VncException in com.shinyhut.vernacular.client
Methods in com.shinyhut.vernacular.client that return types with arguments of type VncException Modifier and Type Method Description Consumer<VncException>VernacularConfig. getErrorListener()Method parameters in com.shinyhut.vernacular.client with type arguments of type VncException Modifier and Type Method Description voidVernacularConfig. setErrorListener(Consumer<VncException> errorListener)Specifies a Consumer which will be passed any Exception which occurs during the VNC session. -
Uses of VncException in com.shinyhut.vernacular.client.exceptions
Subclasses of VncException in com.shinyhut.vernacular.client.exceptions Modifier and Type Class Description classAuthenticationFailedExceptionclassAuthenticationRequiredExceptionclassHandshakingFailedExceptionclassInvalidMessageExceptionclassNoSupportedSecurityTypesExceptionclassUnexpectedVncExceptionclassUnknownMessageTypeExceptionclassUnsupportedEncodingExceptionclassUnsupportedProtocolVersionException -
Uses of VncException in com.shinyhut.vernacular.client.rendering
Methods in com.shinyhut.vernacular.client.rendering that throw VncException Modifier and Type Method Description voidFramebuffer. processUpdate(FramebufferUpdate update) -
Uses of VncException in com.shinyhut.vernacular.client.rendering.renderers
Methods in com.shinyhut.vernacular.client.rendering.renderers that throw VncException Modifier and Type Method Description voidCopyRectRenderer. render(InputStream in, BufferedImage destination, Rectangle rectangle)voidHextileRenderer. render(InputStream in, BufferedImage destination, Rectangle rectangle)voidRawRenderer. render(InputStream in, BufferedImage destination, Rectangle rectangle)voidRenderer. render(InputStream in, BufferedImage destination, Rectangle rectangle)voidRRERenderer. render(InputStream in, BufferedImage destination, Rectangle rectangle) -
Uses of VncException in com.shinyhut.vernacular.protocol.auth
Methods in com.shinyhut.vernacular.protocol.auth that throw VncException Modifier and Type Method Description SecurityResultSecurityHandler. authenticate(VncSession session)SecurityResultVncAuthenticationHandler. authenticate(VncSession session) -
Uses of VncException in com.shinyhut.vernacular.protocol.handshaking
Methods in com.shinyhut.vernacular.protocol.handshaking that throw VncException Modifier and Type Method Description voidHandshaker. handshake(VncSession session)voidProtocolVersionNegotiator. negotiate(VncSession session)SecurityHandlerSecurityTypeNegotiator. negotiate(VncSession session) -
Uses of VncException in com.shinyhut.vernacular.protocol.messages
Methods in com.shinyhut.vernacular.protocol.messages that throw VncException Modifier and Type Method Description static ProtocolVersionProtocolVersion. decode(InputStream in)
-