Uses of Class
io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
Packages that use HttpClientUpgradeHandler.UpgradeEvent Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of HttpClientUpgradeHandler.UpgradeEvent in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return HttpClientUpgradeHandler.UpgradeEvent Modifier and Type Method Description static HttpClientUpgradeHandler.UpgradeEventHttpClientUpgradeHandler.UpgradeEvent. valueOf(java.lang.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.
-