Uses of Class
io.helidon.webserver.SocketConfiguration.RequestedUriDiscoveryType
-
-
Uses of SocketConfiguration.RequestedUriDiscoveryType in io.helidon.webserver
Methods in io.helidon.webserver that return SocketConfiguration.RequestedUriDiscoveryType Modifier and Type Method Description static SocketConfiguration.RequestedUriDiscoveryTypeSocketConfiguration.RequestedUriDiscoveryType. valueOf(String name)Returns the enum constant of this type with the specified name.static SocketConfiguration.RequestedUriDiscoveryType[]SocketConfiguration.RequestedUriDiscoveryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.webserver that return types with arguments of type SocketConfiguration.RequestedUriDiscoveryType Modifier and Type Method Description List<SocketConfiguration.RequestedUriDiscoveryType>SocketConfiguration. requestedUriDiscoveryTypes()Discovery types to identify requested URI.Methods in io.helidon.webserver with parameters of type SocketConfiguration.RequestedUriDiscoveryType Modifier and Type Method Description ServerConfiguration.BuilderServerConfiguration.Builder. addRequestedUriDiscoveryType(SocketConfiguration.RequestedUriDiscoveryType type)Deprecated.SocketConfiguration.BuilderSocketConfiguration.Builder. addRequestedUriDiscoveryType(SocketConfiguration.RequestedUriDiscoveryType type)BSocketConfiguration.SocketConfigurationBuilder. addRequestedUriDiscoveryType(SocketConfiguration.RequestedUriDiscoveryType type)Adds a type of front-end URI discovery Helidon should use for this socket.WebServer.BuilderWebServer.Builder. addRequestedUriDiscoveryType(SocketConfiguration.RequestedUriDiscoveryType type)Method parameters in io.helidon.webserver with type arguments of type SocketConfiguration.RequestedUriDiscoveryType Modifier and Type Method Description ServerConfiguration.BuilderServerConfiguration.Builder. requestedUriDiscoveryTypes(List<SocketConfiguration.RequestedUriDiscoveryType> types)Deprecated.SocketConfiguration.BuilderSocketConfiguration.Builder. requestedUriDiscoveryTypes(List<SocketConfiguration.RequestedUriDiscoveryType> types)BSocketConfiguration.SocketConfigurationBuilder. requestedUriDiscoveryTypes(List<SocketConfiguration.RequestedUriDiscoveryType> types)Assigns the front-end URI discovery type(s) this socket should use.WebServer.BuilderWebServer.Builder. requestedUriDiscoveryTypes(List<SocketConfiguration.RequestedUriDiscoveryType> types)
-