Commit 6c0e69a
authored
WebSocketServerProtocolHandler: make HandshakeComplete constructor public (#13202)
Motivation:
alternative websocket implementations may prefer to use netty's server handshake lifecycle events.
Modification:
make HandshakeComplete constructor public
Result:
alternative websocket implementations may use netty's server handshake lifecycle events.1 parent 06f70a4 commit 6c0e69a
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- codec-http/src/main/java/io/netty/handler/codec/http/websocketx
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments