Jersey client API for reading chunked input
Jersey client API for reading chunked input
To read the chunked input on the client, Jersey offers the org.glassfish.jersey.client.ChunkedInput<T>class. Here is a client example that reads the employee list in chunks, as returned by the server:
Having discussed chunked output and input, we now will move on to another exciting feature offered by the Jersey framework, which allows the RESTful web APIs to push notifications to clients.
Comments
Post a Comment