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(Vector data)
This method must be implemented by all HTTP POST handling scripts |
handlePost
public void handlePost(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.10 API
o TINI Home Page
o 1-Wire API
Last update Fri Jun 21 07:07:33 CDT 2002