Uses of Interface
io.inverno.mod.http.base.ws.WebSocketFrame.Factory
Packages that use WebSocketFrame.Factory
Package
Description
Inverno HTTP WebSocket base API implementation classes.
Inverno HTTP WebSocket base API.
-
Uses of WebSocketFrame.Factory in io.inverno.mod.http.base.internal.ws
Classes in io.inverno.mod.http.base.internal.ws that implement WebSocketFrame.Factory -
Uses of WebSocketFrame.Factory in io.inverno.mod.http.base.ws
Method parameters in io.inverno.mod.http.base.ws with type arguments of type WebSocketFrame.FactoryModifier and TypeMethodDescriptionvoidBaseWebSocketExchange.Outbound.frames(Function<WebSocketFrame.Factory, org.reactivestreams.Publisher<WebSocketFrame>> frames) Sets the stream of frames to send.