net.jxta.impl.pipe
Class SecureInputPipeImpl
java.lang.Object
net.jxta.impl.pipe.InputPipeImpl
net.jxta.impl.pipe.UnicastInputPipeImpl
net.jxta.impl.pipe.SecureInputPipeImpl
- All Implemented Interfaces:
- EndpointListener, InputPipe
public class SecureInputPipeImpl
- extends UnicastInputPipeImpl
Implements the InputPipe
interface by listening on the
endpoint for messages to service "PipeService" and a param of the Pipe ID.
SecureInputPipeImpl
SecureInputPipeImpl(PipeResolver r,
PipeAdvertisement adv)
throws IOException
- Constructor for the SecureInputPipeImpl object
- Parameters:
r
- pipe resolveradv
- pipe advertisement
- Throws:
IOException
SecureInputPipeImpl
SecureInputPipeImpl(PipeResolver r,
PipeAdvertisement adv,
PipeMsgListener listener)
throws IOException
- Constructor for the SecureInputPipeImpl object
- Parameters:
r
- pipe resolveradv
- pipe advertisement
- Throws:
IOException
processIncomingMessage
public void processIncomingMessage(Message msg,
EndpointAddress srcAddr,
EndpointAddress dstAddr)
-
- Specified by:
processIncomingMessage
in interface EndpointListener
- Overrides:
processIncomingMessage
in class InputPipeImpl