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 }}
arter97
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 8, 2025
SSLSocketChannel2: close stale connection with no handshake in 60s
Show description for a806a91
arter97
committed
a806a91
Copy full SHA for a806a91
Commits on Oct 7, 2025
SSLSocketChannel2: throttle processHandshake() if no handshake is done
Show description for b4fb6b3
arter97
committed
b4fb6b3
Copy full SHA for b4fb6b3
Commits on Apr 19, 2025
Merge pull request #1465 from Yuval-Roth/master
Show description for 8c5766a
PhilipRoman
authored
8c5766a
Copy full SHA for 8c5766a
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 Feb 17, 2025
Merge pull request #1458 from pdkovacs/fix-gradle-junit5-config
Show description for c69b298
PhilipRoman
authored
c69b298
Copy full SHA for c69b298
Commits on Feb 16, 2025
Fix JUnit 5 config for gradle
Show description for d868887
pdkovacs
committed
d868887
Copy full SHA for d868887
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 Dec 15, 2024
Merge pull request #1448 from marci4/remove_build_badge
Show description for 253c3b8
marci4
authored
253c3b8
Copy full SHA for 253c3b8
Remove outdated build info badge
marci4
committed
7be8e7a
Copy full SHA for 7be8e7a
Merge pull request #1447 from marci4/increase_version_1.6.1
Show description for 54b860a
marci4
authored
54b860a
Copy full SHA for 54b860a
Increase Version to 1.6.1
marci4
committed
f66edcb
Copy full SHA for f66edcb
Merge pull request #1446 from marci4/1.6.0_release
Show description for da3cf2a
marci4
authored
da3cf2a
Copy full SHA for da3cf2a
Release 1.6.0
marci4
committed
fcb7595
Copy full SHA for fcb7595
Commits on Dec 8, 2024
Merge pull request #1442 from TooTallNate/socket-activation
Show description for 2b8dd96
marci4
authored
2b8dd96
Copy full SHA for 2b8dd96
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 14, 2024
Merge pull request #1435 from marci4/feature/drop_java1.7
marci4
authored
c4bf44e
Copy full SHA for c4bf44e
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 Jul 8, 2024
Merge pull request #1433 from marci4/1.5.7_increase_version
marci4
authored
4aef466
Copy full SHA for 4aef466
Increase version to 1.5.8
marci4
committed
202d7a4
Copy full SHA for 202d7a4
Merge pull request #1432 from marci4/1.5.7_release
marci4
authored
d866754
Copy full SHA for d866754
Release 1.5.7
marci4
committed
dd07648
Copy full SHA for dd07648
Commits on Jun 10, 2024
Merge pull request #1419 from ubitricity/fix_issue_1418_websocketserver_misses_get
Show description for cd08f83
PhilipRoman
authored
cd08f83
Copy full SHA for cd08f83
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
Merge pull request #1407 from TooTallNate/receive-buffer-size
marci4
authored
7e47e4d
Copy full SHA for 7e47e4d
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 Apr 15, 2024
Add timeout to CI test
PhilipRoman
authored
1f842a6
Copy full SHA for 1f842a6
Previous
Next
You can’t perform that action at this time.