| |
|
| java.lang.Object net.matuschek.http.ExtendedURL
ExtendedURL | public class ExtendedURL (Code) | | This class represents an URL that contains also
a argument (e.g. the values for HTTP POST) and a request type (GET/POST)
author: Daniel Matuschek version: $Id $ |
ExtendedURL | public ExtendedURL()(Code) | | Simple constructoir, does nothing special
|
getRequestMethod | public int getRequestMethod()(Code) | | |
setRequestMethod | public void setRequestMethod(int requestMethod)(Code) | | |
|
|
|