Uses of Class
org.apache.directory.server.dhcp.DhcpException

Packages that use DhcpException
org.apache.directory.server.dhcp.io Provides the encoders and decoders for DHCP message and option conversions. 
org.apache.directory.server.dhcp.protocol Provides the org.apache.mina.common.IoHandler and associated ProtocolCodecFactory required to implement the DHCP Service with the MINA NIO framework. 
org.apache.directory.server.dhcp.service Provides the implementation of the DhcpService
org.apache.directory.server.dhcp.store   
 

Uses of DhcpException in org.apache.directory.server.dhcp.io
 

Methods in org.apache.directory.server.dhcp.io that throw DhcpException
 DhcpMessage DhcpMessageDecoder.decode(java.nio.ByteBuffer buffer)
          Convert a byte buffer into a DhcpMessage.
 OptionsField DhcpMessageDecoder.decodeOptions(java.nio.ByteBuffer message)
           
 

Uses of DhcpException in org.apache.directory.server.dhcp.protocol
 

Methods in org.apache.directory.server.dhcp.protocol that throw DhcpException
 void DhcpDecoder.decode(org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out)
           
 

Uses of DhcpException in org.apache.directory.server.dhcp.service
 

Methods in org.apache.directory.server.dhcp.service that throw DhcpException
 DhcpMessage AbstractDhcpService.getReplyFor(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
           
 DhcpMessage DhcpService.getReplyFor(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
          Retrieve the reply to a given message.
protected  DhcpMessage AbstractDhcpService.handleDISCOVER(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
          Handle DHCPDISCOVER message.
protected  DhcpMessage StoreBasedDhcpService.handleDISCOVER(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
           
protected  DhcpMessage AbstractDhcpService.handleINFORM(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
          Handle DHCPINFORM message.
protected  DhcpMessage AbstractDhcpService.handleOFFER(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
          Handle DHCPOFFER message.
protected  DhcpMessage AbstractDhcpService.handleRELEASE(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
          Handle DHCPRELEASE message.
protected  DhcpMessage StoreBasedDhcpService.handleRELEASE(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
           
protected  DhcpMessage AbstractDhcpService.handleREQUEST(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
          Handle DHCPREQUEST message.
protected  DhcpMessage StoreBasedDhcpService.handleREQUEST(java.net.InetSocketAddress localAddress, java.net.InetSocketAddress clientAddress, DhcpMessage request)
           
 

Uses of DhcpException in org.apache.directory.server.dhcp.store
 

Methods in org.apache.directory.server.dhcp.store that throw DhcpException
protected abstract  Host AbstractDhcpStore.findDesignatedHost(HardwareAddress hardwareAddress)
          Find a host to with the explicitely designated hardware address.
protected  Host SimpleDhcpStore.findDesignatedHost(HardwareAddress hardwareAddress)
           
 Lease DhcpStore.getExistingLease(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
          Retrieve an existing lease from the dhcp store.
 Lease AbstractDhcpStore.getExistingLease(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
           
 Lease DhcpStore.getLeaseOffer(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
          Find a lease to offer in response to a DHCPDISCOVER request.
 Lease AbstractDhcpStore.getLeaseOffer(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
           
 



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