Skip to content
Navigation Menu
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
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
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
/
Sign in
Sign up
Appearance settings
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 }}
bergice
/
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
Datepicker
All time
Commit history
Commits on Oct 25, 2024
Merge pull request #2 from TooTallNate/master
Show description for ccef002
bergice
authored
ccef002
View commit details
Copy full SHA for ccef002
View code at this point
Browse repository at this point
Commits on Jul 12, 2024
Drop support for Java 1.7
Show description for 01e1a40
marci4
committed
01e1a40
View commit details
Copy full SHA for 01e1a40
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
Fix WebSocketServer sometimes missing GET request
Show description for ad3d043
robert-s-ubi
committed
ad3d043
View commit details
Copy full SHA for ad3d043
View code at this point
Browse repository at this point
Commits on Apr 27, 2024
Merge pull request #1401 from TooTallNate/connect_blocking_cleanup_test
Show description for c793f34
PhilipRoman
authored
c793f34
View commit details
Copy full SHA for c793f34
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
Allow setting custom TCP receive buffer size
Show description for f625a1a
PhilipRoman
committed
f625a1a
View commit details
Copy full SHA for f625a1a
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
Add test for connectBlocking cleanup (#1399)
PhilipRoman
committed
acd03d0
View commit details
Copy full SHA for acd03d0
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
Ensure the socket is not null when attempting to close it.
Cameron Auser
committed
d8eb0f8
View commit details
Copy full SHA for d8eb0f8
View code at this point
Browse repository at this point
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
View commit details
Copy full SHA for f7d51a8
View code at this point
Browse repository at this point
Commits on Feb 3, 2024
Provide way to start the client/server as daemons
newk5
authored and
PhilipRoman
committed
c717bc7
View commit details
Copy full SHA for c717bc7
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Retrieve default SSL socket factory to reconcile the configuration with jdk.tls.client.protocols
Pavel Treutner
committed
d4365d4
View commit details
Copy full SHA for d4365d4
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
Replace <tt> with <code> in javadocs
PhilipRoman
committed
1ecae0e
View commit details
Copy full SHA for 1ecae0e
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
Merge branch 'TooTallNate:master' into master
bergice
authored
716d7c4
View commit details
Copy full SHA for 716d7c4
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Fix multiple issues related to reconnect
PhilipRoman
committed
85b4999
View commit details
Copy full SHA for 85b4999
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
Merge pull request #1309 from anthonyvdotbe/issue-1308
Show description for 48a1cbf
PhilipRoman
authored
48a1cbf
View commit details
Copy full SHA for 48a1cbf
View code at this point
Browse repository at this point
Merge pull request #1307 from anthonyvdotbe/issue-1306
Show description for 70092c6
PhilipRoman
authored
70092c6
View commit details
Copy full SHA for 70092c6
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
Modularize
anthonyvdotbe
committed
b79a1a4
View commit details
Copy full SHA for b79a1a4
View code at this point
Browse repository at this point
Commits on Feb 23, 2023
Make Base64Test independent of JDK
anthonyvdotbe
committed
e90af48
View commit details
Copy full SHA for e90af48
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
websocketimpl: avoid string copy unless logging trace message
xkommando
committed
5eeb03d
View commit details
Copy full SHA for 5eeb03d
View code at this point
Browse repository at this point
Commits on Dec 20, 2022
Update WebSocketServer.java
bergice
authored
9a59d24
View commit details
Copy full SHA for 9a59d24
View code at this point
Browse repository at this point
Create HighCycleThrottler.java
bergice
authored
a99e442
View commit details
Copy full SHA for a99e442
View code at this point
Browse repository at this point
Update SSLSocketChannel2.java
bergice
authored
6db9ffc
View commit details
Copy full SHA for 6db9ffc
View code at this point
Browse repository at this point
Update SSLSocketChannel2.java
Show description for 06c405e
bergice
authored
06c405e
View commit details
Copy full SHA for 06c405e
View code at this point
Browse repository at this point
Commits on Jul 4, 2022
Replace usages of deprecated constructor Integer(String) with Integer.parseInt
PhilipRoman
committed
5d4d527
View commit details
Copy full SHA for 5d4d527
View code at this point
Browse repository at this point
Commits on Apr 3, 2022
Fix formatting
marci4
committed
8f1f8e4
View commit details
Copy full SHA for 8f1f8e4
View code at this point
Browse repository at this point
Fixes #1230 Adjust the handling of RSV1/RSV2/RSV3 in the translateSingleFrame
marci4
committed
a4d23c3
View commit details
Copy full SHA for a4d23c3
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
Correct web socket closing: removing unnecessary web socket closing in case of error handling
serpion
committed
d00a606
View commit details
Copy full SHA for d00a606
View code at this point
Browse repository at this point
Merge branch 'master' into correctWebSocketClosing
serpion
committed
569884f
View commit details
Copy full SHA for 569884f
View code at this point
Browse repository at this point
Correct closing web socket connections in case of fatal server stopping
serpion
committed
ebed7cf
View commit details
Copy full SHA for ebed7cf
View code at this point
Browse repository at this point
Issue-1160 Clean up error message in WebSocketImpl if error had been caught
serpion
committed
b5a97a5
View commit details
Copy full SHA for b5a97a5
View code at this point
Browse repository at this point
Issue-1160 Code clean up, send to client only error type without whole error message
Oleg Aleksandrov
committed
7780dbe
View commit details
Copy full SHA for 7780dbe
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
Issue-1160 Add whole exception not just exception message when converting Erro to Exception
Oleg Aleksandrov
committed
a97965d
View commit details
Copy full SHA for a97965d
View code at this point
Browse repository at this point
Issue-1160 Put whole Error into Exception during Error processing, not just stack trace
Oleg Aleksandrov
committed
a2eeaaa
View commit details
Copy full SHA for a2eeaaa
View code at this point
Browse repository at this point
Issue-1160 Added java.lang.Error handling in WebSocketImpl and WebSocketServer
Oleg Aleksandrov
committed
d9537d6
View commit details
Copy full SHA for d9537d6
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
high cpu when channel close exception fix
Adeptius
committed
11e3d3c
View commit details
Copy full SHA for 11e3d3c
View code at this point
Browse repository at this point
Commits on Dec 12, 2021
Reset lastPong in onOpen
Show description for 698f47b
marci4
committed
698f47b
View commit details
Copy full SHA for 698f47b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.