Uses of Enum
org.simpleframework.http.Scheme
Packages that use Scheme
-
Uses of Scheme in org.simpleframework.http
Methods in org.simpleframework.http that return SchemeModifier and TypeMethodDescriptionstatic Scheme
Scheme.resolveScheme
(String token) This is used to resolve the scheme given a token.static Scheme
Scheme.resolveScheme
(URI target) This is used to resolve the scheme given aURI
.static Scheme
Returns the enum constant of this type with the specified name.static Scheme[]
Scheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.