Package | Description |
---|---|
org.apache.tomcat.websocket.pojo |
This package provides the necessary plumbing to convert an annotated POJO
into a WebSocket
Endpoint . |
Class and Description |
---|
PojoEndpointBase
Base implementation (client and server have different concrete
implementations) of the wrapper that converts a POJO instance into a
WebSocket endpoint instance.
|
PojoMessageHandlerBase
Common implementation code for the POJO message handlers.
|
PojoMessageHandlerPartialBase
Common implementation code for the POJO partial message handlers.
|
PojoMessageHandlerWholeBase
Common implementation code for the POJO whole message handlers.
|
PojoMethodMapping
For a POJO class annotated with
ServerEndpoint , an instance of this class
creates and caches the method handler, method information and parameter
information for the onXXX calls. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.