com.sun.grizzly.http
Interface ErrorHandler


public interface ErrorHandler

Error handler to be called on HTTP request processing.

Author:
Alexey Stashok

Method Summary
 void onParsingError(Response response)
          The method to be called on HTTP request parsing error.
 

Method Detail

onParsingError

void onParsingError(Response response)
The method to be called on HTTP request parsing error.

Parameters:
response - the error Response to be sent to the client.


Copyright © 2012 Oracle Corporation. All Rights Reserved.