org.apache.directory.server.dhcp.options.misc
Class XWindowFontServers

java.lang.Object
  extended by org.apache.directory.server.dhcp.options.DhcpOption
      extended by org.apache.directory.server.dhcp.options.AddressListOption
          extended by org.apache.directory.server.dhcp.options.misc.XWindowFontServers

public class XWindowFontServers
extends AddressListOption

This option specifies a list of X Window System Font servers available to the client. Servers SHOULD be listed in order of preference. The code for this option is 48. The minimum length of this option is 4 octets, and the length MUST be a multiple of 4.


Constructor Summary
XWindowFontServers(byte[] xWindowFontServer)
           
 
Method Summary
 
Methods inherited from class org.apache.directory.server.dhcp.options.AddressListOption
valueToByteBuffer
 
Methods inherited from class org.apache.directory.server.dhcp.options.DhcpOption
writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWindowFontServers

public XWindowFontServers(byte[] xWindowFontServer)


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.