java-websocket Questions
1
Solved
I have implemented a WebSocket using the api provided with Java EE 7. Additionally I have implemented a client that requests my WebSocket without any problems. To be sure this remains working when ...
Robby asked 23/4, 2016 at 17:45
2
Solved
I seem to be running into an issue bumping up against the 8k size limit that embedded tomcat has for stomp websocket messages.
When sending a message from server to client I am getting the follow...
Lester asked 28/1, 2016 at 16:19
1
I need to access the HttpServletRequest properties to get the javax.servlet.request.X509Certificate which contains the X509Certificate array of certificates for TLS requests.
From a JAX-RS Contain...
Shumpert asked 23/3, 2016 at 17:2
1
Solved
I want to open a websocket port with a "webapp/socket.do" path. When I use SockJS and try to initiate the call by code
var socket = new SockJS('/webapp/socket.do');
stompClient = Stomp.over(sock...
Milldam asked 28/1, 2016 at 2:52
1
Solved
I was trying to use a class that implements a WebSocket client in Android. But I get the following error:
12-07 11:22:46.286 31579-31579/com.domain.wsocketchat W/System: ClassLoader referenced un...
Stylolite asked 7/12, 2015 at 10:47
1
Solved
How to close a websocket connection using Java WebSocket API? I have used Java websocket API for both server and client end points. The application is working fine. But I don't know how to close th...
Oolite asked 26/10, 2015 at 12:42
1
Solved
I have implemented Web Socket using Spring MVC and it is working fine for me i.e work from one browser to another browser which is open for those socket using this code.
@MessageMapping("/hello")
...
Ceramal asked 24/7, 2015 at 10:47
2
Solved
I am learning tyrus WebSocket implementation. But I don't understand why and when do we need more then one encoders or decoders in the websocket endpoints. For example:
@ServerEndpoint(value = "/...
Indite asked 14/7, 2015 at 12:36
1
So I have a Websocket Session that reads information from a server. However if I cut off the information that it's receiving completely, after about a minute or so it will stop receiving new inform...
Potage asked 29/6, 2015 at 17:26
2
Solved
This is more a design question. I have the following implementation
Multiple Client connections -----> Server ------> Corresponding DB conns
The client/server communication is done using web sock...
Kathiekathleen asked 8/7, 2015 at 13:49
1
Solved
I can't figure out from the WebSocketServer.java source which draft it uses.
The WebSocketClient.java can use RFC 6455, Hybi 17, Hybi 10, Hixie 76, and Hixie 75 yet defaults to RFC 6455.
What dra...
Gunrunning asked 10/1, 2014 at 2:46
© 2022 - 2024 — McMap. All rights reserved.