For example

String key = null;
for (int i=1; (key = uc.getHeaderFieldKey(i))!=null); i++) {
 System.out.println(key + ":" + uc.getHeaderField(key));
}

Previous | Next | Top | Cafe con Leche

Copyright 1999, 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified July 14, 2000