| Package | Description | 
|---|---|
| javax.websocket | This package contains all the WebSocket APIs common to both the client and server side. | 
| org.glassfish.tyrus.core | Core classes. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | RemoteEndpoint.AsyncThis representation of the peer of a web socket conversation has the ability to send messages asynchronously. | 
| static interface  | RemoteEndpoint.BasicThis representation of the peer of a web socket conversation has the ability to send messages synchronously. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TyrusRemoteEndpointWraps the  RemoteEndpointand represents the other side of the websocket connection. | 
Copyright © 2012–2019 Oracle Corporation. All rights reserved.