Uses of Interface
org.glassfish.grizzly.InputSource
-
Packages that use InputSource Package Description org.glassfish.grizzly.http.io -
-
Uses of InputSource in org.glassfish.grizzly.http.io
Subinterfaces of InputSource in org.glassfish.grizzly.http.io Modifier and Type Interface Description interfaceBinaryNIOInputSourceAdds the ability for binary basedInputSources to obtain the incomingBufferdirectly without having to use intermediate objects to copy the data to.Classes in org.glassfish.grizzly.http.io that implement InputSource Modifier and Type Class Description classNIOInputStreamStream implementation to read binary request content.classNIOReaderCharacter stream implementation used to read character-based request content.
-