|
Inline Method protected createWebSocketConnection(session Session) : WebSocketConnection inlined to public onWebSocketConnect(session Session) : void in class ro.pippo.jetty.websocket.JettyWebSocketAdapter |
From |
To |
|
Inline Method public onMessage(data byte[], offset int, length int) : void inlined to public onWebSocketBinary(payload byte[], offset int, len int) : void in class ro.pippo.jetty.websocket.JettyWebSocketAdapter |
From |
To |
|
Inline Method public onMessage(message String) : void inlined to public onWebSocketText(message String) : void in class ro.pippo.jetty.websocket.JettyWebSocketAdapter |
From |
To |
|
Inline Method public onError(t Throwable) : void inlined to public onWebSocketError(cause Throwable) : void in class ro.pippo.jetty.websocket.JettyWebSocketAdapter |
From |
To |
|
Inline Method protected createWebSocketContext(connections List<WebSocketConnection>, connection WebSocketConnection) : WebSocketContext inlined to public onWebSocketConnect(session Session) : void in class ro.pippo.jetty.websocket.JettyWebSocketAdapter |
From |
To |
|
Inline Method public onClose(closeCode int, message String) : void inlined to public onWebSocketClose(statusCode int, reason String) : void in class ro.pippo.jetty.websocket.JettyWebSocketAdapter |
From |
To |