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 }}
JeromeLier
/
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
Datepicker
All time
Commit history
Commits on Mar 11, 2023
Merge branch 'issue-1308' into master
PhilipRoman
committed
30ba037
View commit details
Copy full SHA for 30ba037
Browse repository at this point
Commits on Mar 7, 2023
Merge pull request #1314 from anthonyvdotbe/issue-1308
Show description for 239ded8
PhilipRoman
authored
239ded8
View commit details
Copy full SHA for 239ded8
Browse repository at this point
Add distribution attribute to GitHub workflows
anthonyvdotbe
committed
3e8d3c5
View commit details
Copy full SHA for 3e8d3c5
Browse repository at this point
Merge pull request #1309 from anthonyvdotbe/issue-1308
Show description for 48a1cbf
PhilipRoman
authored
48a1cbf
View commit details
Copy full SHA for 48a1cbf
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
Browse repository at this point
Update GitHub workflows to JDK 17
anthonyvdotbe
committed
8fbd5b8
View commit details
Copy full SHA for 8fbd5b8
Browse repository at this point
Use release parameter
anthonyvdotbe
committed
11c5212
View commit details
Copy full SHA for 11c5212
Browse repository at this point
Commits on Mar 5, 2023
Merge pull request #1301 from xkommando/master
Show description for 5f4eca3
PhilipRoman
authored
5f4eca3
View commit details
Copy full SHA for 5f4eca3
Browse repository at this point
Commits on Feb 24, 2023
Modularize
anthonyvdotbe
committed
b79a1a4
View commit details
Copy full SHA for b79a1a4
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
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
Browse repository at this point
Commits on Jul 4, 2022
Merge pull request #1259 from TooTallNate/replace-deprecated-integer-constructor
Show description for aad6654
PhilipRoman
authored
aad6654
View commit details
Copy full SHA for aad6654
Browse repository at this point
Replace usages of deprecated constructor Integer(String) with Integer.parseInt
PhilipRoman
committed
5d4d527
View commit details
Copy full SHA for 5d4d527
Browse repository at this point
Commits on Apr 9, 2022
Merge pull request #1238 from marci4/Release1.5.3
marci4
authored
bdf928b
View commit details
Copy full SHA for bdf928b
Browse repository at this point
Update to next version 1.5.4
marci4
committed
a81d0b5
View commit details
Copy full SHA for a81d0b5
Browse repository at this point
Merge pull request #1237 from marci4/UpdateChangelog1.5.3
marci4
authored
03fdb9c
View commit details
Copy full SHA for 03fdb9c
Browse repository at this point
Update changelog and readme
marci4
committed
5ff6ede
View commit details
Copy full SHA for 5ff6ede
Browse repository at this point
Commits on Apr 8, 2022
Merge pull request #1232 from marci4/Issue1230
marci4
authored
5d84099
View commit details
Copy full SHA for 5d84099
Browse repository at this point
Commits on Apr 3, 2022
Fix formatting
marci4
committed
8f1f8e4
View commit details
Copy full SHA for 8f1f8e4
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
Browse repository at this point
Commits on Mar 28, 2022
Merge pull request #1227 from Serpion-ua/correctWebSocketClosing
marci4
authored
2c9b091
View commit details
Copy full SHA for 2c9b091
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
Browse repository at this point
Merge branch 'master' into correctWebSocketClosing
serpion
committed
569884f
View commit details
Copy full SHA for 569884f
Browse repository at this point
Merge pull request #1223 from Serpion-ua/master
marci4
authored
46ae001
View commit details
Copy full SHA for 46ae001
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
Browse repository at this point
Issue-1160 Removed unnecessary file, added by accident
serpion
committed
4920cb1
View commit details
Copy full SHA for 4920cb1
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
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
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
Browse repository at this point
Merge pull request #2 from Serpion-ua/Issue-1160
Show description for e8ef74a
Serpion-ua
authored
e8ef74a
View commit details
Copy full SHA for e8ef74a
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
Browse repository at this point
Merge pull request #1 from Serpion-ua/Issue-1160
Show description for 7700b91
Serpion-ua
authored
7700b91
View commit details
Copy full SHA for 7700b91
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
Browse repository at this point
Commits on Jan 2, 2022
Merge pull request #1212 from Adeptius/high_cpu_when_channel_close_exception
marci4
authored
c2d0873
View commit details
Copy full SHA for c2d0873
Browse repository at this point
high cpu when channel close exception fix
Adeptius
committed
11e3d3c
View commit details
Copy full SHA for 11e3d3c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.