Uses of Class
io.undertow.server.ConnectorStatisticsImpl
-
Packages that use ConnectorStatisticsImpl Package Description io.undertow.server.protocol.http io.undertow.server.protocol.http2 -
-
Uses of ConnectorStatisticsImpl in io.undertow.server.protocol.http
Constructors in io.undertow.server.protocol.http with parameters of type ConnectorStatisticsImpl Constructor Description HttpServerConnection(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize, ConnectorStatisticsImpl connectorStatistics)
-
Uses of ConnectorStatisticsImpl in io.undertow.server.protocol.http2
Constructors in io.undertow.server.protocol.http2 with parameters of type ConnectorStatisticsImpl Constructor Description Http2ReceiveListener(HttpHandler rootHandler, org.xnio.OptionMap undertowOptions, int bufferSize, ConnectorStatisticsImpl connectorStatistics)
-