net.jradius.handler.dhcp
Interface AddressPool

All Known Implementing Classes:
AddressPoolImpl

public interface AddressPool


Method Summary
 InetAddress[] getDns()
           
 InetAddress getIP(byte[] hwa, InetAddress requested, boolean forceNew)
           
 int getLeaseTime()
           
 InetAddress getNetmask()
           
 InetAddress getNetwork()
           
 InetAddress getRouter()
           
 

Method Detail

getIP

InetAddress getIP(byte[] hwa,
                  InetAddress requested,
                  boolean forceNew)
                  throws UnknownHostException
Throws:
UnknownHostException

getLeaseTime

int getLeaseTime()

getNetmask

InetAddress getNetmask()

getNetwork

InetAddress getNetwork()

getRouter

InetAddress getRouter()

getDns

InetAddress[] getDns()


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.