<!-- ========= START OF TOP NAVBAR ======= -->
<!-- -->
<!-- -->
Overview | Package | Class | Tree | Deprecated | Index | Help |
| JavaTM 2 Platform Ent. Ed. v1.4 |
PREV CLASS NEXT CLASS | FRAMES NO FRAMES <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes <noscript></noscript> |
SUMMARY:NESTED|FIELD|CONSTR|METHOD | DETAIL:FIELD|CONSTR|METHOD |
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
javax.mail
Class Header
public class Header
extends
Object
The Header class stores a name/value pair to represent headers. 该Header类存储表示header的名值对。
Author:
-
John Mani
<!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- -->
Constructor Summary |
Header(Stringname, Stringvalue) Construct a Header object. 构建一个Header对象。 |
<!-- ========== METHOD SUMMARY =========== -->
<!-- -->
Method Summary |
String | getName() Returns the name of this header. 返回header的名称。 |
String | getValue() Returns the value of this header. 返回header的值。 |
<!-- -->
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
<!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- -->
<!-- -->
Header
-
Construct a Header object.
Parameters:
-
name
- name of the header header的名称
-
value
- value of the header header的值
<!-- ============ METHOD DETAIL ========== -->
<!-- -->
<!-- -->
getName
-
Returns the name of this header. 返回header的名称。
-
Returns:
-
name of the header header的名称
<!-- -->
getValue
-
Returns the value of this header. 返回header的值。
-
Returns:
-
value of the header header的值
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<!-- -->
<!-- -->
Overview | Package | Class | Tree | Deprecated | Index | Help |
| JavaTM 2 Platform Ent. Ed. v1.4 |
PREV CLASS NEXT CLASS | FRAMES NO FRAMES <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes <noscript></noscript> |
SUMMARY:NESTED|FIELD|CONSTR|METHOD | DETAIL:FIELD|CONSTR|METHOD |
<!-- ======== END OF BOTTOM NAVBAR ======= -->
Submit a bug or feature
Copyright 2003 Sun Microsystems, Inc. All rights reserved.