Page 1 of 1

JCEF3 and Websocket data handling

PostPosted: Wed Nov 05, 2014 1:47 pm
by raker
Hi,
I know that Cef3 support websocket. Every connection goes ok, everything work fine.
But my questions is about data sended and received via websocket. It is possible to read this data and use in Java app?

I tried CefRequestHandler onBeforeResourceLoad but I think that method don't monitor websocket connections?

Any idea?

Thanks

Re: JCEF3 and Websocket data handling

PostPosted: Tue Nov 11, 2014 11:49 am
by bluechips23
I have the same question. Some sort of example or workflow would be great.

Re: JCEF3 and Websocket data handling

PostPosted: Tue Nov 11, 2014 12:07 pm
by magreenblatt
raker wrote:But my questions is about data sended and received via websocket. It is possible to read this data and use in Java app?

What specifically do you want to do? For example, are you trying to create your own WebSocket client or server in Java, or do you want to monitor an existing WebSocket connection?

Re: JCEF3 and Websocket data handling

PostPosted: Tue Nov 18, 2014 4:20 pm
by raker
Monitor existing websocket connection

Re: JCEF3 and Websocket data handling

PostPosted: Tue Nov 18, 2014 4:24 pm
by magreenblatt
raker wrote:Monitor existing websocket connection

That's not currently possible in native or Java code.