Package | Description |
---|---|
org.simpleframework.http |
Modifier and Type | Method and Description |
---|---|
static 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 a
URI . |
static Scheme |
Scheme.valueOf(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.
|
Copyright © 2021. All rights reserved.