gnu.inet.smtp
Class Parameter
public final class Parameter
extends java.lang.Object
An ESMTP parameter.
- Chris Burdess
Parameter(String key, String value)- Creates a new parameter with the specified key and value.
|
Parameter
public Parameter(String key,
String value) Creates a new parameter with the specified key and value.
key - the keyvalue - the value
getKey
public String getKey()
Returns the key.
getValue
public String getValue()
Returns the value.
toString
public String toString()
String form.
© Copyright 2003 The Free Software Foundation,
all rights reserved