Package | Description |
---|---|
org.apache.tomcat.websocket.pojo |
This package provides the necessary plumbing to convert an annotated POJO
into a WebSocket
Endpoint . |
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.
|
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 © 2014 JBoss by Red Hat. All Rights Reserved.