Uses of Class
javax.websocket.DefaultClientConfiguration

Packages that use DefaultClientConfiguration
javax.websocket   
 

Uses of DefaultClientConfiguration in javax.websocket
 

Methods in javax.websocket that return DefaultClientConfiguration
 DefaultClientConfiguration DefaultClientConfiguration.setDecoders(List<Decoder> decoders)
          Assign the list of decoders this client will use.
 DefaultClientConfiguration DefaultClientConfiguration.setEncoders(List<Encoder> encoders)
          Assign the list of encoders this client will use.
 DefaultClientConfiguration DefaultClientConfiguration.setExtensions(List<Extension> extensions)
          Assign the List of preferred extensions that this client would like to use.
 DefaultClientConfiguration DefaultClientConfiguration.setPreferredSubprotocols(List<String> preferredSubprotocols)
          Assign the List of preferred subprotocols that this client would like to use.
 




Copyright © 2012-2013 Oracle and/or its affiliates. All rights reserved.