org.apache.wicket.protocol.ws.tomcat7
Class TomcatWebSocketProcessor.TomcatWebSocket

java.lang.Object
  extended by org.apache.catalina.websocket.StreamInbound
      extended by org.apache.catalina.websocket.MessageInbound
          extended by org.apache.wicket.protocol.ws.tomcat7.TomcatWebSocketProcessor.TomcatWebSocket
All Implemented Interfaces:
org.apache.coyote.http11.upgrade.UpgradeInbound
Enclosing class:
TomcatWebSocketProcessor

public class TomcatWebSocketProcessor.TomcatWebSocket
extends org.apache.catalina.websocket.MessageInbound


Constructor Summary
TomcatWebSocketProcessor.TomcatWebSocket()
           
 
Method Summary
protected  void onBinaryMessage(ByteBuffer byteBuffer)
           
protected  void onClose(int status)
           
protected  void onOpen(org.apache.catalina.websocket.WsOutbound outbound)
           
protected  void onTextMessage(CharBuffer charBuffer)
           
 
Methods inherited from class org.apache.catalina.websocket.MessageInbound
getByteBufferMaxSize, getCharBufferMaxSize, onBinaryData, onTextData, setByteBufferMaxSize, setCharBufferMaxSize
 
Methods inherited from class org.apache.catalina.websocket.StreamInbound
getOutboundByteBufferSize, getOutboundCharBufferSize, getWsOutbound, onData, onUpgradeComplete, setOutboundByteBufferSize, setOutboundCharBufferSize, setUpgradeOutbound, setUpgradeProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatWebSocketProcessor.TomcatWebSocket

public TomcatWebSocketProcessor.TomcatWebSocket()
Method Detail

onBinaryMessage

protected void onBinaryMessage(ByteBuffer byteBuffer)
                        throws IOException
Specified by:
onBinaryMessage in class org.apache.catalina.websocket.MessageInbound
Throws:
IOException

onTextMessage

protected void onTextMessage(CharBuffer charBuffer)
                      throws IOException
Specified by:
onTextMessage in class org.apache.catalina.websocket.MessageInbound
Throws:
IOException

onOpen

protected void onOpen(org.apache.catalina.websocket.WsOutbound outbound)
Overrides:
onOpen in class org.apache.catalina.websocket.StreamInbound

onClose

protected void onClose(int status)
Overrides:
onClose in class org.apache.catalina.websocket.StreamInbound


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