Package com.linecorp.armeria.server.websocket
@NonNullByDefault
package com.linecorp.armeria.server.websocket
Server-side classes for the WebSocket Protocol.
-
ClassDescriptionA
ProtocolViolationException
that is raised when failing to decode aWebSocketFrame
.AnHttpService
that supports The WebSocket Protocol.Builds aWebSocketService
.Implement this interface to handle incomingWebSocketFrame
s from the peer and sendWebSocketFrame
s to the peer.