jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSRequests.QueryExtensionReq

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
        |
        +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSRequest
              |
              +--org.sourceforge.jxutil.net.xfs.XFSRequests.QueryExtensionReq
Enclosing class:
XFSRequests

public static final class XFSRequests.QueryExtensionReq
extends XFSPackets.XFSRequest


Field Summary
static int MAJOR_OPCODE
           
 String name
           
private  byte[] nameBytes
           
 
Fields inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSRequest
major_opcode
 
Constructor Summary
XFSRequests.QueryExtensionReq(DataConverter conv, byte minor, byte[] data)
           
XFSRequests.QueryExtensionReq(String name)
           
 
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 static final int MAJOR_OPCODE
See Also:
Constant Field Values

name

public final String name

nameBytes

private final byte[] nameBytes
Constructor Detail

XFSRequests.QueryExtensionReq

public XFSRequests.QueryExtensionReq(DataConverter conv,
                                     byte minor,
                                     byte[] data)

XFSRequests.QueryExtensionReq

public XFSRequests.QueryExtensionReq(String name)
Method Detail

getBuf

public byte[] getBuf(DataConverter conv)
Overrides:
getBuf in class XFSPackets.XFSRequest

getMinorOpcode

public byte getMinorOpcode()
Overrides:
getMinorOpcode in class XFSPackets.XFSRequest

toString

public final String toString()
Overrides:
toString in class XFSPackets.XFSRequest

jxUtil 0.6

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