Uses of Interface
javax.net.websocket.extensions.Extension

Packages that use Extension
javax.net.websocket   
org.glassfish.tyrus.platform   
 

Uses of Extension in javax.net.websocket
 

Methods in javax.net.websocket that return types with arguments of type Extension
 List<Extension> DefaultClientConfiguration.getExtensions()
          Return the extensions, in order of preference, favorite first, that this client would like to use for its sessions.
 List<Extension> ClientConfiguration.getExtensions()
          Return the list of all the extensions that this client supports.
 List<Extension> Session.getNegotiatedExtensions()
          Return the list of extensions currently in use for this conversation.
 List<Extension> ServerConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
          Return the ordered list of extensions that this server will support given the requested extension list passed in.
 List<Extension> DefaultServerConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
          Provides a simple algorithm to return the list of extensions this server will use for the web socket session: the configuration returns a list containing all of the requested extensions passed to this method that it supports, using the order in the requested extensions.
 

Method parameters in javax.net.websocket with type arguments of type Extension
 List<Extension> ServerConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
          Return the ordered list of extensions that this server will support given the requested extension list passed in.
 List<Extension> DefaultServerConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
          Provides a simple algorithm to return the list of extensions this server will use for the web socket session: the configuration returns a list containing all of the requested extensions passed to this method that it supports, using the order in the requested extensions.
 DefaultServerConfiguration DefaultServerConfiguration.setExtensions(List<Extension> extensions)
          Sets all the extensions that this configuration will support.
 DefaultClientConfiguration DefaultClientConfiguration.setExtensions(List<Extension> preferredExtensions)
          Assign the List of preferred subprotocols that this client would like to use.
 

Uses of Extension in org.glassfish.tyrus.platform
 

Methods in org.glassfish.tyrus.platform that return types with arguments of type Extension
 List<Extension> SessionImpl.getNegotiatedExtensions()
           
 



Copyright © 2012. All Rights Reserved.