|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.opennap.net.NapigatorReader
public class NapigatorReader
Connects to the OpenNapigator index server and creates
OpenNapServer
objects.
Constructor Summary | |
---|---|
NapigatorReader(java.lang.String url)
|
Method Summary | |
---|---|
void |
close()
Invoked when the stream is closed. |
void |
open()
Invoked when the stream is opened. |
OpenNapServer |
read()
Called successively after open was invoked. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NapigatorReader(java.lang.String url)
Method Detail |
---|
public void close()
OpenNapServerReader
close
in interface OpenNapServerReader
public void open() throws java.io.IOException
OpenNapServerReader
open
in interface OpenNapServerReader
java.io.IOException
public OpenNapServer read() throws java.io.IOException
OpenNapServerReader
read
in interface OpenNapServerReader
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |