Interface SocketHandler

All Superinterfaces:
Handler

public interface SocketHandler extends Handler
Represents a contract for classes that handle WebSocket connections in a server application. WebSocket server handlers must implement this interface to define their behavior.
Since:
2.1.1-SNAPSHOT
See Also: