Uses of Interface
org.apache.wicket.protocol.ws.api.message.IWebSocketMessage

Packages that use IWebSocketMessage
org.apache.wicket.protocol.ws.api   
org.apache.wicket.protocol.ws.api.message   
 

Uses of IWebSocketMessage in org.apache.wicket.protocol.ws.api
 

Methods in org.apache.wicket.protocol.ws.api with parameters of type IWebSocketMessage
 void AbstractWebSocketProcessor.broadcastMessage(IWebSocketMessage message)
          Exports the Wicket thread locals and broadcasts the received message from the client to all interested components and behaviors in the page with id #pageId
 

Uses of IWebSocketMessage in org.apache.wicket.protocol.ws.api.message
 

Subinterfaces of IWebSocketMessage in org.apache.wicket.protocol.ws.api.message
 interface IWebSocketPushMessage
          A marker interface for all Web Socket push messages.
 

Classes in org.apache.wicket.protocol.ws.api.message that implement IWebSocketMessage
 class BinaryMessage
          A message with binary data
 class ClosedMessage
          A message sent when the web socket connection is closed.
 class ConnectedMessage
          A message when a client creates web socket connection.
 class TextMessage
          A message with text data
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.