| Package | Description |
|---|---|
| javax.websocket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains
web socket configuration information specific only to client endpoints.
|
interface |
ServerEndpointConfiguration
The ServerEndpointConfiguration is a special kind of endpoint configuration object that contains
web socket configuration information specific only to server endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientConfiguration
The DefaultClientConfiguration is a concrete implementation of a client configuration.
|
class |
DefaultServerConfiguration
The DefaultServerConfiguration is a concrete class that embodies all the configuration
parameters for an endpoint that is to be published as a server endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EndpointConfiguration |
Endpoint.getEndpointConfiguration()
Developers must provide an EndpointConfiguration so that
the container it is deployed in can configure it.
|
Copyright © 2013. All Rights Reserved.