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 }}
codeminders
/
socket.io-server-java
Public
forked from
avostryakov/Socket.IO-Java
Notifications
You must be signed in to change notification settings
Fork
18
Star
37
Code
Issues
5
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Abstract transports & and add akka-http http/websocket backend
- #20
#20
Open
kelnos
wants to merge 12 commits into
codeminders:master
codeminders/socket.io-server-java:master
from
kelnos:transport-abstraction
kelnos/socket.io-server-java:transport-abstraction
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Abstract transports & and add akka-http http/websocket backend
#20
kelnos
wants to merge 12 commits into
codeminders:master
codeminders/socket.io-server-java:master
from
kelnos:transport-abstraction
kelnos/socket.io-server-java:transport-abstraction
Copy head branch name to clipboard
Commits
Commits on Dec 27, 2018
Bump version to 2.0.0-SNAPSHOT
kelnos
committed
abc7bc4
View commit details
Copy full SHA for abc7bc4
Browse repository at this point
Bump Java source/target versions to 1.8
kelnos
committed
e622717
View commit details
Copy full SHA for e622717
Browse repository at this point
Remove servlet-specific references from core interfaces
kelnos
committed
b8861b3
View commit details
Copy full SHA for b8861b3
Browse repository at this point
Commits on Dec 28, 2018
Move servlet-specific functionality into its own maven module
Show description for 1c339c6
kelnos
committed
1c339c6
View commit details
Copy full SHA for 1c339c6
Browse repository at this point
move servlet req/resp wrappers to parent package
kelnos
committed
f70b992
View commit details
Copy full SHA for f70b992
Browse repository at this point
Commits on Dec 29, 2018
Avoid setting null for Access-Control-Allow-Origin
kelnos
committed
8b18590
View commit details
Copy full SHA for 8b18590
Browse repository at this point
Commits on Dec 30, 2018
Add akka-http backend implementation
kelnos
committed
b601817
View commit details
Copy full SHA for b601817
Browse repository at this point
Commits on Sep 19, 2019
Bump scala/akka/akka-http versions
kelnos
committed
47762f7
View commit details
Copy full SHA for 47762f7
Browse repository at this point
Commits on May 13, 2020
Add scala 2.13 build and bump akka deps
kelnos
committed
726abc0
View commit details
Copy full SHA for 726abc0
Browse repository at this point
Commits on Dec 11, 2021
akka-http: set 'Connection: close' header on errors
kelnos
committed
96991ff
View commit details
Copy full SHA for 96991ff
Browse repository at this point
Commits on Apr 3, 2023
Make Transport.handle() return the TransportConnection
kelnos
committed
ee708c1
View commit details
Copy full SHA for ee708c1
Browse repository at this point
akka-http: make use of returned TransportConnection
Show description for 69ab32f
kelnos
committed
69ab32f
View commit details
Copy full SHA for 69ab32f
Browse repository at this point
You can’t perform that action at this time.