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 |
PojoEndpointClient
Wrapper class for instances of POJOs annotated with
ClientEndpoint so they appear as standard
Endpoint instances. |
class |
PojoEndpointServer
Wrapper class for instances of POJOs annotated with
ServerEndpoint so they appear as standard
Endpoint instances. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.