Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
osflaky
/
Java-WebSocket
Public
forked from
TooTallNate/Java-WebSocket
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Java-WebSocket
src
on
master
User selector
All users
All time
Commit history
Commits on Apr 19, 2025
Added since 1.6.1 in method doc
Yuval-Roth
committed
3d8b96f
Copy full SHA for 3d8b96f
Added reconnectBlocking overload that supports timeout in WebSocketClient.java
Yuval-Roth
committed
611d897
Copy full SHA for 611d897
Commits on Jan 26, 2025
Update all dependencies and update to JUnit 5 (#1450)
Show description for 1ed042e
marci4
authored
1ed042e
Copy full SHA for 1ed042e
Commits on Nov 14, 2024
Add example of using WebSocketServer with systemd socket activation
PhilipRoman
committed
e5253dc
Copy full SHA for e5253dc
Add support for creating server from existing Channel
Show description for 8eae452
PhilipRoman
committed
8eae452
Copy full SHA for 8eae452
Commits on Nov 11, 2024
Merge pull request #1439 from marci4/fix/Issue1437
Show description for 3b29042
marci4
authored
3b29042
Copy full SHA for 3b29042
Commits on Oct 22, 2024
Add Constructor with custom compression level
marci4
committed
dfca00b
Copy full SHA for dfca00b
Commits on Oct 13, 2024
Extends tests to better test the deflater level
marci4
committed
4f4aed5
Copy full SHA for 4f4aed5
Provide a setter/getter to set the deflater level
marci4
committed
fe7635b
Copy full SHA for fe7635b
Commits on Oct 8, 2024
Reuse inflater/deflater
marci4
committed
1e9fbbf
Copy full SHA for 1e9fbbf
Correctly clone values provided by the setter
Show description for a566891
marci4
committed
a566891
Copy full SHA for a566891
Commits on Jul 12, 2024
Drop support for Java 1.7
Show description for 01e1a40
marci4
committed
01e1a40
Copy full SHA for 01e1a40
Commits on Jun 8, 2024
Fix WebSocketServer sometimes missing GET request
Show description for ad3d043
robert-s-ubi
committed
ad3d043
Copy full SHA for ad3d043
Commits on Apr 27, 2024
Merge pull request #1401 from TooTallNate/connect_blocking_cleanup_test
Show description for c793f34
PhilipRoman
authored
c793f34
Copy full SHA for c793f34
Commits on Apr 25, 2024
Allow setting custom TCP receive buffer size
Show description for f625a1a
PhilipRoman
committed
f625a1a
Copy full SHA for f625a1a
Commits on Feb 24, 2024
Add test for connectBlocking cleanup (#1399)
PhilipRoman
committed
acd03d0
Copy full SHA for acd03d0
Commits on Feb 21, 2024
Ensure the socket is not null when attempting to close it.
Cameron Auser
committed
d8eb0f8
Copy full SHA for d8eb0f8
Commits on Feb 16, 2024
Explicitly close the socket when resetting the client if the connection is not yet opened. This prevents the write thread from hanging while attempting to write to the output stream. Reset the conn…
Show description for f7d51a8
Cameron Auser
committed
f7d51a8
Copy full SHA for f7d51a8
Commits on Feb 3, 2024
Provide way to start the client/server as daemons
newk5
authored and
PhilipRoman
committed
c717bc7
Copy full SHA for c717bc7
Commits on Jan 16, 2024
Retrieve default SSL socket factory to reconcile the configuration with jdk.tls.client.protocols
Pavel Treutner
committed
d4365d4
Copy full SHA for d4365d4
Commits on Jan 13, 2024
Replace <tt> with <code> in javadocs
PhilipRoman
committed
1ecae0e
Copy full SHA for 1ecae0e
Commits on Nov 1, 2023
Fix multiple issues related to reconnect
PhilipRoman
committed
85b4999
Copy full SHA for 85b4999
Commits on Mar 7, 2023
Merge pull request #1309 from anthonyvdotbe/issue-1308
Show description for 48a1cbf
PhilipRoman
authored
48a1cbf
Copy full SHA for 48a1cbf
Merge pull request #1307 from anthonyvdotbe/issue-1306
Show description for 70092c6
PhilipRoman
authored
70092c6
Copy full SHA for 70092c6
Commits on Feb 24, 2023
Modularize
anthonyvdotbe
committed
b79a1a4
Copy full SHA for b79a1a4
Commits on Feb 23, 2023
Make Base64Test independent of JDK
anthonyvdotbe
committed
e90af48
Copy full SHA for e90af48
Commits on Feb 11, 2023
websocketimpl: avoid string copy unless logging trace message
xkommando
committed
5eeb03d
Copy full SHA for 5eeb03d
Commits on Jul 4, 2022
Replace usages of deprecated constructor Integer(String) with Integer.parseInt
PhilipRoman
committed
5d4d527
Copy full SHA for 5d4d527
Commits on Apr 3, 2022
Fix formatting
marci4
committed
8f1f8e4
Copy full SHA for 8f1f8e4
Fixes #1230 Adjust the handling of RSV1/RSV2/RSV3 in the translateSingleFrame
marci4
committed
a4d23c3
Copy full SHA for a4d23c3
Commits on Mar 25, 2022
Correct web socket closing: removing unnecessary web socket closing in case of error handling
serpion
committed
d00a606
Copy full SHA for d00a606
Merge branch 'master' into correctWebSocketClosing
serpion
committed
569884f
Copy full SHA for 569884f
Correct closing web socket connections in case of fatal server stopping
serpion
committed
ebed7cf
Copy full SHA for ebed7cf
Issue-1160 Clean up error message in WebSocketImpl if error had been caught
serpion
committed
b5a97a5
Copy full SHA for b5a97a5
Issue-1160 Code clean up, send to client only error type without whole error message
Oleg Aleksandrov
committed
7780dbe
Copy full SHA for 7780dbe
Previous
Next
You can’t perform that action at this time.