You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by re...@apache.org on 2022/01/31 16:36:01 UTC

[wicket] branch improvement/reiern70/WICKET-6950 updated (d0ba4a7 -> f193f22)

This is an automated email from the ASF dual-hosted git repository.

reiern70 pushed a change to branch improvement/reiern70/WICKET-6950
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from d0ba4a7  [WICKET-6950] allow configuring web-sockets sessions when connection is opened
     add f193f22  [WICKET-6950] allow configuring web-sockets sessions when connection is opened: include comments

No new revisions were added by this update.

Summary of changes:
 .../examples/websocket/JSR356Application.java      |  13 +-
 .../wicket/protocol/ws/WebSocketSettings.java      |  30 ++++-
 .../protocol/ws/api/IWebSocketProcessor.java       |  15 ++-
 .../ws/api/IWebSocketSessionConfigurer.java        |  26 ++--
 .../protocol/ws/javax/JavaxWebSocketSession.java   | 141 +++++++++++++++++++++
 .../wicket/protocol/ws/javax/WicketEndpoint.java   | 116 +----------------
 6 files changed, 197 insertions(+), 144 deletions(-)
 copy wicket-examples/src/test/java/org/apache/wicket/examples/compref/ComprefTest.java => wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/api/IWebSocketSessionConfigurer.java (64%)
 create mode 100644 wicket-native-websocket/wicket-native-websocket-javax/src/main/java/org/apache/wicket/protocol/ws/javax/JavaxWebSocketSession.java