| Package | Description |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientConfiguration
The DefaultClientConfiguration is a concrete implementation of a client configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClientEndpointConfiguration |
DefaultClientConfiguration.setDecoders(List<Decoder> decoders)
Assign the list of decoders this client will use.
|
ClientEndpointConfiguration |
DefaultClientConfiguration.setEncoders(List<Encoder> encoders)
Assign the list of encoders this client will use.
|
ClientEndpointConfiguration |
DefaultClientConfiguration.setExtensions(List<Extension> preferredExtensions)
Assign the List of preferred subprotocols that this client would like to
use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientContainer.connectToServer(Endpoint endpoint,
ClientEndpointConfiguration olc)
Connect the supplied endpoint to its server using the supplied handshake
parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientEndpointConfiguration |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerContainerImpl.connectToServer(Endpoint endpoint,
ClientEndpointConfiguration clientEndpointConfiguration) |
Copyright © 2012. All Rights Reserved.