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 }}
feiqitian
/
Socket.IO-Java
Public
forked from
tadglines/Socket.IO-Java
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
Datepicker
All time
Commit history
Commits on Sep 3, 2012
Update README
tadglines
committed
556d1ca
View commit details
Copy full SHA for 556d1ca
Browse repository at this point
Commits on Feb 5, 2011
Merge remote branch 'Ovea/master'
tadglines
committed
544a90d
View commit details
Copy full SHA for 544a90d
Browse repository at this point
Fix so that the disconnectWhenEmpty flag is obeyed in the case where it is set during a message send (POST).
tadglines
committed
e6fbbec
View commit details
Copy full SHA for e6fbbec
Browse repository at this point
added license header
mathieucarbou
committed
c81e169
View commit details
Copy full SHA for c81e169
Browse repository at this point
improving eventbus sample
mathieucarbou
committed
cbfc338
View commit details
Copy full SHA for cbfc338
Browse repository at this point
Fix - socketio.close() on client-side does not clear timers on server-side
mathieucarbou
committed
2722d43
View commit details
Copy full SHA for 2722d43
Browse repository at this point
added 'isConnected' method
mathieucarbou
committed
9658b3d
View commit details
Copy full SHA for 9658b3d
Browse repository at this point
Commits on Feb 4, 2011
Update socket.io.js. Fixes disconnect() cleanup.
tadglines
committed
4a2f634
View commit details
Copy full SHA for 4a2f634
Browse repository at this point
Added sample Webapp to use an EvebtBus on top of Socket.IO
Mathieu Carbou
committed
490a3a4
View commit details
Copy full SHA for 490a3a4
Browse repository at this point
Merge remote branch 'remotes/upstream/master'
Show description for aee8aa7
Mathieu Carbou
committed
aee8aa7
View commit details
Copy full SHA for aee8aa7
Browse repository at this point
Some minor cleanup.
Show description for 66fdd46
tadglines
committed
66fdd46
View commit details
Copy full SHA for 66fdd46
Browse repository at this point
Commits on Feb 3, 2011
API break - changes signature of SocketIOServlet.doSocketIOConnect
Mathieu Carbou
committed
1b9dda4
View commit details
Copy full SHA for 1b9dda4
Browse repository at this point
API break - removed SocketIOInbound.getProtocol()
Mathieu Carbou
committed
3f20333
View commit details
Copy full SHA for 3f20333
Browse repository at this point
API break - extracted inner interface to a top level class - less confusing and also enables API changes and refactor. When depending on an inner class, this inner class is stuck in the outer class…
Show description for e98b7d5
Mathieu Carbou
committed
e98b7d5
View commit details
Copy full SHA for e98b7d5
Browse repository at this point
bugfix when reconnecting
Mathieu Carbou
committed
a221947
View commit details
Copy full SHA for a221947
Browse repository at this point
Commits on Jan 30, 2011
Merge branch 'master' of github.com:Ovea/Socket.IO-Java
Mathieu Carbou
committed
a0eb563
View commit details
Copy full SHA for a0eb563
Browse repository at this point
License header to match your header
Mathieu Carbou
committed
755f2b4
View commit details
Copy full SHA for 755f2b4
Browse repository at this point
Ability to start webapp directly from IDE + GWT plugin inplace
Mathieu Carbou
committed
b207616
View commit details
Copy full SHA for b207616
Browse repository at this point
ignoring maven gwt plugin output to be able to release (no local changes)
Mathieu Carbou
committed
cb3134d
View commit details
Copy full SHA for cb3134d
Browse repository at this point
Maven config changes
Mathieu Carbou
committed
facd901
View commit details
Copy full SHA for facd901
Browse repository at this point
deleted unused file
Mathieu Carbou
committed
00824b2
View commit details
Copy full SHA for 00824b2
Browse repository at this point
Merge remote branch 'upstream/master'
Show description for c1cc6e8
Mathieu Carbou
committed
c1cc6e8
View commit details
Copy full SHA for c1cc6e8
Browse repository at this point
Merge remote branch 'remotes/upstream/master'
Show description for ce893a8
Mathieu Carbou
committed
ce893a8
View commit details
Copy full SHA for ce893a8
Browse repository at this point
Update socket.io.js
tadglines
committed
d5d1e2b
View commit details
Copy full SHA for d5d1e2b
Browse repository at this point
Commits on Jan 29, 2011
Replaced some synchronized sections with use of java.util.concurrent structures.
mathieucarbou
committed
a9d7610
View commit details
Copy full SHA for a9d7610
Browse repository at this point
Converted from Ant to Maven.
mathieucarbou
committed
cca0c67
View commit details
Copy full SHA for cca0c67
Browse repository at this point
Commits on Jan 25, 2011
improving POM so that it is ready to be deployed in sonatype oss repository
Mathieu Carbou
committed
7b0d5bb
View commit details
Copy full SHA for 7b0d5bb
Browse repository at this point
Commits on Jan 24, 2011
Do not set WEB_SOCKET_SWF_LOCATION if already defined
Mathieu Carbou
committed
a87bcd3
View commit details
Copy full SHA for a87bcd3
Browse repository at this point
Fixing parent pom to fix licensing error
Mathieu Carbou
committed
c3e1b46
View commit details
Copy full SHA for c3e1b46
Browse repository at this point
Mavenisation + Fixing some synchronisations
Mathieu Carbou
committed
2585334
View commit details
Copy full SHA for 2585334
Browse repository at this point
Commits on Jan 23, 2011
Convert EOL to LF
tadglines
committed
cdfb095
View commit details
Copy full SHA for cdfb095
Browse repository at this point
Commits on Jan 15, 2011
Fix threading issues with Continuaitons. This fixes issue 3.
tadglines
committed
92a6b78
View commit details
Copy full SHA for 92a6b78
Browse repository at this point
Added missing copyright notice headers.
tadglines
committed
1f4fbbf
View commit details
Copy full SHA for 1f4fbbf
Browse repository at this point
Commits on Dec 4, 2010
Resolve issue#1 (disconnect after 200 seconds)
tadglines
committed
2b4f191
View commit details
Copy full SHA for 2b4f191
Browse repository at this point
Commits on Nov 7, 2010
Added tag 2010-11-06 for changeset bd2f0c8fc9b2
tadglines
committed
3543678
View commit details
Copy full SHA for 3543678
Browse repository at this point
Previous
Next
You can’t perform that action at this time.