org.apache.wicket.protocol.ws.tomcat7
Class TomcatWebSocketProcessor.TomcatWebSocket
java.lang.Object
org.apache.catalina.websocket.StreamInbound
org.apache.catalina.websocket.MessageInbound
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
| 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 |
TomcatWebSocketProcessor.TomcatWebSocket
public TomcatWebSocketProcessor.TomcatWebSocket()
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.