Deprecate DefaultNetworkHandler in favor of NioNetworkHandler
This commit is contained in:
parent
e6d40cde76
commit
83abce0f52
@ -43,7 +43,10 @@ import static java.util.Collections.newSetFromMap;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles all the networky stuff.
|
* Handles all the networky stuff.
|
||||||
|
*
|
||||||
|
* @deprecated use {@link ch.dissem.bitmessage.networking.nio.NioNetworkHandler NioNetworkHandler} instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class DefaultNetworkHandler implements NetworkHandler, ContextHolder {
|
public class DefaultNetworkHandler implements NetworkHandler, ContextHolder {
|
||||||
|
|
||||||
final Collection<Connection> connections = new ConcurrentLinkedQueue<>();
|
final Collection<Connection> connections = new ConcurrentLinkedQueue<>();
|
||||||
|
Loading…
Reference in New Issue
Block a user