Package | Description |
---|---|
javax.websocket |
Modifier and Type | Method and Description |
---|---|
void |
ClientContainer.connectToServer(Object endpoint,
URI path)
Connect the supplied annotated object to its server using the supplied handshake
parameters.
|
void |
ServerContainer.publishServer(Class<? extends Endpoint> endpointClazz)
Publish the given endpoint with the provided configuration
information.
|
Copyright © 2013. All Rights Reserved.