Package com.linecorp.armeria.common.websocket
@NonNullByDefault
package com.linecorp.armeria.common.websocket
Common classes for the WebSocket Protocol.
-
ClassDescriptionA close
WebSocketFrame
.AStreamMessage
that publishesWebSocketFrame
s.WebSocket Defined Status Codes.AWebSocketFrame
to send data to the peer.Represents theWebSocketFrame
types.WebSocketHandler<T extends RequestContext>Implement this interface to handle incomingWebSocketFrame
s from the peer and sendWebSocketFrame
s to the peer.AWebSocket
that you can writeWebSocketFrame
s to it.