HStream provides a basic layer to send/receive messages to/from clients pivoting on a servlet (HStreamServer). It uses independent HTTP Connections for sending and receiving maintaining the HTTP Connections alive avoiding java.net.BindExceptions
Be the first to post a text review of hstream. Rate and review a project by clicking thumbs up or thumbs down in the right column.
HStream provides a basic layer to send/receive messages to/from clients pivoting on a servlet (HStreamServer). It uses independent HTTP Connections for sending and receiving maintaining the HTTP Connections alive avoiding java.net.BindExceptions. The target of the library is to provide a very basic functionality over which can be built more advanced layers. This is why it is quite simple, it does not offer you reception ack by the clients for example... The important issue is that connections between MessageInputStreams and MessageOutputStreams with the server remain open until they are explicitely closed allowing you to send/receive literally thousands of messages over the same conn...
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?