Package org.apache.pulsar.broker.limiter
Interface ConnectionController
- All Known Implementing Classes:
ConnectionController.DefaultConnectionController
public interface ConnectionController
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionvoiddecreaseConnection(SocketAddress remoteAddress) Decrease the number of connections counter.increaseConnection(SocketAddress remoteAddress) Increase the number of connections counter.
-
Method Details
-
increaseConnection
Increase the number of connections counter.- Parameters:
remoteAddress-- Returns:
-
decreaseConnection
Decrease the number of connections counter.- Parameters:
remoteAddress-
-