Java org.apache.wicket.protocol.ws.api IWebSocketConnection fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.protocol.ws.api IWebSocketConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.protocol.ws.api IWebSocketConnection.

The text is from its open source code.

Method

booleanisOpen()
IWebSocketConnectionsendMessage(String message)
Sends a text message to the client.
voidsendMessage(IWebSocketPushMessage message)
Broadcasts a push message to the wicket page (and it's components) associated with this connection.