Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocket documentation in Jetty 10 #5229

Closed
lachlan-roberts opened this issue Sep 2, 2020 · 2 comments · Fixed by #6623
Closed

WebSocket documentation in Jetty 10 #5229

lachlan-roberts opened this issue Sep 2, 2020 · 2 comments · Fixed by #6623
Assignees

Comments

@lachlan-roberts
Copy link
Contributor

Jetty version
10.0.x

Description
Write the documentation for websocket in jetty-10.

This should be split into different sections for each API.

  • Client

    • Jetty
    • Javax
    • Core
  • Server

    • Jetty
    • Javax
    • Core
@jflebeau
Copy link

Any eta?

@lachlan-roberts
Copy link
Contributor Author

@jflebeau in the 10.0.x branch we now have:

  • Operations Guide documentation for websocket
  • Programming Guide for the websocket client.
  • Migration guide for websocket for Jetty 9.4 -> 10

The websocket server section of the programming guide is still a work in progress. However you can find out what you need to know by looking at the 9.4 documentation and then the migration guide.

You wont be able to see the documentation at https://www.eclipse.org/jetty/documentation until the 10.0.3 release is out, this should be released in the next few days.

If you want to see the documentation now you can build the project with

mvn clean install -DskipTests

and you will find the documentation at documentation/jetty-documentation/target/html/index.html.

@sbordet sbordet assigned sbordet and unassigned lachlan-roberts Aug 16, 2021
sbordet added a commit that referenced this issue Aug 16, 2021
WebSocket server documentation.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet linked a pull request Aug 16, 2021 that will close this issue
sbordet added a commit that referenced this issue Aug 17, 2021
Updates after review.

Signed-off-by: Simone Bordet <[email protected]>
sbordet added a commit that referenced this issue Sep 6, 2021
Updates after review.

Signed-off-by: Simone Bordet <[email protected]>
sbordet added a commit that referenced this issue Sep 7, 2021
Updates after review.

Signed-off-by: Simone Bordet <[email protected]>
sbordet added a commit that referenced this issue Sep 15, 2021
Added WebSocket server-side documentation.

Signed-off-by: Simone Bordet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants