Uses of Class
io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
Packages that use HttpClientUpgradeHandler.UpgradeEvent Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of HttpClientUpgradeHandler.UpgradeEvent in io.netty5.handler.codec.http
Methods in io.netty5.handler.codec.http that return HttpClientUpgradeHandler.UpgradeEvent Modifier and Type Method Description static HttpClientUpgradeHandler.UpgradeEvent
HttpClientUpgradeHandler.UpgradeEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpClientUpgradeHandler.UpgradeEvent[]
HttpClientUpgradeHandler.UpgradeEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-