FileDocCategorySizeDatePackage
Handler.javaAPI DocGlassfish v2 API3032Fri May 04 22:37:04 BST 2007com.sun.enterprise.web.connector.grizzly

Handler

public interface Handler
Simple interception hook used to trap events inside Grizzly core.
author
Jeanfrancois Arcand

Fields Summary
public static final int
CONTINUE
Continue the processing
public static final int
BREAK
Do not continue the processing.
public static final int
REQUEST_LINE_PARSED
The request line has been parsed
public static final int
RESPONSE_PROCEEDED
The response has been proceeded.
public static final int
REQUEST_BUFFERED
The request has been buffered.
Constructors Summary
Methods Summary
public voidattachChannel(java.nio.channels.SocketChannel socketChannel)
The SocketChannel associated with this handler.

public inthandle(E e, int handlerCode)
Handle and the associated handler code.