Some helpful classes when developing Servlet
s and websocket Endpoint
s.
Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0.
latest release: 6.3
javax flavor
(javadoc) - supports Websocket 1.1
API
jakarta flavor
(javadoc) - supports Websocket 2.0.0
to at least 2.1.1
APIs
See CHANGES for the summary of changes between releases. If the major version of a subsequent release remains unchanged, it is supposed to be backwards compatible in terms of API and behaviour with previous ones with the same major version (meaning that it should be safe to just blindly update in dependent projects and things should not break under normal circumstances).
For now just 1 class:
Simple utility service that automatically pings and handles pongs from websocket connections. May be used both on a server and a client side. Supports round-trip time discovery.