net.officefloor.plugin.socket.server.http
Interface HttpHeader

All Known Implementing Classes:
HttpHeaderImpl

public interface HttpHeader

HTTP header.

Author:
Daniel Sagenschneider

Method Summary
 String getName()
          Obtains the name of the HttpHeader.
 String getValue()
          Obtains the value for the HttpHeader.
 

Method Detail

getName

String getName()
Obtains the name of the HttpHeader.

Returns:
Name of the HttpHeader.

getValue

String getValue()
Obtains the value for the HttpHeader.

Returns:
Value for the HttpHeader.


Copyright © 2005-2011. All Rights Reserved.