Uses of Class
javax.net.websocket.DefaultServerConfiguration

Packages that use DefaultServerConfiguration
javax.net.websocket   
 

Uses of DefaultServerConfiguration in javax.net.websocket
 

Methods in javax.net.websocket that return DefaultServerConfiguration
 DefaultServerConfiguration DefaultServerConfiguration.setDecoders(List<Decoder> decoders)
          Sets all the decoders that this configuration will support.
 DefaultServerConfiguration DefaultServerConfiguration.setEncoders(List<Encoder> encoders)
           
 DefaultServerConfiguration DefaultServerConfiguration.setExtensions(List<String> extensions)
          Sets all the extensions that this configuration will support.
 DefaultServerConfiguration DefaultServerConfiguration.setSubprotocols(List<String> subprotocols)
          Sets all the subprotocols that this configuration will support.
 



Copyright © 2012. All Rights Reserved.