public interface ConnectionController
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConnectionController.DefaultConnectionController |
static class |
ConnectionController.State |
| Modifier and Type | Method and Description |
|---|---|
void |
decreaseConnection(SocketAddress remoteAddress)
Decrease the number of connections counter.
|
ConnectionController.State |
increaseConnection(SocketAddress remoteAddress)
Increase the number of connections counter.
|
ConnectionController.State increaseConnection(SocketAddress remoteAddress)
remoteAddress - void decreaseConnection(SocketAddress remoteAddress)
remoteAddress - Copyright © 2017–2022 Apache Software Foundation. All rights reserved.