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 |
---|---|
<T> void |
WsSession.addMessageHandler(Class<T> clazz,
MessageHandler.Partial<T> handler) |
Modifier and Type | Class and Description |
---|---|
class |
PojoMessageHandlerPartialBase<T>
Common implementation code for the POJO partial message handlers.
|
class |
PojoMessageHandlerPartialBinary
ByteBuffer specific concrete implementation for handling partial messages.
|
class |
PojoMessageHandlerPartialText
Text specific concrete implementation for handling partial messages.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.