| Package | Description |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform |
| 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 |
ClientEndpointConfiguration
The ClientEndpointConfiguration 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.
|
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 | Class and Description |
|---|---|
class |
DefaultClientEndpointConfiguration |
class |
DefaultEndpointConfiguration
Default configuration implementation.
|
class |
DefaultServerEndpointConfiguration
Provides the default
ServerConfiguration used by the BeanServer. |
| Constructor and Description |
|---|
EndpointWrapper(String path,
Model model,
EndpointConfiguration configuration)
Creates new endpoint wrapper.
|
Copyright © 2012. All Rights Reserved.