Enterprise Information Portal APIs

com.ibm.gcs.component.config
Class HttpSpecific.MsgHeader

java.lang.Object
  |
  +--com.ibm.gcs.component.config.HttpSpecific.MsgHeader
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HttpSpecific

public class HttpSpecific.MsgHeader
extends java.lang.Object
implements java.io.Serializable

This inner class represents a HTTP message header that is sent to the HTTP server.

See Also:
Serialized Form

Method Summary
 java.lang.String getFieldName()
          returns the HTTP message header field name
 java.lang.String getFieldValue()
          returns the HTTP message header field name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFieldName

public java.lang.String getFieldName()
returns the HTTP message header field name

getFieldValue

public java.lang.String getFieldValue()
returns the HTTP message header field name

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.