org.glassfish.grizzly.nio.transport
Class DefaultStreamReader.Input
java.lang.Object
org.glassfish.grizzly.streams.BufferedInput
org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
- All Implemented Interfaces:
- Input
- Enclosing class:
- DefaultStreamReader
public static final class DefaultStreamReader.Input
- extends BufferedInput
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultStreamReader.Input
public DefaultStreamReader.Input()
onOpenInputSource
protected void onOpenInputSource()
throws IOException
- Specified by:
onOpenInputSource in class BufferedInput
- Throws:
IOException
onCloseInputSource
protected void onCloseInputSource()
throws IOException
- Specified by:
onCloseInputSource in class BufferedInput
- Throws:
IOException
notifyCompleted
protected void notifyCompleted(CompletionHandler<Integer> completionHandler)
- Overrides:
notifyCompleted in class BufferedInput
notifyFailure
protected void notifyFailure(CompletionHandler<Integer> completionHandler,
Throwable failure)
- Overrides:
notifyFailure in class BufferedInput
Copyright © 2012 Oracle Corporation. All Rights Reserved.