|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.request.RequestHeader
public class RequestHeader
Request header which can be added to Selenium requests
| Constructor Summary | |
|---|---|
RequestHeader(String name,
String value)
Creates a header with a given name and value |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the header |
String |
getValue()
Returns the value of the header |
void |
setName(String name)
Sets the name of the header |
void |
setValue(String value)
Sets the value of the header |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestHeader(String name,
String value)
name - Name of the headervalue - Value of the header| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to set
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||