Skip to content

Latest commit

 

History

History

ee10-websocket-jetty-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Embedded Jetty Examples: Jetty API WebSocket Servers and Clients

Included in this project is a collection of various different ways to create a websocket server and client in Embedded Jetty.

See src/main/java for the code examples.

Jetty WebSocket Native API Examples

  • examples.annotated - create a WebSocket using @WebSocket annotation
  • examples.time - a WebSocket server periodically posting messages to connected clients