| Package | Description |
|---|---|
| javax.net.websocket |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientConfiguration
The ClientConfiguration is a special kind of endpoint configuration object that contains
web socket configuration information specific only to client endpoints.
|
interface |
ServerConfiguration
The ServerConfiguration 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.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.