Uses of Interface
net.ogdf.bin.OgdfServer.Aborter

Packages that use OgdfServer.Aborter
net.ogdf.bin The API for communicating with the ogdf-server. 
 

Uses of OgdfServer.Aborter in net.ogdf.bin
 

Methods in net.ogdf.bin with parameters of type OgdfServer.Aborter
 boolean OgdfServer.waitForInput(InputStream inputStream, OgdfServer.Aborter aborter)
          Waits until there is some input from the given input stream, with a custom aborter.
 boolean OgdfServer.waitForInput(InputStream inputStream, OgdfServer.Aborter aborter, int timeout)
          Waits until there is some input from the given input stream, with a custom aborter and timeout.