我不知道如何在 netty 下使用 SPDY 和/或 HTTP2 协议执行自定义服务器推送。
例如,我可以这样做:
- 在码头使用 PushStrategy:http: //www.eclipse.org/jetty/documentation/9.2.2.v20140723/spdy-implementing-push.html
- 在 undertow 中使用 ServerConnection:https ://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/ServerConnection.java#L230
谢谢!