Package | Description |
---|---|
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.pojo |
This package provides the necessary plumbing to convert an annotated POJO
into a WebSocket
Endpoint . |
Modifier and Type | Method and Description |
---|---|
protected MessageHandler.Whole<PongMessage> |
WsSession.getPongMessageHandler() |
Modifier and Type | Method and Description |
---|---|
<T> void |
WsSession.addMessageHandler(Class<T> clazz,
MessageHandler.Whole<T> handler) |
Modifier and Type | Class and Description |
---|---|
class |
PojoMessageHandlerWholeBase<T>
Common implementation code for the POJO whole message handlers.
|
class |
PojoMessageHandlerWholeBinary
ByteBuffer specific concrete implementation for handling whole messages.
|
class |
PojoMessageHandlerWholePong
PongMessage specific concrete implementation for handling whole messages.
|
class |
PojoMessageHandlerWholeText
Text specific concrete implementation for handling whole messages.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.