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

Packages that use ByteOption
org.apache.directory.server.dhcp.options.dhcp Provides DHCP options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.linklayer Provides link layer 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.perhost Provides per-host options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.perinterface Provides per-interface options for the DHCP protocol. 
org.apache.directory.server.dhcp.options.tcp Provides TCP options for the DHCP protocol. 
 

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

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

Uses of ByteOption in org.apache.directory.server.dhcp.options.linklayer
 

Subclasses of ByteOption in org.apache.directory.server.dhcp.options.linklayer
 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 ByteOption in org.apache.directory.server.dhcp.options.misc
 

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

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

Subclasses of ByteOption in org.apache.directory.server.dhcp.options.perhost
 class DefaultIpTimeToLive
          This option specifies the default time-to-live that the client should use on outgoing datagrams.
 class IpForwarding
          This option specifies whether the client should configure its IP layer for packet forwarding.
 class NonLocalSourceRouting
          This option specifies whether the client should configure its IP layer to allow forwarding of datagrams with non-local source routes.
 

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

Subclasses of ByteOption 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 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.
 

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

Subclasses of ByteOption 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 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.
 



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