Uses of Class
org.simpleframework.http.Scheme
-
Packages that use Scheme Package Description org.simpleframework.http -
-
Uses of Scheme in org.simpleframework.http
Methods in org.simpleframework.http that return Scheme Modifier and Type Method Description static Scheme
Scheme. resolveScheme(java.lang.String token)
This is used to resolve the scheme given a token.static Scheme
Scheme. resolveScheme(java.net.URI target)
This is used to resolve the scheme given aURI
.static Scheme
Scheme. valueOf(java.lang.String name)
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.
-