|
||||||||||
| 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. |
List<String> |
getPreferredSubprotocols()
The ordered list of sub protocols a client endpoint would like to use. |
| Methods inherited from interface javax.net.websocket.EndpointConfiguration |
|---|
getDecoders, getEncoders, getPath |
| Method Detail |
|---|
List<String> getPreferredSubprotocols()
List<String> getExtensions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||