Uses of Class
org.simpleframework.http.Scheme

Packages that use Scheme
org.simpleframework.http   
 

Uses of Scheme in org.simpleframework.http
 

Methods in org.simpleframework.http that return Scheme
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 © 2014. All Rights Reserved.