Package org.glassfish.grizzly.samples.httpserver.nonblockinghandler
package org.glassfish.grizzly.samples.httpserver.nonblockinghandler
-
ClassesClassDescriptionThe 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
HttpHandlerto echoHTTPPOSTdata 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.