Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about java-websocket

Read more about java-websocket

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - java-websocket

Java Netty Websocket Client with multiframe support

I'm straggling with a netty Websocket client. The client successfully receives single frame payload. When the payload is too large for a single frame, the client receives only the first frame. Obvious...
test-img

Stanislav Melnikov

java

websocket

netty

java-websocket

Votes: 0

Answers: 1

Latest Answer

I found a mistake. The next frame object is an instance of a class ContinuationWebSocketFrame. Here is a working code snippet: WebSocketFrame frame = (WebSocketFrame) msg; if (frame instanceo...
test-img

Stanislav Melnikov

How to give certificate to Java Websocket?

Forgive me for the newb question, but I am confused and obviously not understanding the fundamentals or explanations of how to use a Websocket server hosted over HTTPS. Everything I find online leads ...
test-img

mcool

java

websocket

java-websocket

ws

Votes: 0

Answers: 1

Latest Answer

Keep it easy. Certs inside your application are complex - they are hard to manage and you will get problems to run your application in a modern cloud environment (start new environments, renew certs, ...
test-img

akop

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved