Class MultipartReadHandler

java.lang.Object
org.glassfish.grizzly.http.multipart.MultipartReadHandler
All Implemented Interfaces:
ReadHandler

public class MultipartReadHandler extends Object implements ReadHandler
ReadHandler, which implements the miltipart message parsing logic and delegates control to a MultipartEntryHandler, when MultipartEntry data becomes available.
Since:
2.0.1
Author:
Alexey Stashok