Package org.glassfish.grizzly.samples.httpserver.nonblockinghandler


package org.glassfish.grizzly.samples.httpserver.nonblockinghandler
  • Classes
    Class
    Description
    The sample shows how the HttpHandler should be implemented in order to send large amount of data to a client in a non-blocking mode.
    This example demonstrates the use of a HttpHandler to echo HTTP POST data sent by the client, back to the client using non-blocking streams introduced in Grizzly 2.0.
    The sample shows how the HttpHandler should be implemented in order to store uploaded data into file in non-blocking way.