Class Headers
- java.lang.Object
-
- org.keycloak.client.admin.cli.util.Headers
-
-
Constructor Summary
Constructors Constructor Description Headers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String header, String value)booleanaddIfMissing(String header, String value)booleancontains(String header)Headerget(String header)Iterator<Header>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
contains
public boolean contains(String header)
-
-