public class NCISearchProcessor extends HTTPRequest<String,String>
Modifier and Type | Class and Description |
---|---|
static class |
NCISearchProcessor.METHODS |
Modifier and Type | Field and Description |
---|---|
protected String |
host |
protected String |
nci_url |
protected NCISearchProcessor.METHODS |
option |
protected long |
wait_ms |
cancelled, httpMethod, maxretry, timeout, url
Constructor and Description |
---|
NCISearchProcessor() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
NCISearchProcessor.METHODS |
getOption() |
long |
getWait_ms() |
protected String |
parseInput(String target,
InputStream in) |
protected void |
prepareOutput(String target,
OutputStream out) |
String |
process(String target) |
void |
setHost(String host) |
void |
setOption(NCISearchProcessor.METHODS option) |
void |
setWait_ms(long wait_ms) |
getHttpMethod, getTimeout, getUrl, isCancelled, setCancelled, setHttpMethod, setTimeout, setUrl
protected long wait_ms
protected String nci_url
protected String host
protected NCISearchProcessor.METHODS option
public long getWait_ms()
public void setWait_ms(long wait_ms)
public String getHost()
public void setHost(String host)
public NCISearchProcessor.METHODS getOption()
public void setOption(NCISearchProcessor.METHODS option)
protected String parseInput(String target, InputStream in) throws ProcessorException
parseInput
in class HTTPRequest<String,String>
ProcessorException
protected void prepareOutput(String target, OutputStream out) throws ProcessorException
prepareOutput
in class HTTPRequest<String,String>
ProcessorException
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.