com.dalsemi.tininet.http
Class PostElement

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

public class PostElement
extends java.lang.Object

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


Field Summary
 java.lang.String field
          The name of the Field from the POST Content
 java.lang.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 java.lang.String field
The name of the Field from the POST Content

value

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

PostElement

public PostElement()


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

o JDK 1.1

Last update Wed Jun 8 17:19:36 CDT 2005