com.aspose.network
Class MimeHeader

java.lang.Object
  extended by com.aspose.network.MimeHeader

public class MimeHeader
extends Object

Represents the mime header defined in RFC 2822.


Constructor Summary
MimeHeader(String name, String value)
           Initializes a new instance of the MimeHeader class.
 
Method Summary
 MimeHeader deepClone()
           Clones this instance.
 String getName()
           Gets the name.
 String getRawContent()
           Gets the content of the raw.
 String toString()
           Returns a T:System.String that represents the current T:System.Object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MimeHeader

public MimeHeader(String name,
                  String value)

Initializes a new instance of the MimeHeader class.

Parameters:
name - The name.
value - The value.
Method Detail

deepClone

public MimeHeader deepClone()

Clones this instance.


toString

public String toString()

Returns a T:System.String that represents the current T:System.Object.

Overrides:
toString in class Object
Returns:
A T:System.String that represents the current T:System.Object.

getName

public String getName()

Gets the name.

Value: The name.


getRawContent

public String getRawContent()

Gets the content of the raw.

Value: The content of the raw.



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.