Package | Description |
---|---|
javax.websocket |
This package contains all the WebSocket APIs common to both the client
and server side.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
RemoteEndpoint.Async
This representation of the peer of a web socket conversation has the ability
to send messages asynchronously.
|
static interface |
RemoteEndpoint.Basic
This representation of the peer of a web socket conversation has the ability
to send messages synchronously.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.