Uses of Class
com.shapesecurity.salvation2.Values.Scheme
-
Packages that use Scheme Package Description com.shapesecurity.salvation2.Directives com.shapesecurity.salvation2.Values -
-
Uses of Scheme in com.shapesecurity.salvation2.Directives
Fields in com.shapesecurity.salvation2.Directives with type parameters of type Scheme Modifier and Type Field Description protected List<Scheme>HostSourceDirective. schemesMethods in com.shapesecurity.salvation2.Directives that return types with arguments of type Scheme Modifier and Type Method Description List<Scheme>HostSourceDirective. getSchemes()Methods in com.shapesecurity.salvation2.Directives with parameters of type Scheme Modifier and Type Method Description voidHostSourceDirective. addScheme(Scheme scheme, Directive.ManipulationErrorConsumer errors)booleanHostSourceDirective. removeScheme(Scheme scheme) -
Uses of Scheme in com.shapesecurity.salvation2.Values
Methods in com.shapesecurity.salvation2.Values that return types with arguments of type Scheme Modifier and Type Method Description static Optional<Scheme>Scheme. parseScheme(String value)
-