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
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
Type
/
to 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 }}
a2012s
/
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
client
on
master
User selector
All users
All time
Commit history
Commits on Oct 3, 2021
Added support unresolved socket addresses
vtsykun
authored
d71467c
View commit details
Copy full SHA for d71467c
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
Provide SSLSession in WebSocketClient
Show description for 9a290e8
marci4
committed
9a290e8
View commit details
Copy full SHA for 9a290e8
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
Code Quality
Show description for 08be869
marci4
committed
08be869
View commit details
Copy full SHA for 08be869
View code at this point
Browse repository at this point
Commits on Sep 20, 2020
Replace the type specification in this constructor call with the diamond operator
Show description for 67ff5f8
marci4
committed
67ff5f8
View commit details
Copy full SHA for 67ff5f8
View code at this point
Browse repository at this point
Update WebSocketClient.java
Show description for e1061ae
marci4
committed
e1061ae
View commit details
Copy full SHA for e1061ae
View code at this point
Browse repository at this point
Commits on Sep 19, 2020
Fix formatting
marci4
committed
2f56b70
View commit details
Copy full SHA for 2f56b70
View code at this point
Browse repository at this point
Prioritise using provided socket factory when creating socket with proxy
Show description for 48cbb46
marci4
committed
48cbb46
View commit details
Copy full SHA for 48cbb46
View code at this point
Browse repository at this point
Commits on Aug 15, 2020
cleanup code
dota17
committed
1832346
View commit details
Copy full SHA for 1832346
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
The source code in src : optimize imports
dota17
committed
982dabd
View commit details
Copy full SHA for 982dabd
View code at this point
Browse repository at this point
Reformat Code - the source code in src
dota17
committed
63bde93
View commit details
Copy full SHA for 63bde93
View code at this point
Browse repository at this point
Commits on Aug 1, 2020
Fixtypo
dota17
committed
cba57c4
View commit details
Copy full SHA for cba57c4
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
Merge pull request #1034 from marci4/Issue1008
marci4
authored
866ec85
View commit details
Copy full SHA for 866ec85
View code at this point
Browse repository at this point
Commits on May 28, 2020
Make Protocols less strict
marci4
committed
edeb6fe
View commit details
Copy full SHA for edeb6fe
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 23, 2020
Fixed typo in WebSocketClient.reset's error message
alphaho
authored
abb51a6
View commit details
Copy full SHA for abb51a6
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 10, 2020
Update WebSocketClient.java
marci4
committed
877ad76
View commit details
Copy full SHA for 877ad76
View code at this point
Browse repository at this point
Move setEndpointIdentificationAlgorithm inside onSetSSLParametersof
Show description for e6f6bcb
marci4
committed
e6f6bcb
View commit details
Copy full SHA for e6f6bcb
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
Rework after review
marci4
committed
0670985
View commit details
Copy full SHA for 0670985
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 17, 2020
Set up to date copyright year value Fixes #966
Fidel1985
committed
6db8973
View commit details
Copy full SHA for 6db8973
View code at this point
Browse repository at this point
Commits on Jan 9, 2020
Use socket isConnected() method rather than isBound() before connect to server.
Show description for cc030e3
olivierayache
committed
cc030e3
View commit details
Copy full SHA for cc030e3
View code at this point
Browse repository at this point
Commits on Aug 13, 2019
Provide a way to access the SSLSession of a websocket instance (#893)
Show description for 9709433
marci4
authored
9709433
View commit details
Copy full SHA for 9709433
View code at this point
Browse repository at this point
Commits on Jun 26, 2019
Merge branch 'master' into master
marci4
authored
f73cca0
View commit details
Copy full SHA for f73cca0
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
Add License on DnsResolver.java
maiph
committed
e9c94f2
View commit details
Copy full SHA for e9c94f2
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
Move DnsResolver to org.java_websocket.client and fix code style
maiph
committed
9909046
View commit details
Copy full SHA for 9909046
View code at this point
Browse repository at this point
Use WebSocketClient::getPort instead of URI::getPort
maiph
committed
b88de91
View commit details
Copy full SHA for b88de91
View code at this point
Browse repository at this point
Implemented a custom DNS resolver
maiph
committed
5297299
View commit details
Copy full SHA for 5297299
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
fix when proxy tunneling failed (IOException is hidden) JDK-8173620
PearSlice
committed
b7afe5b
View commit details
Copy full SHA for b7afe5b
View code at this point
Browse repository at this point
Commits on May 20, 2019
Make only the SSLSession public
marci4
committed
47ff6e7
View commit details
Copy full SHA for 47ff6e7
View code at this point
Browse repository at this point
Provide a way to access the SSLEngine of a websocket instance
Show description for 1cde8a7
marci4
committed
1cde8a7
View commit details
Copy full SHA for 1cde8a7
View code at this point
Browse repository at this point
Commits on Apr 7, 2019
Fix PR review changes.
haruntuncay
committed
1e9d6f0
View commit details
Copy full SHA for 1e9d6f0
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
Add a way to put additional headers to handshake for connecting/reconnecting, see #865
haruntuncay
committed
f12c088
View commit details
Copy full SHA for f12c088
View code at this point
Browse repository at this point
Commits on Jan 23, 2019
Fixes bug #827
Andi
committed
125e451
View commit details
Copy full SHA for 125e451
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
Previous
Next
You can’t perform that action at this time.