Netty/All-in-One 4.1.59.Final-redhat-00001
- java.lang.Object
-
- io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
-
public final class WebSocketExtensionData
extends Object
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
See io.netty.handler.codec.http.HttpHeaders.Names.SEC_WEBSOCKET_EXTENSIONS.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
name
public String name()
- Returns:
- the extension name.
Netty/All-in-One 4.1.59.Final-redhat-00001
Copyright © 2008–2021 The Netty Project. All rights reserved.