Skip navigation links
Netty/All-in-One 4.1.28.Final-redhat-00001

Package io.netty.example.http.websocketx.server

This package contains an example web socket web server.

See: Description

Package io.netty.example.http.websocketx.server Description

This package contains an example web socket web server.

The web server only handles text, ping and closing frames. For text frames, it echoes the received text in upper case.

Once started, you can test the web server against your browser by navigating to http://localhost:8080/

You can also test it with a web socket client. Send web socket traffic to ws://localhost:8080/websocket.

Skip navigation links
Netty/All-in-One 4.1.28.Final-redhat-00001

Copyright © 2008–2018 The Netty Project. All rights reserved.