com.omnipilot.lassopro
Class RequestParams

java.lang.Object
  extended bycom.omnipilot.lassopro.RequestParams

public class RequestParams
extends java.lang.Object

These constants signify the different parameters which can be retrieved from the LassoCall.getRequestParam method.

See Also:
LassoCall.getRequestParam(int, com.omnipilot.lassopro.LassoValue)

Field Summary
static int ActionKeyword
          Type of HTTP request (GET, POST, etc.)
static int AddressKeyword
          IP address of client browser
static int ClientIPAddress
          IP address of client browser
static int ContentLength
          The length in bytes of the POST data sent from <form POST>
static int ContentType
          MIME header sent from client browser
static int CookiesKeyword
          Client cookie data
static int FullRequestKeyword
          All MIME headers, uninterpreted
static int GetUseLocalFiles
           
static int IndexFile
           
static int MethodKeyword
          GET or POST, depending on <form method>
static int PasswordKeyword
          Password sent from browser
static int PostKeyword
          HTTP object body (form data, etc.)
static int ReferrerKeyword
          URL of referring page
static int ScriptName
          Relative path from server root to this Lasso format file
static int SearchArgKeyword
          All text in URL after the question mark
static int ServerName
          IP address of server on which the Web server is running
static int ServerPort
          IP port this hit came to (80 is common, 443 for SSL)
static int SessionErrorFile
           
static int SessionLogFile
           
static int SessionNoAccessFile
           
static int SessionRootPath
           
static int SessionSiteName
           
static int UserAgentKeyword
          Browser name and type
static int UserKeyword
          Username sent from browser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SearchArgKeyword

public static final int SearchArgKeyword
All text in URL after the question mark

See Also:
Constant Field Values

UserKeyword

public static final int UserKeyword
Username sent from browser

See Also:
Constant Field Values

PasswordKeyword

public static final int PasswordKeyword
Password sent from browser

See Also:
Constant Field Values

AddressKeyword

public static final int AddressKeyword
IP address of client browser

See Also:
Constant Field Values

PostKeyword

public static final int PostKeyword
HTTP object body (form data, etc.)

See Also:
Constant Field Values

MethodKeyword

public static final int MethodKeyword
GET or POST, depending on <form method>

See Also:
Constant Field Values

ServerName

public static final int ServerName
IP address of server on which the Web server is running

See Also:
Constant Field Values

ServerPort

public static final int ServerPort
IP port this hit came to (80 is common, 443 for SSL)

See Also:
Constant Field Values

ScriptName

public static final int ScriptName
Relative path from server root to this Lasso format file

See Also:
Constant Field Values

ContentType

public static final int ContentType
MIME header sent from client browser

See Also:
Constant Field Values

ContentLength

public static final int ContentLength
The length in bytes of the POST data sent from <form POST>

See Also:
Constant Field Values

ReferrerKeyword

public static final int ReferrerKeyword
URL of referring page

See Also:
Constant Field Values

UserAgentKeyword

public static final int UserAgentKeyword
Browser name and type

See Also:
Constant Field Values

ActionKeyword

public static final int ActionKeyword
Type of HTTP request (GET, POST, etc.)

See Also:
Constant Field Values

ClientIPAddress

public static final int ClientIPAddress
IP address of client browser

See Also:
Constant Field Values

FullRequestKeyword

public static final int FullRequestKeyword
All MIME headers, uninterpreted

See Also:
Constant Field Values

CookiesKeyword

public static final int CookiesKeyword
Client cookie data

See Also:
Constant Field Values

IndexFile

public static final int IndexFile
See Also:
Constant Field Values

SessionRootPath

public static final int SessionRootPath
See Also:
Constant Field Values

SessionErrorFile

public static final int SessionErrorFile
See Also:
Constant Field Values

SessionNoAccessFile

public static final int SessionNoAccessFile
See Also:
Constant Field Values

SessionLogFile

public static final int SessionLogFile
See Also:
Constant Field Values

SessionSiteName

public static final int SessionSiteName
See Also:
Constant Field Values

GetUseLocalFiles

public static final int GetUseLocalFiles
See Also:
Constant Field Values