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 }}
xing609
/
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
main
java
org
java_websocket
server
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 11, 2019
Fixes #855
Show description for d417e04
marci4
committed
d417e04
View commit details
Copy full SHA for d417e04
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Fix bug 834
Andreas-Bur
committed
26e49d7
View commit details
Copy full SHA for 26e49d7
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
Merge pull request #839 from BroHammie/sslEngineWebsocketFactory
Show description for 94bd7df
marci4
authored
94bd7df
View commit details
Copy full SHA for 94bd7df
View code at this point
Browse repository at this point
Commits on Jan 20, 2019
Update javadoc and unnecessary null check
Matt Willson
committed
a3dc144
View commit details
Copy full SHA for a3dc144
View code at this point
Browse repository at this point
Commits on Jan 14, 2019
Refactor to use SSLParameters and extend DefaultSSLWebSocketServerFactory
matt-willson-clover
committed
a3a5a91
View commit details
Copy full SHA for a3a5a91
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Fix typos in WebSocketServer
kaduke
authored
c6c07c3
View commit details
Copy full SHA for c6c07c3
View code at this point
Browse repository at this point
Commits on Jan 7, 2019
SSLEngineWebSocketServerFactory allows for more customization on the connection
matt-willson-clover
committed
85061c1
View commit details
Copy full SHA for 85061c1
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
Fix some sonarqube errors
Show description for 85a5d3d
marci4
committed
85a5d3d
View commit details
Copy full SHA for 85a5d3d
View code at this point
Browse repository at this point
Commits on Jan 1, 2019
Happy new year
marci4
committed
15d6e0a
View commit details
Copy full SHA for 15d6e0a
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
More improvement
Show description for dbb9f73
marci4
committed
dbb9f73
View commit details
Copy full SHA for dbb9f73
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Derp
marci4
committed
27e2675
View commit details
Copy full SHA for 27e2675
View code at this point
Browse repository at this point
Commits on Oct 23, 2018
Nest if
Show description for 4b3f9ad
marci4
committed
4b3f9ad
View commit details
Copy full SHA for 4b3f9ad
View code at this point
Browse repository at this point
Commits on Oct 21, 2018
Improve code quality
Show description for d9ec613
marci4
committed
d9ec613
View commit details
Copy full SHA for d9ec613
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
Merge pull request #769 from marci4/WebSocketFactory
Show description for 872ebf2
marci4
authored
872ebf2
View commit details
Copy full SHA for 872ebf2
View code at this point
Browse repository at this point
Close WebSocketFactory when updated
marci4
committed
4254e9a
View commit details
Copy full SHA for 4254e9a
View code at this point
Browse repository at this point
Commits on Aug 19, 2018
Fixed several issues related to the code quality
Show description for 4094e3d
marci4
committed
4094e3d
View commit details
Copy full SHA for 4094e3d
View code at this point
Browse repository at this point
Commits on Aug 15, 2018
Fixed log for exceptions
Show description for 23487ed
marci4
committed
23487ed
View commit details
Copy full SHA for 23487ed
View code at this point
Browse repository at this point
Fixed errors found in review
marci4
committed
f913055
View commit details
Copy full SHA for f913055
View code at this point
Browse repository at this point
Commits on Aug 14, 2018
Merge branch 'slf4j' into SonarQube
marci4
committed
3b35a67
View commit details
Copy full SHA for 3b35a67
View code at this point
Browse repository at this point
Commits on Aug 8, 2018
Fixed some sonarqube issues
marci4
committed
554ee52
View commit details
Copy full SHA for 554ee52
View code at this point
Browse repository at this point
Commits on May 25, 2018
Removed duplicated code from broadcast methods
PhilipRoman
committed
c074a94
View commit details
Copy full SHA for c074a94
View code at this point
Browse repository at this point
Added documentation for new broadcast methods
PhilipRoman
committed
135b3c6
View commit details
Copy full SHA for 135b3c6
View code at this point
Browse repository at this point
Added WebSocketServer.broadcast methods for ByteBuffers
PhilipRoman
committed
ab9e858
View commit details
Copy full SHA for ab9e858
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
Initial slf4j commit
marci4
committed
6e3af3a
View commit details
Copy full SHA for 6e3af3a
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
Give all threads a custom name
marci4
committed
2047167
View commit details
Copy full SHA for 2047167
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
Adding clear method getConnections
marci4
committed
b13c890
View commit details
Copy full SHA for b13c890
View code at this point
Browse repository at this point
Commits on Feb 5, 2018
NPE on already bound port
Show description for 51b63a2
marci4
committed
51b63a2
View commit details
Copy full SHA for 51b63a2
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
Extend JavaDoc coverage
marci4
committed
ddb673d
View commit details
Copy full SHA for ddb673d
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
Happy new year!
marci4
committed
26cb0ff
View commit details
Copy full SHA for 26cb0ff
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
Gracefull shutdown on stop()
Show description for 069e01b
marci4
committed
069e01b
View commit details
Copy full SHA for 069e01b
View code at this point
Browse repository at this point
Commits on Nov 1, 2017
Code cleanups
marci4
committed
caed0d5
View commit details
Copy full SHA for caed0d5
View code at this point
Browse repository at this point
Commits on Oct 10, 2017
Deprecating onFragment and combining fragmented frames
Show description for 32c1ce0
marci4
committed
32c1ce0
View commit details
Copy full SHA for 32c1ce0
View code at this point
Browse repository at this point
Commits on Oct 9, 2017
Code cleanups
marci4
committed
2d8f5fe
View commit details
Copy full SHA for 2d8f5fe
View code at this point
Browse repository at this point
Commits on Sep 11, 2017
Code cleanups
marci4
committed
2a49ceb
View commit details
Copy full SHA for 2a49ceb
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Implementation of a broadcast method
Show description for 387847c
marci4
committed
387847c
View commit details
Copy full SHA for 387847c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.