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

Packages that use AddressListOption
org.apache.directory.server.dhcp.options.misc Provides miscellaneous options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.perhost Provides per-host options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.vendor Provides vendor options for the DHCP protocol. 
 

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

Subclasses of AddressListOption 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 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 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 AddressListOption in org.apache.directory.server.dhcp.options.perhost
 

Subclasses of AddressListOption in org.apache.directory.server.dhcp.options.perhost
 class PolicyFilter
          This option specifies policy filters for non-local source routing.
 

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

Subclasses of AddressListOption in org.apache.directory.server.dhcp.options.vendor
 class CookieServers
          The cookie server option specifies a list of RFC 865 cookie servers available to the client.
 class DomainNameServers
          The domain name server option specifies a list of Domain Name System (STD 13, RFC 1035 [8]) name servers available to the client.
 class ImpressServers
          The Impress server option specifies a list of Imagen Impress servers available to the client.
 class LogServers
          The log server option specifies a list of MIT-LCS UDP log servers available to the client.
 class LprServers
          The LPR server option specifies a list of RFC 1179 line printer servers available to the client.
 class NameServers
          The name server option specifies a list of IEN 116 name servers available to the client.
 class ResourceLocationServers
          This option specifies a list of RFC 887 Resource Location servers available to the client.
 class Routers
          The router option specifies a list of IP addresses for routers on the client's subnet.
 class TimeServers
          The time server option specifies a list of RFC 868 time servers available to the client.
 



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