Uses of Annotation Interface
io.helidon.service.registry.Service.Singleton
Packages that use Service.Singleton
Package
Description
Helidon WebClient WebSocket Support.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer CORS Support.
Helidon WebServer HTTP specific APIs.
WebSocket server support.
WebSocket APIs.
-
Uses of Service.Singleton in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceDeprecated.Definition of the websocket client API. -
Uses of Service.Singleton in io.helidon.webserver
Classes in io.helidon.webserver with annotations of type Service.SingletonModifier and TypeClassDescriptionclassA JavaServiceLoaderprovider for adding declarative request scope to Helidon WebServer. -
Uses of Service.Singleton in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors with annotations of type Service.Singleton -
Uses of Service.Singleton in io.helidon.webserver.http
Classes in io.helidon.webserver.http with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceDeprecated.Definition of a server endpoint. -
Uses of Service.Singleton in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceDefinition of a server endpoint. -
Uses of Service.Singleton in io.helidon.websocket
Classes in io.helidon.websocket with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceA method invoked when the websocket connection is closed.static @interfaceA method invoked when the websocket communication encounters an error.static @interfaceA method invoked during HTTP to WebSocket upgrade.static @interfaceA message listener method.static @interfaceA method invoked when the websocket connection is established.