Re: Reliability library documentation
Vanessa Williams <[email protected]>
| Newsgroups | gmane.comp.java.jxta.user |
|---|---|
| Message-ID | <[email protected]> |
I think what you want is the net.jxta.util.pipe.reliable.* package. You can see examples of its use in net.jxta.socket.JxtaSocket and net.jxta.util.JxtaBiDiPipe. I don't know of any documentation other than looking at the code and javadocs. hth, Vanessa On 8-Aug-05, at 5:20 PM, Scott Moynes wrote: > Hello, > > I have seen references in the programming guide to a reliability > library that provides a message based interface with delivery and > sequencing guarantees. Is there any documentation for the library > interface? Does it provide message chunking? > > For my project I'd like both chunking and sequencing without using a > stream interface. Is it possible? Anyone have any pointers? > > Cheers, > -- > Scott Moynes > "The purpose of computing is insight, not numbers." - Richard W. > Hamming > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >