org.glassfish.grizzly
Interface PostProcessor


public interface PostProcessor

The post processor will be called, once Processor has been completed so it would be possible to prepare the Connection for next IOEvent processing.

Author:
Alexey Stashok

Method Summary
 void process(Context context, ProcessorResult.Status status)
          Post process the IOEvent processing.
 

Method Detail

process

void process(Context context,
             ProcessorResult.Status status)
             throws IOException
Post process the IOEvent processing.

Parameters:
context -
status -
Throws:
IOException


Copyright © 2011 Oracle Corpration. All Rights Reserved.