interface ConnectionsStatisticsInterface

Methods

int
getIdleConnections()

Get count of idle connection

int
getActiveConnections()

Get count of active connections

int
getAcceptedConnections()

Get count of accepted connections

int
getClosedConnections()

Get count of closed connections

Details

at line 12
int getIdleConnections()

Get count of idle connection

Return Value

int

at line 19
int getActiveConnections()

Get count of active connections

Return Value

int

at line 26
int getAcceptedConnections()

Get count of accepted connections

Return Value

int

at line 33
int getClosedConnections()

Get count of closed connections

Return Value

int