Uses of Interface
org.gridlab.gat.io.Pipe

Packages that use Pipe
org.gridlab.gat.io This package contains classes and interfaces which are used to provide input and output. 
 

Uses of Pipe in org.gridlab.gat.io
 

Methods in org.gridlab.gat.io that return Pipe
 Pipe Endpoint.connect()
          Connect to the Endpoint.
 Pipe Endpoint.listen()
          Listen for a new connection to the Endpoint.
 Pipe Endpoint.listen(int timeout)
          Listen for a new connection to the Endpoint.
 

Methods in org.gridlab.gat.io with parameters of type Pipe
 void PipeListener.processPipe(Pipe pipe)
          An instance of a class implementing this interface receives GATPipes produced by listening on Endpoints through calls to this callback method.