Interface WebSocket
- All Superinterfaces:
org.reactivestreams.Publisher<WebSocketFrame>
,StreamMessage<WebSocketFrame>
- All Known Subinterfaces:
WebSocketWriter
A
StreamMessage
that publishes WebSocketFrame
s.-
Method Summary
Modifier and TypeMethodDescriptionstatic WebSocketWriter
Returns a newWebSocketWriter
that you can writeWebSocketFrame
s to send to the peer.Methods inherited from interface com.linecorp.armeria.common.stream.StreamMessage
abort, abort, collect, collect, collect, decode, decode, defaultSubscriberExecutor, demand, filter, isComplete, isEmpty, isOpen, map, mapAsync, mapError, mapParallel, mapParallel, peek, peek, peekError, recoverAndResume, recoverAndResume, subscribe, subscribe, subscribe, subscribe, subscribe, toDuplicator, toDuplicator, toInputStream, toInputStream, whenComplete, writeTo
-
Method Details
-
streaming
Returns a newWebSocketWriter
that you can writeWebSocketFrame
s to send to the peer.
-