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/04/05 17:36:32 UTC

[wicket] branch feature/reiern70/WICKET-6969 updated (021b63d875 -> e06de412c9)

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

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


    from 021b63d875 {WICKET-6969} allow asynchronous pushing of messages.
     add e06de412c9 {WICKET-6969} allow asynchronous pushing of messages.

No new revisions were added by this update.

Summary of changes:
 .../wicket/examples/websocket/JSR356Application.java |  5 +++--
 .../examples/websocket/progress/ProgressUpdater.java |  5 -----
 .../apache/wicket/protocol/ws/WebSocketSettings.java | 20 ++++++++++++++++++--
 .../protocol/ws/api/AbstractWebSocketConnection.java | 10 ++++++++--
 .../protocol/ws/api/AbstractWebSocketProcessor.java  |  8 ++++----
 .../wicket/protocol/ws/api/IWebSocketConnection.java | 14 ++++++++++++++
 .../protocol/ws/api/WebSocketPushBroadcaster.java    |  8 +++++++-
 .../wicket/protocol/ws/api/WebSocketResponse.java    | 14 ++++++++++++--
 .../ws/util/tester/TestWebSocketProcessor.java       |  6 ++++++
 .../protocol/ws/javax/JavaxWebSocketProcessor.java   |  2 --
 10 files changed, 72 insertions(+), 20 deletions(-)