Class RenderPlugin
java.lang.Object
com.github.moaxcp.x11client.protocol.render.RenderPlugin
- All Implemented Interfaces:
XProtocolPlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytebytebytebytegetName()readGenericEvent(boolean sentEvent, byte extension, short sequenceNumber, int length, short eventType, X11Input in) voidsetFirstError(byte firstError) voidsetFirstEvent(byte firstEvent) booleansupportedError(byte code) booleansupportedEvent(byte number) booleansupportedRequest(XRequest request)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
RenderPlugin
public RenderPlugin()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceXProtocolPlugin
-
supportedRequest
- Specified by:
supportedRequestin interfaceXProtocolPlugin
-
supportedEvent
public boolean supportedEvent(byte number) - Specified by:
supportedEventin interfaceXProtocolPlugin
-
supportedError
public boolean supportedError(byte code) - Specified by:
supportedErrorin interfaceXProtocolPlugin
-
readEvent
- Specified by:
readEventin interfaceXProtocolPlugin- Throws:
IOException
-
readError
- Specified by:
readErrorin interfaceXProtocolPlugin- Throws:
IOException
-
readGenericEvent
public XGenericEvent readGenericEvent(boolean sentEvent, byte extension, short sequenceNumber, int length, short eventType, X11Input in) throws IOException - Specified by:
readGenericEventin interfaceXProtocolPlugin- Throws:
IOException
-
getMajorVersion
public byte getMajorVersion()- Specified by:
getMajorVersionin interfaceXProtocolPlugin
-
getMinorVersion
public byte getMinorVersion()- Specified by:
getMinorVersionin interfaceXProtocolPlugin
-
getFirstEvent
public byte getFirstEvent()- Specified by:
getFirstEventin interfaceXProtocolPlugin
-
setFirstEvent
public void setFirstEvent(byte firstEvent) - Specified by:
setFirstEventin interfaceXProtocolPlugin
-
getFirstError
public byte getFirstError()- Specified by:
getFirstErrorin interfaceXProtocolPlugin
-
setFirstError
public void setFirstError(byte firstError) - Specified by:
setFirstErrorin interfaceXProtocolPlugin
-