public class NioClientManager extends com.google.common.util.concurrent.AbstractExecutionThreadService implements ClientConnectionManager
Constructor and Description |
---|
NioClientManager()
Creates a new client manager which uses Java NIO for socket management.
|
Modifier and Type | Method and Description |
---|---|
void |
closeConnections(int n)
Closes n peer connections
|
int |
getConnectedClientCount()
Gets the number of connected peers
|
void |
openConnection(SocketAddress serverAddress,
StreamParser parser)
Creates a new connection to the given address, with the given parser used to handle incoming data.
|
void |
run() |
void |
triggerShutdown() |
addListener, executor, getServiceName, isRunning, shutDown, start, startAndWait, startUp, state, stop, stopAndWait, toString
public NioClientManager()
public void run()
run
in class com.google.common.util.concurrent.AbstractExecutionThreadService
public void openConnection(SocketAddress serverAddress, StreamParser parser)
ClientConnectionManager
openConnection
in interface ClientConnectionManager
public void triggerShutdown()
triggerShutdown
in class com.google.common.util.concurrent.AbstractExecutionThreadService
public int getConnectedClientCount()
ClientConnectionManager
getConnectedClientCount
in interface ClientConnectionManager
public void closeConnections(int n)
ClientConnectionManager
closeConnections
in interface ClientConnectionManager
Copyright © 2014. All rights reserved.