feat: support tomcat websocket

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-05-26 15:45:40 +08:00
parent 4e1a77cc50
commit c37a7cb772
14 changed files with 185 additions and 46 deletions

View File

@ -1,5 +1,7 @@
import { ServerOptions } from '../socket-io'
import { Keys, ServerEvent } from './constants'
import { ServerEvent } from '../socket-io/constants'
import { Keys } from './constants'
import { HttpRequestHandler } from './httprequest'
import { WebSocketHandlerAdapter } from "../netty"
import { TextWebSocketFrameHandler } from './text_websocket_frame'