Package com.inrupt.client
Class Headers.WacAllow
java.lang.Object
com.inrupt.client.Headers.WacAllow
- Enclosing class:
- Headers
a class for parsing WAC-allow headers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the Access Parameters associated with this HTTP WAC-Allow interaction.inthashCode()static Headers.WacAllowCreate a new WAC-Allow object with a collection of Access Parameters.static Headers.WacAllowParse header strings into a WacAllow object.
-
Method Details
-
of
Create a new WAC-Allow object with a collection of Access Parameters.- Parameters:
accessParams- the Access Parameters- Returns:
- the WAC-Allow object
-
getAccessParams
Get the Access Parameters associated with this HTTP WAC-Allow interaction.- Returns:
- the Access Parameters
-
equals
-
hashCode
public int hashCode() -
parse
Parse header strings into a WacAllow object.- Parameters:
headers- the header strings- Returns:
- WAC-Allow object containig Access Parameters from headers
-