gnu.inet.smtp

Class ParameterList


public final class ParameterList
extends java.lang.Object

A list of ESMTP parameters.

Method Summary

void
add(Parameter parameter)
Adds a new parameter to the list.
Parameter
get(int index)
Returns the parameter at the specified index.
int
size()
Returns the number of parameters in the list.
String
toString()
String form.

Method Details

add

public void add(Parameter parameter)
Adds a new parameter to the list.

get

public Parameter get(int index)
Returns the parameter at the specified index.

size

public int size()
Returns the number of parameters in the list.

toString

public String toString()
String form.