Uses of Class
io.helidon.microprofile.tyrus.WebSocketApplication.Builder
-
Uses of WebSocketApplication.Builder in io.helidon.microprofile.tyrus
Modifier and TypeMethodDescriptionWebSocketApplication.Builder.annotatedEndpoint
(Class<?> annotatedEndpoint) Add single annotated endpoint.WebSocketApplication.Builder.applicationClass
(Class<? extends jakarta.websocket.server.ServerApplicationConfig> applicationClass) Add an application class in the builder.static WebSocketApplication.Builder
WebSocketApplication.builder()
A new fluent API builder to create a customizedWebSocketApplication
.WebSocketApplication.Builder.extension
(jakarta.websocket.Extension extension) Add single extension.WebSocketApplication.Builder.programmaticEndpoint
(Class<? extends jakarta.websocket.Endpoint> programmaticEndpoint) Add single programmatic endpoint.