Package org.masukomi.aspirin.core.dns

Examples of org.masukomi.aspirin.core.dns.ResolveHost


    maintenanceThread.start();
   
    // Set up deliveryhandlers
    // TODO create by configuration
    deliveryHandlers.put(SendMessage.class.getCanonicalName(), new SendMessage());
    deliveryHandlers.put(ResolveHost.class.getCanonicalName(), new ResolveHost());
   
    AspirinInternal.getConfiguration().addListener(this);
  }
View Full Code Here

TOP

Related Classes of org.masukomi.aspirin.core.dns.ResolveHost

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.