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,5 @@
import { EventEmitter } from 'events'
import { SocketIO } from 'socket-io/interfaces';
import { SocketIO } from '../socket-io/interfaces';
import { AttributeKeys } from './constants';
const TextWebSocketFrame = Java.type('io.netty.handler.codec.http.websocketx.TextWebSocketFrame')