Interface XProtocolPlugin
- All Known Implementing Classes:
BigreqPlugin,CompositePlugin,DamagePlugin,DpmsPlugin,Dri2Plugin,Dri3Plugin,GePlugin,GlxPlugin,PresentPlugin,RandrPlugin,RecordPlugin,RenderPlugin,ResPlugin,ScreensaverPlugin,ShapePlugin,ShmPlugin,SyncPlugin,XcMiscplugin,XeviePlugin,Xf86driPlugin,Xf86vidmodePlugin,XfixesPlugin,XineramaPlugin,XinputPlugin,XkbPlugin,XprintPlugin,XprotoPlugin,XselinuxPlugin,XtestPlugin,XvmcPlugin,XvPlugin
public interface XProtocolPlugin
-
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)
-
Method Details
-
getName
String getName() -
getMajorVersion
byte getMajorVersion() -
getMinorVersion
byte getMinorVersion() -
getFirstEvent
byte getFirstEvent() -
setFirstEvent
void setFirstEvent(byte firstEvent) -
getFirstError
byte getFirstError() -
setFirstError
void setFirstError(byte firstError) -
supportedRequest
-
supportedEvent
boolean supportedEvent(byte number) -
supportedError
boolean supportedError(byte code) -
readEvent
- Throws:
IOException
-
readError
- Throws:
IOException
-
readGenericEvent
XGenericEvent readGenericEvent(boolean sentEvent, byte extension, short sequenceNumber, int length, short eventType, X11Input in) throws IOException - Throws:
IOException
-