Class HttpServerUpgradeHandler.UpgradeEvent

java.lang.Object
io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
All Implemented Interfaces:
ReferenceCounted
Enclosing class:
HttpServerUpgradeHandler

public static final class HttpServerUpgradeHandler.UpgradeEvent extends Object implements ReferenceCounted
User event that is fired to notify about the completion of an HTTP upgrade to another protocol. Contains the original upgrade request so that the response (if required) can be sent using the new protocol.