Example usage for org.springframework.web.socket.handler BinaryWebSocketHandler subclass-usage

List of usage examples for org.springframework.web.socket.handler BinaryWebSocketHandler subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.socket.handler BinaryWebSocketHandler subclass-usage.

Usage

From source file com.github.mrstampy.gameboot.otp.websocket.OtpEncryptedWebSocketHandler.java

/**
 * The Class OtpEncryptedWebSocketHandler is the {@link WebSocketHandler}
 * intended to process {@link OtpMessage}s. The connection must be encrypted
 * sending byte arrays as messages. Should these conditions fail the connection
 * will be terminated.<br>
 * <br>