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

Packages that use DhcpOption
org.apache.directory.server.dhcp.options   
org.apache.directory.server.dhcp.options.dhcp   
org.apache.directory.server.dhcp.options.linklayer   
org.apache.directory.server.dhcp.options.misc   
org.apache.directory.server.dhcp.options.perhost   
org.apache.directory.server.dhcp.options.perinterface   
org.apache.directory.server.dhcp.options.tcp   
org.apache.directory.server.dhcp.options.vendor   
 

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

Subclasses of DhcpOption in org.apache.directory.server.dhcp.options
 class AddressListOption
          The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
 class AddressOption
          The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
 

Methods in org.apache.directory.server.dhcp.options that return DhcpOption
 DhcpOption[] OptionsField.toArray()
           
 

Methods in org.apache.directory.server.dhcp.options with parameters of type DhcpOption
 void OptionsField.add(DhcpOption option)
           
 

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

Subclasses of DhcpOption 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 ClientIdentifier
          This option is used by DHCP clients to specify their unique identifier.
 class DhcpMessageType
          This option is used to convey the type of the DHCP message.
 class IpAddressLeaseTime
          This option is used in a client request (DHCPDISCOVER or DHCPREQUEST) to allow the client to request a lease time for the IP address.
 class MaximumDhcpMessageSize
          This option specifies the maximum length DHCP message that it is willing to accept.
 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 OptionOverload
          This option is used to indicate that the DHCP 'sname' or 'file' fields are being overloaded by using them to carry DHCP options.
 class ParameterRequestList
          This option is used by a DHCP client to request values for specified configuration parameters.
 class RebindingTimeValue
          This option specifies the time interval from address assignment until the client transitions to the REBINDING state.
 class RenewalTimeValue
          This option specifies the time interval from address assignment until the client transitions to the RENEWING state.
 class RequestedIpAddress
          This option is used in a client request (DHCPDISCOVER) to allow the client to request that a particular IP address be assigned.
 class ServerIdentifier
          This option is used in DHCPOFFER and DHCPREQUEST messages, and may optionally be included in the DHCPACK and DHCPNAK messages.
 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 DhcpOption in org.apache.directory.server.dhcp.options.linklayer
 

Subclasses of DhcpOption in org.apache.directory.server.dhcp.options.linklayer
 class ArpCacheTimeout
          This option specifies the timeout in seconds for ARP cache entries.
 class EthernetEncapsulation
          This option specifies whether or not the client should use Ethernet Version 2 (RFC 894) or IEEE 802.3 (RFC 1042) encapsulation if the interface is an Ethernet.
 class TrailerEncapsulation
          This option specifies whether or not the client should negotiate the use of trailers (RFC 893) when using the ARP protocol.
 

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

Subclasses of DhcpOption in org.apache.directory.server.dhcp.options.misc
 class DefaultFingerServers
          The Finger server option specifies a list of Finger available to the client.
 class DefaultIrcServers
          The IRC server option specifies a list of IRC available to the client.
 class DefaultWwwServers
          The WWW server option specifies a list of WWW available to the client.
 class MobileIpHomeAgents
          This option specifies a list of IP addresses indicating mobile IP home agents available to the client.
 class NbddServers
          The NetBIOS datagram distribution server (NBDD) option specifies a list of RFC 1001/1002 NBDD servers listed in order of preference.
 class NetbiosNameServers
          The NetBIOS name server (NBNS) option specifies a list of RFC 1001/1002 NBNS name servers listed in order of preference.
 class NetbiosNodeType
          The NetBIOS node type option allows NetBIOS over TCP/IP clients which are configurable to be configured as described in RFC 1001/1002.
 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.
 class NisPlusDomain
          This option specifies the name of the client's NIS+ domain.
 class NisPlusServers
          This option specifies a list of IP addresses indicating NIS+ servers available to the client.
 class NisServers
          This option specifies a list of IP addresses indicating NIS servers available to the client.
 class NntpServers
          The NNTP server option specifies a list of NNTP available to the client.
 class NtpServers
          This option specifies a list of IP addresses indicating NTP servers available to the client.
 class Pop3Servers
          The POP3 server option specifies a list of POP3 available to the client.
 class SmtpServers
          The SMTP server option specifies a list of SMTP servers available to the client.
 class StdaServers
          The StreetTalk Directory Assistance (STDA) server option specifies a list of STDA servers available to the client.
 class StreetTalkServers
          The StreetTalk server option specifies a list of StreetTalk servers available to the client.
 class VendorSpecificInformation
          This option is used by clients and servers to exchange vendor- specific information.
 class XWindowDisplayManagers
          This option specifies a list of IP addresses of systems that are running the X Window System Display Manager and are available to the client.
 class XWindowFontServers
          This option specifies a list of X Window System Font servers available to the client.
 

Uses of DhcpOption in org.apache.directory.server.dhcp.options.perhost
 

Subclasses of DhcpOption in org.apache.directory.server.dhcp.options.perhost
 class DefaultIpTimeToLive
           
 class IpForwarding
           
 class MaximumDatagramSize
           
 class NonLocalSourceRouting
           
 class PathMtuAgingTimeout
           
 class PathMtuPlateauTable
           
 class PolicyFilter
           
 

Uses of DhcpOption in org.apache.directory.server.dhcp.options.perinterface
 

Subclasses of DhcpOption in org.apache.directory.server.dhcp.options.perinterface
 class AllSubnetsAreLocal
          This option specifies whether or not the client may assume that all subnets of the IP network to which the client is connected use the same MTU as the subnet of that network to which the client is directly connected.
 class BroadcastAddress
          This option specifies the broadcast address in use on the client's subnet.
 class InterfaceMtu
          This option specifies the MTU to use on this interface.
 class MaskSupplier
          This option specifies whether or not the client should respond to subnet mask requests using ICMP.
 class PerformMaskDiscovery
          This option specifies whether or not the client should perform subnet mask discovery using ICMP.
 class PerformRouterDiscovery
          This option specifies whether or not the client should solicit routers using the Router Discovery mechanism defined in RFC 1256.
 class RouterSolicitationAddress
          This option specifies the address to which the client should transmit router solicitation requests.
 class StaticRoute
          This option specifies a list of static routes that the client should install in its routing cache.
 

Uses of DhcpOption in org.apache.directory.server.dhcp.options.tcp
 

Subclasses of DhcpOption in org.apache.directory.server.dhcp.options.tcp
 class TcpDefaultTimeToLive
          This option specifies the default TTL that the client should use when sending TCP segments.
 class TcpKeepaliveGarbage
          This option specifies the interval (in seconds) that the client TCP should wait before sending a keepalive message on a TCP connection.
 class TcpKeepaliveInterval
          This option specifies the whether or not the client should send TCP keepalive messages with a octet of garbage for compatibility with older implementations.
 

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

Subclasses of DhcpOption in org.apache.directory.server.dhcp.options.vendor
 class BootFileSize
           
 class CookieServers
           
 class DomainName
           
 class DomainNameServers
           
 class EndOption
           
 class ExtensionsPath
           
 class HostName
           
 class ImpressServers
           
 class LogServers
           
 class LprServers
           
 class MeritDumpFile
           
 class NameServers
           
 class PadOption
          The pad option can be used to cause subsequent fields to align on word boundaries.
 class ResourceLocationServers
           
 class RootPath
           
 class Routers
           
 class SubnetMask
           
 class SwapServer
           
 class TimeOffset
           
 class TimeServers