jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSPackets.XFSRequest

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
        |
        +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSRequest
Direct Known Subclasses:
XFSRequests.CloseFontReq, XFSRequests.FreeACReq, XFSRequests.GetCataloguesReq, XFSRequests.GetEventMaskReq, XFSRequests.GetResolutionReq, XFSRequests.ListExtensionsReq, XFSRequests.NoOpReq, XFSRequests.OpenBitmapFontReq, XFSRequests.QueryExtensionReq, XFSRequests.QueryXBitmaps16Req, XFSRequests.QueryXBitmaps8Req, XFSRequests.QueryXExtents16Req, XFSRequests.QueryXExtents8Req, XFSRequests.QueryXInfoReq, XFSRequests.SetAuthorizationReq, XFSRequests.SetCataloguesReq, XFSRequests.SetEventMaskReq, XFSRequests.SetResolutionReq, XFSRequests.StringListRequest, XFSRequests.UnknownReq
Enclosing class:
XFSPackets

public abstract static class XFSPackets.XFSRequest
extends XFSPackets.XFSData


Field Summary
 int major_opcode
           
 
Constructor Summary
protected XFSPackets.XFSRequest(int major_opcode)
           
 
Method Summary
 byte[] getBuf(DataConverter conv)
           
 byte getMinorOpcode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

major_opcode

public final int major_opcode
Constructor Detail

XFSPackets.XFSRequest

protected XFSPackets.XFSRequest(int major_opcode)
Method Detail

getBuf

public byte[] getBuf(DataConverter conv)

getMinorOpcode

public byte getMinorOpcode()

toString

public String toString()
Overrides:
toString in class Object

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.