Package org.n52.shetland.ogc.ows
Class OwsHttp
- java.lang.Object
-
- org.n52.shetland.ogc.ows.OwsHttp
-
- All Implemented Interfaces:
Comparable<OwsDCP>,OwsDCP
public class OwsHttp extends Object implements OwsDCP
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description OwsHttp(Collection<OwsRequestMethod> requestMethods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsHttpasHTTP()intcompareTo(OwsDCP o)booleanequals(Object obj)SortedSet<OwsRequestMethod>getRequestMethods()inthashCode()booleanisHTTP()voidremoveRequestMethodIf(Predicate<? super OwsRequestMethod> condition)StringtoString()
-
-
-
Constructor Detail
-
OwsHttp
public OwsHttp(Collection<OwsRequestMethod> requestMethods)
-
-
Method Detail
-
getRequestMethods
public SortedSet<OwsRequestMethod> getRequestMethods()
-
removeRequestMethodIf
public void removeRequestMethodIf(Predicate<? super OwsRequestMethod> condition)
-
compareTo
public int compareTo(OwsDCP o)
- Specified by:
compareToin interfaceComparable<OwsDCP>
-
-