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 java.util.List<Scheme>
HostSourceDirective. schemes
Methods in com.shapesecurity.salvation2.Directives that return types with arguments of type Scheme Modifier and Type Method Description java.util.List<Scheme>
HostSourceDirective. getSchemes()
Methods in com.shapesecurity.salvation2.Directives with parameters of type Scheme Modifier and Type Method Description private boolean
HostSourceDirective. _addScheme(Scheme scheme, int index, Directive.DirectiveErrorConsumer errors)
void
HostSourceDirective. addScheme(Scheme scheme, Directive.ManipulationErrorConsumer errors)
boolean
HostSourceDirective. 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 java.util.Optional<Scheme>
Scheme. parseScheme(java.lang.String value)
-