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 List<Host>HostSourceDirective. hostsMethods in com.shapesecurity.salvation2.Directives that return types with arguments of type Host Modifier and Type Method Description List<Host>HostSourceDirective. getHosts()Methods in com.shapesecurity.salvation2.Directives with parameters of type Host Modifier and Type Method Description voidHostSourceDirective. addHost(Host host, Directive.ManipulationErrorConsumer errors)booleanHostSourceDirective. 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 HostHost. STARMethods in com.shapesecurity.salvation2.Values that return types with arguments of type Host Modifier and Type Method Description static Optional<Host>Host. parseHost(String value)
-