|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.restfb.batch.BatchHeader
public class BatchHeader
Represents an HTTP header name/value pair used by BatchRequest and
BatchResponse.
| Constructor Summary | |
|---|---|
BatchHeader(String name,
String value)
Creates a BatchHeader with the given name/value pair. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object that)
|
String |
getName()
The name of the HTTP header. |
String |
getValue()
The value of the HTTP header. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BatchHeader(String name,
String value)
BatchHeader with the given name/value pair.
name - The name of the header.value - The value of the header.| Method Detail |
|---|
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object that)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()public String getName()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||