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 }}
hao200
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 27, 2013
Merge pull request #214 from directi/master
Show description for 7c3b223
Davidiusdadi
committed
7c3b223
Copy full SHA for 7c3b223
Commits on Oct 18, 2013
Fix WebSocketClient.getRemoteSocketAddress
gramki
committed
d964307
Copy full SHA for d964307
Commits on Sep 23, 2013
Merge pull request #205 from Davidiusdadi/master
Show description for 115477e
Davidiusdadi
committed
115477e
Copy full SHA for 115477e
fixed websocket client socket not being closed in some cases and server
Show description for 15f49ed
Davidiusdadi
committed
15f49ed
Copy full SHA for 15f49ed
Commits on Sep 22, 2013
Merge branch 'Davidiusdadi/master'
Davidiusdadi
committed
6042525
Copy full SHA for 6042525
fixed npe cause by racing condition #205
Davidiusdadi
committed
aef9229
Copy full SHA for aef9229
Commits on Sep 19, 2013
added missing method getResourceDescriptor
Davidiusdadi
committed
2c6f21d
Copy full SHA for 2c6f21d
Commits on Sep 4, 2013
-made close frames require a close frame in response before closing the
Show description for de9955a
Davidiusdadi
committed
de9955a
Copy full SHA for de9955a
-made socket output stream gets flushed after every frame
Davidiusdadi
committed
f1cf984
Copy full SHA for f1cf984
tweaked WebsocketServer.stop to perform a graceful shutdown
Davidiusdadi
committed
dbad4a2
Copy full SHA for dbad4a2
fixed deadlock in server( #195 ) thanks @DeHecht for isolating the
Show description for 2b0bb8d
Davidiusdadi
committed
2b0bb8d
Copy full SHA for 2b0bb8d
prevented unnecessary attempts to decode of empty buffers
Davidiusdadi
committed
e927c29
Copy full SHA for e927c29
Commits on Sep 3, 2013
made websocket client use java.net instead of java.nio (addresses #88,
Show description for 9b0a4b8
Davidiusdadi
committed
9b0a4b8
Copy full SHA for 9b0a4b8
Commits on Aug 14, 2013
Merge pull request #201 from Davidiusdadi/master
Show description for 77e1fca
Davidiusdadi
committed
77e1fca
Copy full SHA for 77e1fca
Commits on Aug 13, 2013
fixed #199
Davidiusdadi
committed
6ea3658
Copy full SHA for 6ea3658
Commits on Aug 12, 2013
corrected logical errors in FragmentedFramesExample
Davidiusdadi
committed
f34bc4d
Copy full SHA for f34bc4d
pragmatic fix for #190
Davidiusdadi
committed
effeb32
Copy full SHA for effeb32
Commits on Aug 8, 2013
Added example on how send fragmented frames.
Davidiusdadi
committed
fe11114
Copy full SHA for fe11114
Added method onFragment to replace onWebsocketMessageFragment and let
Show description for e1676f5
Davidiusdadi
committed
e1676f5
Copy full SHA for e1676f5
Made WebSocketClient implement the WebSocket interface.
Show description for 7ea8526
Davidiusdadi
committed
7ea8526
Copy full SHA for 7ea8526
Introduced method sendFragmentedFrame() to send fragmented frames more
Show description for d4d99ed
Davidiusdadi
committed
d4d99ed
Copy full SHA for d4d99ed
Fixed minor issue with sending binary/fragmented frames when buffer
Show description for 4e27fa8
Davidiusdadi
committed
4e27fa8
Copy full SHA for 4e27fa8
Commits on Aug 6, 2013
fix for #190
Show description for c17693e
Davidiusdadi
committed
c17693e
Copy full SHA for c17693e
Commits on Aug 5, 2013
Merge pull request #193 from Davidiusdadi/master
Show description for 85390d5
Davidiusdadi
committed
85390d5
Copy full SHA for 85390d5
applied fix submitted by @DeHecht ( #191 )
Davidiusdadi
committed
158b9bc
Copy full SHA for 158b9bc
Commits on Jul 31, 2013
fixed case in which a the bytes could be skipped when the handshake was
Show description for a2e09f1
Davidiusdadi
committed
a2e09f1
Copy full SHA for a2e09f1
Commits on Jul 24, 2013
Fixed fatal error in buffer management which could cause buffers to be
Show description for 62306de
Davidiusdadi
committed
62306de
Copy full SHA for 62306de
fixed rare fatal racing condition in SSLSocketChannel2 ( #190 )
Davidiusdadi
committed
8471a35
Copy full SHA for 8471a35
SSLSocketChannel2 refactoring: made read and write operations not work
Show description for ea2b570
Davidiusdadi
committed
ea2b570
Copy full SHA for ea2b570
Commits on Jun 4, 2013
simplified obtaining the http-get-resource-descriptor by adding method
Show description for 53fced8
Davidiusdadi
committed
53fced8
Copy full SHA for 53fced8
Commits on May 16, 2013
finally muted completely unnecessary forwarding of already handeled IOExceptions to the user via onError
Davidiusdadi
committed
5d7a1fe
Copy full SHA for 5d7a1fe
Made Draft_75 only deliver complete frames and no incomplete frame fragments. (#144)
Show description for c46279d
Davidiusdadi
committed
c46279d
Copy full SHA for c46279d
Merge branch 'master' of https://github.com/TooTallNate/Java-WebSocket
Davidiusdadi
committed
2861d78
Copy full SHA for 2861d78
added missing shutdown statement for the websocket clients executorservice (#171)
Davidiusdadi
committed
1c43128
Copy full SHA for 1c43128
Commits on Apr 24, 2013
Merge pull request #174 from temka1234/master
Show description for 2d0ff9f
Davidiusdadi
committed
2d0ff9f
Copy full SHA for 2d0ff9f
Previous
Next
You can’t perform that action at this time.