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 }}
socrata
/
Java-WebSocket
Public
forked from
TooTallNate/Java-WebSocket
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 29, 2020
Merge pull request #1034 from marci4/Issue1008
marci4
authored
866ec85
View commit details
Copy full SHA for 866ec85
Browse repository at this point
Commits on Jun 28, 2020
Merge pull request #1041 from dota17/version
Show description for 499b26f
marci4
authored
499b26f
View commit details
Copy full SHA for 499b26f
Browse repository at this point
update build.gradle : make it same as pom.xml
dota17
committed
1e9d489
View commit details
Copy full SHA for 1e9d489
Browse repository at this point
Commits on May 28, 2020
Update Draft_6455Test.java
Show description for f1802ae
marci4
committed
f1802ae
View commit details
Copy full SHA for f1802ae
Browse repository at this point
Make Protocols less strict
marci4
committed
edeb6fe
View commit details
Copy full SHA for edeb6fe
Browse repository at this point
Commits on May 24, 2020
Merge pull request #1025 from yindex/master
marci4
authored
a89d4ae
View commit details
Copy full SHA for a89d4ae
Browse repository at this point
Commits on May 23, 2020
Merge pull request #1028 from alphaho/patch-1
Show description for 0e31ddd
PhilipRoman
authored
0e31ddd
View commit details
Copy full SHA for 0e31ddd
Browse repository at this point
Fixed typo in WebSocketClient.reset's error message
alphaho
authored
abb51a6
View commit details
Copy full SHA for abb51a6
Browse repository at this point
Use appropriate schema in any case #1026
Show description for af28db4
yindex
authored and
yindex
committed
af28db4
View commit details
Copy full SHA for af28db4
Browse repository at this point
Fixes for #1017
Pawan Gupta
authored and
宰祥顺
committed
b56ad28
View commit details
Copy full SHA for b56ad28
Browse repository at this point
Commits on May 11, 2020
Merge pull request #1018 from pawankgupta-se/fixes/bug-1017
marci4
authored
433935a
View commit details
Copy full SHA for 433935a
Browse repository at this point
Fixes for #1017
Pawan Gupta
committed
ada038e
View commit details
Copy full SHA for ada038e
Browse repository at this point
Commits on May 10, 2020
Merge pull request #1016 from marci4/Release1.5.1
marci4
authored
74eaa55
View commit details
Copy full SHA for 74eaa55
Browse repository at this point
Release 1.5.1
marci4
committed
27d2a25
View commit details
Copy full SHA for 27d2a25
Browse repository at this point
Merge pull request #1015 from marci4/UpdateChangelog1.5.1
marci4
authored
bba4914
View commit details
Copy full SHA for bba4914
Browse repository at this point
Update CHANGELOG.md
marci4
committed
8c69e49
View commit details
Copy full SHA for 8c69e49
Browse repository at this point
Merge pull request #1014 from marci4/Issue1011
marci4
authored
7c07eb7
View commit details
Copy full SHA for 7c07eb7
Browse repository at this point
Update WebSocketClient.java
marci4
committed
877ad76
View commit details
Copy full SHA for 877ad76
Browse repository at this point
Move setEndpointIdentificationAlgorithm inside onSetSSLParametersof
Show description for e6f6bcb
marci4
committed
e6f6bcb
View commit details
Copy full SHA for e6f6bcb
Browse repository at this point
Commits on May 7, 2020
Merge pull request #1010 from marci4/Release1.5.0
marci4
authored
c207fb8
View commit details
Copy full SHA for c207fb8
Browse repository at this point
Release of 1.5.0
marci4
committed
fb6d234
View commit details
Copy full SHA for fb6d234
Browse repository at this point
Merge pull request #1009 from marci4/UpdateChangelog1.5.0
marci4
authored
54ca4f4
View commit details
Copy full SHA for 54ca4f4
Browse repository at this point
Update CHANGELOG.md
marci4
committed
046f24b
View commit details
Copy full SHA for 046f24b
Browse repository at this point
Commits on Apr 26, 2020
Merge pull request #1006 from marci4/FixTestPerMessageDeflate
marci4
authored
63222d1
View commit details
Copy full SHA for 63222d1
Browse repository at this point
Update PerMessageDeflateExtensionTest.java
Show description for 1e2e890
marci4
committed
1e2e890
View commit details
Copy full SHA for 1e2e890
Browse repository at this point
Commits on Apr 23, 2020
Merge pull request #1001 from TooTallNate/issue-991
marci4
authored
9d890db
View commit details
Copy full SHA for 9d890db
Browse repository at this point
Merge pull request #1000 from marci4/Issue997
marci4
authored
cab3fda
View commit details
Copy full SHA for cab3fda
Browse repository at this point
Commits on Apr 22, 2020
Add "since 1.5.0" tag to new methods
PhilipRoman
authored
ca38a4b
View commit details
Copy full SHA for ca38a4b
Browse repository at this point
Allow user to specify max number of pending connections to a server
Show description for 3ebbe21
PhilipRoman
committed
3ebbe21
View commit details
Copy full SHA for 3ebbe21
Browse repository at this point
Commits on Apr 21, 2020
Rework after review
marci4
committed
0670985
View commit details
Copy full SHA for 0670985
Browse repository at this point
Commits on Apr 13, 2020
API for SSLParameters
Show description for 2dbe2d3
marci4
committed
2dbe2d3
View commit details
Copy full SHA for 2dbe2d3
Browse repository at this point
Commits on Mar 29, 2020
Add timeout for test
marci4
committed
455d09e
View commit details
Copy full SHA for 455d09e
Browse repository at this point
Adjust path for keystore
marci4
committed
315f555
View commit details
Copy full SHA for 315f555
Browse repository at this point
Commits on Mar 17, 2020
Merge pull request #866 from haruntuncay/master
Show description for 4232021
marci4
authored
4232021
View commit details
Copy full SHA for 4232021
Browse repository at this point
Commits on Mar 12, 2020
Merge pull request #989 from marci4/Release1.4.1
Show description for eacb4f0
marci4
authored
eacb4f0
View commit details
Copy full SHA for eacb4f0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.