com.atlassian.jira.util.http.response
Class CapturingResponseWrapper.HttpHeader

java.lang.Object
  extended by com.atlassian.jira.util.http.response.CapturingResponseWrapper.HttpHeader
Enclosing class:
CapturingResponseWrapper

public static class CapturingResponseWrapper.HttpHeader
extends Object

This class represent the HTTP headers that have been output to this ResponseWrapper


Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getValue

public String getValue()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.