Uses of Class
com.shinyhut.vernacular.client.exceptions.VncException
Packages that use VncException
Package
Description
-
Uses of VncException in com.shinyhut.vernacular.client
Fields in com.shinyhut.vernacular.client with type parameters of type VncExceptionModifier and TypeFieldDescriptionprivate final Consumer<VncException>ClientEventHandler.errorHandlerprivate final Consumer<VncException>ServerEventHandler.errorHandlerprivate Consumer<VncException>VernacularConfig.errorListenerMethods in com.shinyhut.vernacular.client that return types with arguments of type VncExceptionMethods in com.shinyhut.vernacular.client with parameters of type VncExceptionModifier and TypeMethodDescriptionprivate voidVernacularClient.handleError(VncException e) private voidVernacularClient.notifyErrorListeners(VncException e) Method parameters in com.shinyhut.vernacular.client with type arguments of type VncExceptionModifier and TypeMethodDescriptionvoidVernacularConfig.setErrorListener(Consumer<VncException> errorListener) Specifies a Consumer which will be passed any Exception which occurs during the VNC session.Methods in com.shinyhut.vernacular.client that throw VncExceptionModifier and TypeMethodDescriptionprivate voidVernacularClient.createSession(String host, int port) Constructor parameters in com.shinyhut.vernacular.client with type arguments of type VncExceptionModifierConstructorDescription(package private)ClientEventHandler(VncSession session, Consumer<VncException> errorHandler) (package private)ServerEventHandler(VncSession session, Consumer<VncException> errorHandler) -
Uses of VncException in com.shinyhut.vernacular.client.exceptions
Subclasses of VncException in com.shinyhut.vernacular.client.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of VncException in com.shinyhut.vernacular.client.rendering
Methods in com.shinyhut.vernacular.client.rendering that throw VncException -
Uses of VncException in com.shinyhut.vernacular.client.rendering.renderers
Methods in com.shinyhut.vernacular.client.rendering.renderers that throw VncExceptionModifier and TypeMethodDescriptionvoidCopyRectRenderer.render(InputStream in, BufferedImage destination, Rectangle rectangle) voidHextileRenderer.render(InputStream in, BufferedImage destination, Rectangle rectangle) (package private) voidRawRenderer.render(InputStream in, BufferedImage destination, int x, int y, int width, int height) 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 VncExceptionModifier and TypeMethodDescriptionSecurityHandler.authenticate(VncSession session) VncAuthenticationHandler.authenticate(VncSession session) -
Uses of VncException in com.shinyhut.vernacular.protocol.handshaking
Methods in com.shinyhut.vernacular.protocol.handshaking that throw VncExceptionModifier and TypeMethodDescriptionvoidHandshaker.handshake(VncSession session) voidProtocolVersionNegotiator.negotiate(VncSession session) SecurityTypeNegotiator.negotiate(VncSession session) -
Uses of VncException in com.shinyhut.vernacular.protocol.messages
Methods in com.shinyhut.vernacular.protocol.messages that throw VncException