Package | Description |
---|---|
javax.websocket |
This package contains all the WebSocket APIs common to both the client
and server side.
|
Modifier and Type | Method | Description |
---|---|---|
RemoteEndpoint.Async |
Session.getAsyncRemote() |
Return a reference a RemoteEndpoint object representing the peer of this conversation
that is able to send messages asynchronously to the peer.
|
Copyright © 2019 Oracle. All rights reserved.