com.dalsemi.tininet.http
Interface PostScript


public interface PostScript

This interface defines the required public methods for a HTTP POST handling script


Method Summary
 void handlePost(java.util.Vector data)
          This method must be implemented by all HTTP POST handling scripts
 

Method Detail

handlePost

public void handlePost(java.util.Vector data)
This method must be implemented by all HTTP POST handling scripts
Parameters:
Vector - - data the Feild and Value String pairs from the POST Content


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

Last update Fri Jan 24 12:06:43 CST 2003