Package org.apache.wicket.protocol.ws.api.message

Interface Summary
IWebSocketMessage A marker interface for all message types
IWebSocketPushMessage A marker interface for all Web Socket push messages.
 

Class Summary
BinaryMessage A message with binary data
ClosedMessage A message sent when the web socket connection is closed.
ConnectedMessage A message when a client creates web socket connection.
TextMessage A message with text data
 



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