Uses of Interface
jakarta.websocket.Extension
-
-
Uses of Extension in jakarta.websocket
Methods in jakarta.websocket that return types with arguments of type Extension Modifier and Type Method Description List<Extension>ClientEndpointConfig. getExtensions()Return the extensions, in order of preference, favorite first, that this client would like to use for its sessions.Set<Extension>WebSocketContainer. getInstalledExtensions()Return the set of Extensions installed in the container.List<Extension>Session. getNegotiatedExtensions()Return the list of extensions currently in use for this conversation.Method parameters in jakarta.websocket with type arguments of type Extension Modifier and Type Method Description ClientEndpointConfig.BuilderClientEndpointConfig.Builder. extensions(List<Extension> extensions)Set the extensions for the configuration this builder will build.
-