Uses of Class
org.apache.directory.server.dhcp.options.StringOption

Packages that use StringOption
org.apache.directory.server.dhcp.options.dhcp Provides DHCP options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.misc Provides miscellaneous options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.vendor Provides vendor options for the DHCP protocol. 
 

Uses of StringOption in org.apache.directory.server.dhcp.options.dhcp
 

Subclasses of StringOption in org.apache.directory.server.dhcp.options.dhcp
 class BootfileName
          This option is used to identify a bootfile when the 'file' field in the DHCP header has been used for DHCP options.
 class Message
          This option is used by a DHCP server to provide an error message to a DHCP client in a DHCPNAK message in the event of a failure.
 class TftpServerName
          This option is used to identify a TFTP server when the 'sname' field in the DHCP header has been used for DHCP options.
 class VendorClassIdentifier
          This option is used by DHCP clients to optionally identify the vendor type and configuration of a DHCP client.
 

Uses of StringOption in org.apache.directory.server.dhcp.options.misc
 

Subclasses of StringOption in org.apache.directory.server.dhcp.options.misc
 class NetbiosScope
          The NetBIOS scope option specifies the NetBIOS over TCP/IP scope parameter for the client as specified in RFC 1001/1002.
 class NisDomain
          This option specifies the name of the client's NIS domain.
 

Uses of StringOption in org.apache.directory.server.dhcp.options.vendor
 

Subclasses of StringOption in org.apache.directory.server.dhcp.options.vendor
 class DomainName
          This option specifies the domain name that client should use when resolving hostnames via the Domain Name System.
 class ExtensionsPath
          A string to specify a file, retrievable via TFTP, which contains information which can be interpreted in the same way as the 64-octet vendor-extension field within the BOOTP response, with the following exceptions: - the length of the file is unconstrained; - all references to Tag 18 (i.e., instances of the BOOTP Extensions Path field) within the file are ignored.
 class HostName
          This option specifies the name of the client.
 class MeritDumpFile
          This option specifies the path-name of a file to which the client's core image should be dumped in the event the client crashes.
 class RootPath
          This option specifies the path-name that contains the client's root disk.
 



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