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 SchemeScheme.resolveScheme(String token) This is used to resolve the scheme given a token.static SchemeScheme.resolveScheme(URI target) This is used to resolve the scheme given aURI.static SchemeReturns 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.