|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jasp.buildin.Request
The Request object retrieves the values that the client browser
passed to the server during an HTTP request.
| Constructor Summary | |
Request()
|
|
| Method Summary | |
static byte[] |
BinaryRead(int len)
Gets data sent to the server from the client as part of a POST request. |
static IStringDictionary |
ClientCertificate()
Gets the ClientCertificate Collection |
static IStringList |
ClientCertificate(java.lang.String key)
Gets the certificate of the Certificate Collection. |
static ICookiesDictionary |
Cookies()
Gets the Cookies Collection |
static IReadCookie |
Cookies(java.lang.String key)
Gets the cookie from the Cookies Collection. |
static IStringDictionary |
Form()
Gets the Form Collection |
static IStringList |
Form(int index)
Gets the value of the item of the Form Collection. |
static IStringList |
Form(java.lang.String key)
Gets the value of the item of the Form Collection. |
static variant |
getItem(java.lang.String key)
Gets an item from the Collection. |
static int |
getTotalBytes()
Gets the total number of bytes the client is sending in the body of the request. |
static IStringDictionary |
QueryString()
Gets the QueryString Collection |
static IStringList |
QueryString(int index)
Gets the value of the item of the QueryString Collection. |
static IStringList |
QueryString(java.lang.String key)
Gets the value of the item of the Form Collection. |
static jasp.buildin.ASPRequest |
request()
Returns a Request instance. |
static IStringDictionary |
ServerVariables()
Gets the ServerVariables Collection |
static IStringList |
ServerVariables(int index)
Gets the value of the item of the ServerVariables Collection. |
static IStringList |
ServerVariables(java.lang.String key)
Gets the value of the item of the ServerVariables Collection. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Request()
| Method Detail |
public static jasp.buildin.ASPRequest request()
public static int getTotalBytes()
public static byte[] BinaryRead(int len)
throws java.lang.Exception
public static variant getItem(java.lang.String key)
key - the name of the item.public static IReadCookie Cookies(java.lang.String key)
key - the name of the cookie.
public static IStringList ClientCertificate(java.lang.String key)
throws java.lang.Exception
key - the name of the certificate.
public static IStringList Form(java.lang.String key)
throws java.lang.Exception
key - the name of the item.
public static IStringList Form(int index)
throws java.lang.Exception
index - the index of item.
public static IStringList QueryString(int index)
throws java.lang.Exception
index - the index of item.
public static IStringList QueryString(java.lang.String key)
throws java.lang.Exception
index - the name of the item.
public static IStringList ServerVariables(java.lang.String key)
throws java.lang.Exception
index - the name of the server variable.
public static IStringList ServerVariables(int index)
throws java.lang.Exception
index - the index of the server variable in ServerVariables Collectionpublic static IStringDictionary Form()
public static IStringDictionary QueryString()
public static ICookiesDictionary Cookies()
public static IStringDictionary ServerVariables()
public static IStringDictionary ClientCertificate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||