org.mobicents.xcap.client.header
Interface Header

All Known Implementing Classes:
HeaderImpl

public interface Header

A HTTP header.

Author:
martins

Method Summary
 java.lang.String getName()
          Retrieves the header name.
 java.lang.String getValue()
          Retrieves the header value.
 

Method Detail

getName

java.lang.String getName()
Retrieves the header name.

Returns:

getValue

java.lang.String getValue()
Retrieves the header value.

Returns:


Copyright © 2011. All Rights Reserved.