ice.util.net
Class HeaderMap.Header

java.lang.Object
  extended byice.util.net.HeaderMap.Header
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HeaderMap.Header
Enclosing class:
HeaderMap

public static class HeaderMap.Header
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HeaderMap.Header(String fieldName, String fieldValue)
          Constructs a new Header with the specified fieldName and fieldValue.
 
Method Summary
 boolean equals(Object object)
           
 String getFieldName()
          Returns the field name of this Header.
 String getFieldValue()
          Returns the field value of this Header.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeaderMap.Header

public HeaderMap.Header(String fieldName,
                        String fieldValue)

Constructs a new Header with the specified fieldName and fieldValue.

Parameters:
fieldName - the field name of the Header to be created.
fieldValue - the field value of the Header to be created.
Method Detail

equals

public boolean equals(Object object)

getFieldName

public String getFieldName()

Returns the field name of this Header.

Returns:
the field name of this Header.

getFieldValue

public String getFieldValue()

Returns the field value of this Header.

Returns:
the field value of this Header.

toString

public String toString()