- java.lang.Object
-
- org.apache.catalina.websocket.StreamInbound
-
- org.apache.catalina.websocket.MessageInbound
-
- org.atmosphere.container.TomcatWebSocketHandler
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
int |
getReadTimeout() |
protected void |
onBinaryMessage(java.nio.ByteBuffer message) |
protected void |
onClose(int closeCode) |
protected void |
onOpen(org.apache.catalina.websocket.WsOutbound outbound) |
protected void |
onTextMessage(java.nio.CharBuffer message) |
-
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, onPong, onUpgradeComplete, setOutboundByteBufferSize, setOutboundCharBufferSize, setUpgradeOutbound, setUpgradeProcessor
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2018. All Rights Reserved.