Deprecate DefaultNetworkHandler in favor of NioNetworkHandler

This commit is contained in:
Christian Basler 2016-09-13 07:25:23 +02:00
parent e6d40cde76
commit 83abce0f52
1 changed files with 3 additions and 0 deletions

View File

@ -43,7 +43,10 @@ import static java.util.Collections.newSetFromMap;
/**
* Handles all the networky stuff.
*
* @deprecated use {@link ch.dissem.bitmessage.networking.nio.NioNetworkHandler NioNetworkHandler} instead.
*/
@Deprecated
public class DefaultNetworkHandler implements NetworkHandler, ContextHolder {
final Collection<Connection> connections = new ConcurrentLinkedQueue<>();