Skip to content

Instantly share code, notes, and snippets.

View CN-Maxye's full-sized avatar

叶卓致 CN-Maxye

  • King
  • China-GuangDong-ZhuHai
View GitHub Profile
//This sample is how to use websocket of Tomcat.
package wsapp;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.util.ArrayList;
import org.apache.catalina.websocket.MessageInbound;
import org.apache.catalina.websocket.StreamInbound;
import org.apache.catalina.websocket.WebSocketServlet;