Project JXTA

Package net.jxta.util

A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API.

See:
          Description

Interface Summary
PipeEventListener The listener interface for receiving JxtaBiDiPipe events.
SimpleSelectable This the interface that all selectable objects expose.
TimeStampedData Deprecated. Will be deprecated soon and moved to impl utils.
WatchedStream  
 

Class Summary
AbstractSimpleSelectable This a tool to implement selectable objects.
AbstractTimeStampedData Deprecated. Will be deprecated soon and moved to impl utils.
AdvertisementUtilities Deprecated. Will be deprecated soon.
AwtUtils  
ClassFactory This util class provides methods needed by class construction factories.
CountingInputStream A filter input stream which counts the bytes read from the stream.
CountingOutputStream A filter output stream which counts the bytes sent to the stream.
CountingWriter A filter writer which counts the characters sent to the writer.
DevNullOutputStream An OutputStream which simply discards all data written to it.
DevNullWriter An Writer which simply discards all data written to it.
DiscoveryUtilities  
DocumentUtilities Deprecated. Will be removed soon.
GenericTimeStampedData Deprecated. Will be deprecated soon and moved to impl utils.
IgnoreFlushFilterOutputStream A filter output stream which ignores flush requests.
JxtaBiDiPipe JxtaBiDiPipe is a bi-directional Pipe, it creates an InputPipe for incoming Messages, and EndpointMessenger for outgoing messages JxtaBiDiPipe defines its own protocol for negotiating connections.
JxtaServerPipe JxtaServerPipe is a bi-directional Pipe, that behaves very much like ServerSocket, it creates a inputpipe and listens for pipe connection requests.
LimitInputStream Implements a bounds on the number of bytes which may be read from an InputStream.
MarkProhibitedFilterStream Implements a filter which disables the mark() feature of an input stream.
MessageUtilities Deprecated. These utilities are unsupported and known to have problems.
PipeUtilities  
ServiceUtilities Deprecated. This class will be removed soon.
SimpleSelectable.IdentityReference A simple reference object that can be put in a map instead of the one it refers to.
SimpleSelector A very primitive version of NIO's select mechanism.
WatchedInputStream  
WatchedOutputStream  
 

Package net.jxta.util Description

A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API.


JXTA J2SE