Project JXTA

Package net.jxta.impl.pipe

A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP).

See:
          Description

Interface Summary
PipeRegistrar Interface for classes which manage pipe registrations.
PipeResolver.Listener Pipe Resolver Event Listener.
 

Class Summary
InputPipeImpl Implements the InputPipe interface by listening on the endpoint for messages to service "PipeService" and a param of the Pipe ID.
NonBlockingOutputPipe An implementation of Ouput Pipe which sends messages on the pipe asynchronously.
NonBlockingOutputPipe.workerState Tracks the state of our worker thread.
NonBlockingWireOutputPipe An implementation of Ouput Pipe which sends messages on the pipe asynchronously.
NonBlockingWireOutputPipe.workerState Tracks the state of our worker thread.
PipeResolver This class implements the Resolver interfaces for a PipeServiceImpl.
PipeResolver.Event A pipe resolver event.
PipeServiceImpl A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP).
PipeServiceInterface This class implements the NetPipe interface.
SecureInputPipeImpl Implements the InputPipe interface by listening on the endpoint for messages to service "PipeService" and a param of the Pipe ID.
SecureOutputPipe This class implements the Secure non blocking Output Pipe
UnicastInputPipeImpl Implements the InputPipe interface by listening on the endpoint for messages to service "PipeService" and a param of the Pipe ID.
WireHeader This class implements a JXTA-WIRE header.
WirePipe This class implements the JXTA-WIRE pipe.
WirePipeImpl This class implements the NetPipe interface.
 

Package net.jxta.impl.pipe Description

A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP).

See Also:
PipeService, InputPipe, OutputPipe, PipeAdvertisement, Message, JXTA Protocols Specification : Pipe Binding Protocol

JXTA J2SE