public interface ClientEndpointConfiguration extends EndpointConfiguration
Modifier and Type | Method and Description |
---|---|
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.
|
getDecoders, getEncoders
List<String> getPreferredSubprotocols()
List<String> getExtensions()
Copyright © 2013. All Rights Reserved.