public interface MetricsReporter extends Metrics
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initSsl(io.netty.handler.ssl.SslContext context)
Server is about to starting to initialize ssl context.
|
void |
reportConnect(io.netty.channel.Channel ch,
esa.commons.http.HttpVersion httpVersion)
Channel active.
|
void |
reportDisconnect(io.netty.channel.Channel ch)
Channel inactive.
|
void |
reportRequest(BaseRequest request)
Request received.
|
void |
reportUpgrade(io.netty.channel.Channel ch)
Channel upgrade from http1 to http2.
|
connection, enabled, openSslSession, requestvoid reportConnect(io.netty.channel.Channel ch,
esa.commons.http.HttpVersion httpVersion)
ch - channelhttpVersion - http versionvoid reportDisconnect(io.netty.channel.Channel ch)
ch - channelvoid reportUpgrade(io.netty.channel.Channel ch)
ch - channelvoid reportRequest(BaseRequest request)
request - requestvoid initSsl(io.netty.handler.ssl.SslContext context)
context - ssl contextCopyright © 2020. All rights reserved.