Class SerialisableHttpHeader

  • All Implemented Interfaces:
    java.io.Serializable, HttpHeader

    public class SerialisableHttpHeader
    extends java.lang.Object
    implements HttpHeader, java.io.Serializable
    Serializable HttpHeader.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SerialisableHttpHeader​(java.lang.String name, java.lang.String value)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Obtains the name of the HttpHeader.
      java.lang.String getValue()
      Obtains the value for the HttpHeader.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerialisableHttpHeader

        public SerialisableHttpHeader​(java.lang.String name,
                                      java.lang.String value)
        Instantiate.
        Parameters:
        name - Name.
        value - Value.