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.
PipeStateListener The listener interface for receiving JxtaBiDiPipe events.
SimpleSelectable This the interface that all selectable objects expose.
WatchedStream Deprecated. This class is no longer used by the JXTA core and should not have been part of the public JXTA API.
 

Class Summary
AbstractSimpleSelectable This a tool to implement selectable objects.
AdvertisementUtilities Deprecated. Will be deprecated soon.
AwtUtils  
ClassFactory<K,I> 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.
DocumentUtilities Deprecated. Will be removed soon.
IgnoreFlushFilterOutputStream A filter output stream which ignores flush requests.
JxtaBiDiPipe JxtaBiDiPipe is a pair of UnicastPipe channels that implements a bidirectional pipe.
JxtaServerPipe The server side of a JxtaBiDiPipe.
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  
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 Deprecated. This class is no longer used by the JXTA core and should not have been part of the public JXTA API.
WatchedOutputStream Deprecated. This class is no longer used by the JXTA core and should not have been part of the public JXTA API.
 

Package net.jxta.util Description

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


JXSE