|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.client.Z39response
Z39response takes a unknown Z39.50 response, identifies it and calls the appropriate routine to examine the response.
Field Summary | |
Z39init |
init
InitResponse. |
static int |
not_BER
Value for type meaning this response was not in BER format. |
Z39present |
present
PresentResponse. |
Z39scan |
scan
ScanResponse. |
Z39search |
search
SearchResponse. |
Z39sort |
sort
SortResponse. |
int |
type
Type of the last response examined. |
static int |
zClient_init
Value for type meaning this response was an Init. |
static int |
zClient_present
Value for type meaning this response was a Present. |
static int |
zClient_scan
Value for type meaning this response was a Scan. |
static int |
zClient_search
Value for type meaning this response was a Search. |
static int |
zClient_unknown
Value for type meaning this response was of an unknown type. |
Z39session |
zsession
Z39session |
Constructor Summary | |
Z39response()
|
|
Z39response(Z39session z)
|
Method Summary | |
void |
Response(BerString response)
Determines the type and processes a Z39.50 Response. |
void |
Response(DataDir response)
Determines the type and processes a Z39.50 Response. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int not_BER
public static final int zClient_unknown
public static final int zClient_init
public static final int zClient_search
public static final int zClient_present
public static final int zClient_scan
public int type
public Z39init init
public Z39scan scan
public Z39search search
public Z39present present
public Z39sort sort
public Z39session zsession
Constructor Detail |
public Z39response()
public Z39response(Z39session z)
Method Detail |
public void Response(BerString response) throws AccessControl
response
- - BerString containing Response.public void Response(DataDir response) throws AccessControl
response
- - DataDir containing Response.public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |