| Package | Description |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform | |
| org.glassfish.tyrus.spi |
| 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
|
void |
ServerContainer.publishServer(Endpoint endpoint,
ServerEndpointConfiguration ilc)
Publish the given endpoint with the provided configuration
information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointAdapter
Adapter to make the implementation easy for developers.
|
class |
EndpointWrapper
Wrapps the registered application class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerContainerImpl.connectToServer(Endpoint endpoint,
ClientEndpointConfiguration clientEndpointConfiguration) |
void |
ServerContainerImpl.publishServer(Endpoint endpoint,
ServerEndpointConfiguration serverEndpointConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
SPIEndpoint |
Copyright © 2012. All Rights Reserved.