com.dalsemi.tininet.http
Class PostElement

java.lang.Object
  |
  +--com.dalsemi.tininet.http.PostElement

public class PostElement
extends Object

This is a utility class for handling the Field and Value pairs from the POST Content


Field Summary
 String field
          The name of the Field from the POST Content
 String value
          The Data of the Field from the POST Content
 
Constructor Summary
PostElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

public String field
The name of the Field from the POST Content

value

public String value
The Data of the Field from the POST Content
Constructor Detail

PostElement

public PostElement()


Also see:
o TINI 1.10 API
o TINI Home Page
o 1-Wire API

Last update Fri Jun 21 07:07:33 CDT 2002