Uses of Enum
io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
Packages that use HttpClientUpgradeHandler.UpgradeEvent
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpClientUpgradeHandler.UpgradeEvent in io.netty.handler.codec.http
Subclasses with type arguments of type HttpClientUpgradeHandler.UpgradeEvent in io.netty.handler.codec.httpModifier and TypeClassDescriptionstatic enumUser events that are fired to notify about upgrade status.Methods in io.netty.handler.codec.http that return HttpClientUpgradeHandler.UpgradeEventModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HttpClientUpgradeHandler.UpgradeEvent.values()Returns an array containing the constants of this enum type, in the order they are declared.