Skip to content

Instantly share code, notes, and snippets.

View leefaus's full-sized avatar
🚀
Building @ Atomic

Lee Faus leefaus

🚀
Building @ Atomic
  • Stealth
  • Hilton Head Island, SC
View GitHub Profile
@manzke
manzke / TailorWebSocketServlet.java
Created June 12, 2011 21:04
Jetty 7+8 Web Socket Example
package de.devsurf.html.tail;
import java.io.IOException;
import java.util.Date;
import java.util.Set;
import java.util.concurrent.CopyOnWriteArraySet;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;