|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.io.axReader
com.etasoft.trans.io.axHttpReader
HTTP reader.
Constructor Summary | |
axHttpReader(java.lang.String httpPath,
axInputParameters inputParams)
Connect to HTTP server and open input stream. |
Method Summary | |
void |
close()
Used in axReaderIterator. |
static java.util.ArrayList |
getList(java.lang.String dataPath)
Get list of files matching wildcard criterion in dataPath. |
void |
open(java.lang.String httpPath,
axInputParameters inputParams)
Open HTTP connection. |
int |
read(char[] cbuf)
Used in axReaderIterator. |
Methods inherited from class com.etasoft.trans.io.axReader |
read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axHttpReader(java.lang.String httpPath, axInputParameters inputParams) throws axException
Method Detail |
public void open(java.lang.String httpPath, axInputParameters inputParams) throws axException
open
in class axReader
axException
public static java.util.ArrayList getList(java.lang.String dataPath)
public void close() throws axException
close
in class axReader
axException
public int read(char[] cbuf) throws axException
read
in class axReader
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |