WebSocketServerExtension Type — netty Architecture
Architecture documentation for the WebSocketServerExtension type/interface in WebSocketServerExtension.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a2dbd534_b885_708b_0740_aa97e9f7a466["WebSocketServerExtension"] ed6f0197_cdf2_dc16_c08d_68320684bcfe["WebSocketServerExtension.java"] a2dbd534_b885_708b_0740_aa97e9f7a466 -->|defined in| ed6f0197_cdf2_dc16_c08d_68320684bcfe style a2dbd534_b885_708b_0740_aa97e9f7a466 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/main/java/io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.java lines 22–32
public interface WebSocketServerExtension extends WebSocketExtension {
/**
* Return an extension configuration to submit to the client as an acknowledge.
*
* @return the acknowledged extension configuration.
*/
//TODO: after migrating to JDK 8 rename this to 'newResponseData()' and mark old as deprecated with default method
WebSocketExtensionData newReponseData();
}
Source
Frequently Asked Questions
What is the WebSocketServerExtension type?
WebSocketServerExtension is a type/interface in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.java.
Where is WebSocketServerExtension defined?
WebSocketServerExtension is defined in codec-http/src/main/java/io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.java at line 22.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free