Method |
Description |
available(
)
|
Returns the number of bytes that can be read without blocking from
the specified request object. |
Content(
)
|
Returns a hashtable object containing any form elements sent using
the post request method to the specified request object or returns
the value of the given form element identifier using the specified request
object. |
contentData(
)
|
Returns a byte array object containing information sent using the post
request method to the specified request object. |
cookieData(
)
|
Returns any cookies sent by the client to the specified request object. |
Cookies(
)
|
Returns a hashtable object containing any cookie objects sent by the
client to the specified request object or returns the cookie associated
with the given cookie identifier using the specified request object. |
decode( )
|
Returns the decoded form of the specified x-www-form-urlencoded
string. |
env( )
|
Returns the value associated with the specified environmental variable. |
Form( )
|
Returns a hashtable object containing any form elements sent to the
specified request object or returns the value of the given form element
identifier using the specified request object. |
formData( )
|
Returns any form elements sent by the client to the specified request
object. |
length( )
|
Returns the content length for the specified request object. |
method( )
|
Returns the form request method for the specified request object. |
path( )
|
Returns the base path of the specified request object. |
parseCookies( )
|
Returns a hashtable object containing any cookies extracted from the
given string using the specified request object. |
parseRequest( )
|
Returns a hashtable object containing any form elements extracted from
the given string using the specified request object. |
queryStringData( )
|
Returns any x-www-form-urlencoded encoded string containing
information sent using the get request method to the specified request
object. |
QueryString( )
|
Returns a hashtable object containing any elements sent using the get
request method to the specified request object or returns the value of
the given identifier using the specified request object. |
read( )
|
Return a string containing the bytes read from the specified file input
stream, piped input stream, string buffer input stream, input stream or
random access file object. |
Request(
)
|
Returns the current request object. |
ServerVariables( )
|
Returns the value associated with the specified environmental variable. |
skip( )
|
Skip over the number of specified bytes from the given request object. |