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, java.io.OutputStream out, HTTPWorker work)
          This method must be implemented by all HTTP POST handling scripts
 

Method Detail

handlePost

public void handlePost(java.util.Vector data,
                       java.io.OutputStream out,
                       HTTPWorker work)
                throws java.io.IOException
This method must be implemented by all HTTP POST handling scripts
Parameters:
data - the Feild and Value String pairs from the POST Content
out - the output stream associated with the client socket connection
work - the Thread that HTTPServer runs to handle HTTP Connections HTTPWorker contains utility functions necessary for URL encoding Post Response Pages.
Throws:
java.io.IOException - if an IO error occurs


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