Android websocket sockjs client of webserver based on Java spring

I am using spring 4.1 6. Release and my server are configured to use the websocket method based on sockjs and stomp protocol from here http://docs.spring.io/spring/docs/current/spring-framework-reference/html/websocket.html Here is my simple XML configuration on the server side:

<websocket:message-broker application-destination-prefix="/app">
    <websocket:stomp-endpoint path="/hello" allowed-origins="*">
        <websocket:sockjs/>
    </websocket:stomp-endpoint>
    <websocket:simple-broker prefix="/topic"/>
</websocket:message-broker>

So my question is where can I find any Android sockjs compatible client, or is this impossible? Please suggest other ways Thank you for your help

Solution

I reject spring websocket support and support crossbar, which has an Android client

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>