net.sf.eBus.config.package-info Maven / Gradle / Ivy
/*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later
* version.
*
* This library is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU Lesser General Public License for more
* details.
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
*
* Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330,
* Boston, MA
* 02111-1307 USA
*
* The Initial Developer of the Original Code is Charles W. Rapp.
* Portions created by Charles W. Rapp are
* Copyright 2019. Charles W. Rapp
* All Rights Reserved.
*/
/**
* Provides classes needed to configure eBus network and eBus
* core modules. This includes
* {@link net.sf.eBus.config.EConfigure.Dispatcher dispatcher} and
* {@link net.sf.eBus.config.EConfigure.PauseConfig pause configuration}.
*
* This configuration package provides the utility classes:
*
*
* -
* {@link net.sf.eBus.config.AddressFilter} : provides
* ability to positively filter accepted connections.
* "Positive" means that the accepted connection must be from
* a host or host and port that is in the filter.
*
* -
* {@link net.sf.eBus.config.InetAddressComparator}: provides
* comparison between two {@code java.net.InetAddress}
* instances.
*
* -
* {@link net.sf.eBus.config.InetSocketAddressComparator}:
* provides comparison between two
* {@code java.net.InetSocketAddress} instances.
*
*
*/
package net.sf.eBus.config;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy