Uses of Enum Class
com.soklet.ServerType
Packages that use ServerType
-
Uses of ServerType in com.soklet
Subclasses with type arguments of type ServerType in com.sokletModifier and TypeClassDescriptionenumTypes of servers supported by Soklet - currentlyServerType.STANDARD_HTTPandServerType.SERVER_SENT_EVENT.Methods in com.soklet that return ServerTypeModifier and TypeMethodDescriptionstatic ServerTypeReturns the enum constant of this class with the specified name.static ServerType[]ServerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet with parameters of type ServerTypeModifier and TypeMethodDescriptionResourceMethodResolver.resourceMethodForRequest(Request request, ServerType serverType) Given an HTTP request, provide a matching Resource Method to invoke.