Module org.glassfish.grizzly
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
-
Field Summary
Fields inherited from class org.glassfish.grizzly.streams.BufferedInput
completionHandler, compositeBuffer, condition, future, isCompletionHandlerRegistered, lock, registrationStackTrace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidnotifyCompleted(CompletionHandler<Integer> completionHandler) protected voidnotifyFailure(CompletionHandler<Integer> completionHandler, Throwable failure) protected voidprotected voidMethods inherited from class org.glassfish.grizzly.streams.BufferedInput
append, close, getBuffer, isBuffered, notifyCondition, prepend, read, size, skip, takeBuffer
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
onOpenInputSource
- Specified by:
onOpenInputSourcein classBufferedInput- Throws:
IOException
-
onCloseInputSource
- Specified by:
onCloseInputSourcein classBufferedInput- Throws:
IOException
-
notifyCompleted
- Overrides:
notifyCompletedin classBufferedInput
-
notifyFailure
- Overrides:
notifyFailurein classBufferedInput
-