public interface IHttpHeader
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
This method is used to retrieve the name of the header.
|
java.lang.String |
getValue()
This method is used to retrieve the value of the header.
|