Class DhcpdImpl

  • All Implemented Interfaces:
    Dhcpd

    public class DhcpdImpl
    extends java.lang.Object
    implements Dhcpd
    • Constructor Summary

      Constructors 
      Constructor Description
      DhcpdImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void checkTransactions​(Response response)  
      Transaction executeTransaction​(java.lang.String hostAddress, java.lang.String macAddress, boolean relayMode, java.lang.String myIpAddress, boolean extendedMode, java.lang.String requestIpAddress, int timeout)  
      void shutdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DhcpdImpl

        public DhcpdImpl()
    • Method Detail

      • executeTransaction

        public Transaction executeTransaction​(java.lang.String hostAddress,
                                              java.lang.String macAddress,
                                              boolean relayMode,
                                              java.lang.String myIpAddress,
                                              boolean extendedMode,
                                              java.lang.String requestIpAddress,
                                              int timeout)
                                       throws java.io.IOException
        Specified by:
        executeTransaction in interface Dhcpd
        Throws:
        java.io.IOException
      • checkTransactions

        protected void checkTransactions​(Response response)
      • shutdown

        public void shutdown()
        Specified by:
        shutdown in interface Dhcpd