Sun Adapter for HTTP API

com.stc.connector.appconn.http
Interface HTTPHeader


public interface HTTPHeader

This interface represents an HTTP header.

Version:
$Version$

Method Summary
 java.lang.String getName()
          Gets the name of the HTTP header.
 java.lang.String getValue()
          Gets the value of the HTTP header.
 

Method Detail

getName

java.lang.String getName()
Gets the name of the HTTP header.

Returns:
The name of the HTTP header.

getValue

java.lang.String getValue()
Gets the value of the HTTP header.

Returns:
The value of the HTTP header.

Sun Adapter for HTTP API

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.