Uses of Class
com.yahoo.jdisc.handler.ContentInputStream
-
Uses of ContentInputStream in com.yahoo.jdisc.handler
Modifier and TypeMethodDescriptionBufferedContentChannel.toStream()
Creates aContentInputStream
andconnects
to its internal ContentChannel.ReadableContentChannel.toStream()
Creates aContentInputStream
that wraps this ReadableContentChannel.Modifier and TypeMethodDescriptionprotected void
ThreadedRequestHandler.handleRequest
(Request request, ContentInputStream requestContent, ResponseHandler responseHandler) Implement this method if you want to access theRequest
's content using aContentInputStream
.