modnlp.tec.server
public class Request extends java.util.Hashtable
TecServer
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ATTCHOPTSPECS |
static int |
ATTCHOSPTIONS |
static int |
CDESCRIPTION |
static int |
CONCORD |
static int |
EXTRACT |
static int |
FREQLIST |
static int |
FREQWORD |
static int |
HEADERBASEURL |
static int |
NOOFTOKENS |
static int |
NOTREQ |
java.lang.String |
reqString |
static int |
SQLMETAQ |
static int |
SQLQUERY |
Constructor and Description |
---|
Request(java.lang.String rq)
Parse client request and initialize a key-value table
to store it
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasSQLQuery() |
void |
testKeyVal()
Method for test purposes only.
|
int |
typeOfRequest()
Test the type of request against a predefined table
|
public static final int CONCORD
public static final int EXTRACT
public static final int SQLQUERY
public static final int SQLMETAQ
public static final int FREQLIST
public static final int HEADERBASEURL
public static final int ATTCHOPTSPECS
public static final int ATTCHOSPTIONS
public static final int CDESCRIPTION
public static final int FREQWORD
public static final int NOOFTOKENS
public static final int NOTREQ
public java.lang.String reqString