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