Uses of Enum Class
io.helidon.webserver.SocketConfiguration.RequestedUriDiscoveryType
-
Uses of SocketConfiguration.RequestedUriDiscoveryType in io.helidon.webserver
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SocketConfiguration.RequestedUriDiscoveryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSocketConfiguration.requestedUriDiscoveryTypes()
Discovery types to identify requested URI.Modifier and TypeMethodDescriptionServerConfiguration.Builder.addRequestedUriDiscoveryType
(SocketConfiguration.RequestedUriDiscoveryType type) Deprecated.SocketConfiguration.Builder.addRequestedUriDiscoveryType
(SocketConfiguration.RequestedUriDiscoveryType type) SocketConfiguration.SocketConfigurationBuilder.addRequestedUriDiscoveryType
(SocketConfiguration.RequestedUriDiscoveryType type) Adds a type of front-end URI discovery Helidon should use for this socket.WebServer.Builder.addRequestedUriDiscoveryType
(SocketConfiguration.RequestedUriDiscoveryType type) Modifier and TypeMethodDescriptionServerConfiguration.Builder.requestedUriDiscoveryTypes
(List<SocketConfiguration.RequestedUriDiscoveryType> types) Deprecated.SocketConfiguration.Builder.requestedUriDiscoveryTypes
(List<SocketConfiguration.RequestedUriDiscoveryType> types) SocketConfiguration.SocketConfigurationBuilder.requestedUriDiscoveryTypes
(List<SocketConfiguration.RequestedUriDiscoveryType> types) Assigns the front-end URI discovery type(s) this socket should use.WebServer.Builder.requestedUriDiscoveryTypes
(List<SocketConfiguration.RequestedUriDiscoveryType> types)