|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints.
| Method Summary | |
|---|---|
List<String> |
getExtensions()
http://java.net/jira/browse/WEBSOCKET_SPEC-45 Return the list of all the extensions that this client supports, the empty list if there are none. |
List<String> |
getPreferredSubprotocols()
The ordered list of sub protocols a client endpoint would like to use, the empty list if there are none. |
| Methods inherited from interface javax.websocket.EndpointConfiguration |
|---|
getDecoders, getEncoders |
| Method Detail |
|---|
List<String> getPreferredSubprotocols()
List<String> getExtensions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||