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