net.jxta.impl.pipe
Class UnicastInputPipeImpl
java.lang.Object
net.jxta.impl.pipe.InputPipeImpl
net.jxta.impl.pipe.UnicastInputPipeImpl
- All Implemented Interfaces:
- EndpointListener, InputPipe
- Direct Known Subclasses:
- SecureInputPipeImpl
class UnicastInputPipeImpl
- extends InputPipeImpl
Implements the InputPipe
interface by listening on the
endpoint for messages to service "PipeService" and a param of the Pipe ID.
Method Summary |
void |
close()
|
UnicastInputPipeImpl
UnicastInputPipeImpl(PipeResolver r,
PipeAdvertisement adv,
PipeMsgListener listener)
throws IOException
- Constructor for the InputPipeImpl object
- Parameters:
r
- pipe resolveradv
- pipe advertisementlistener
- listener to receive messages
- Throws:
IOException
close
public void close()
-
- Specified by:
close
in interface InputPipe
- Overrides:
close
in class InputPipeImpl