Uses of Interface
io.inverno.mod.http.server.ws.WebSocketFrame.Factory
Packages that use WebSocketFrame.Factory
-
Uses of WebSocketFrame.Factory in io.inverno.mod.http.server.ws
Method parameters in io.inverno.mod.http.server.ws with type arguments of type WebSocketFrame.FactoryModifier and TypeMethodDescriptionvoidWebSocketExchange.Outbound.frames(Function<WebSocketFrame.Factory, org.reactivestreams.Publisher<WebSocketFrame>> frames) Specifies the stream of frames sent to the client.