com.sun.grizzly.http.algorithms
Class StreamAlgorithmBase.DummyHandler
java.lang.Object
com.sun.grizzly.http.algorithms.StreamAlgorithmBase.DummyHandler
- All Implemented Interfaces:
- Interceptor
- Enclosing class:
- StreamAlgorithmBase
public static class StreamAlgorithmBase.DummyHandler
- extends Object
- implements Interceptor
Empty handler used when Grizzly is bundled outside of GlassFish.
- Author:
- Jeanfrancois Arcand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamAlgorithmBase.DummyHandler
public StreamAlgorithmBase.DummyHandler()
handle
public int handle(Object e,
int handlerCode)
throws IOException
- Description copied from interface:
Interceptor
- Handle and the associated handler code.
- Specified by:
handle
in interface Interceptor
- Returns:
-
- Throws:
IOException
attachChannel
public void attachChannel(SocketChannel sc)
- Description copied from interface:
Interceptor
- The SocketChannel associated with this handler.
- Specified by:
attachChannel
in interface Interceptor
Copyright © 2010 SUN Microsystems. All Rights Reserved.