Skip to content

Instantly share code, notes, and snippets.

View AiRmode's full-sized avatar

Alexey Shevchuk AiRmode

  • Provectus/Selectica
  • Odessa, Ukraine
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;