Uses of Class
com.shapesecurity.salvation2.Values.Host
-
Packages that use Host Package Description com.shapesecurity.salvation2.Directives com.shapesecurity.salvation2.Values -
-
Uses of Host in com.shapesecurity.salvation2.Directives
Fields in com.shapesecurity.salvation2.Directives with type parameters of type Host Modifier and Type Field Description protected java.util.List<Host>
HostSourceDirective. hosts
Methods in com.shapesecurity.salvation2.Directives that return types with arguments of type Host Modifier and Type Method Description java.util.List<Host>
HostSourceDirective. getHosts()
Methods in com.shapesecurity.salvation2.Directives with parameters of type Host Modifier and Type Method Description private boolean
HostSourceDirective. _addHostSource(Host source, int index, Directive.DirectiveErrorConsumer errors)
void
HostSourceDirective. addHost(Host host, Directive.ManipulationErrorConsumer errors)
boolean
HostSourceDirective. removeHost(Host host)
-
Uses of Host in com.shapesecurity.salvation2.Values
Fields in com.shapesecurity.salvation2.Values declared as Host Modifier and Type Field Description static Host
Host. STAR
Methods in com.shapesecurity.salvation2.Values that return types with arguments of type Host Modifier and Type Method Description static java.util.Optional<Host>
Host. parseHost(java.lang.String value)
-