Uses of Class
org.hcjf.io.net.http.pipeline.HttpPipelineResponse.StreamingPackage
-
Packages that use HttpPipelineResponse.StreamingPackage Package Description org.hcjf.io.net.http.pipeline -
-
Uses of HttpPipelineResponse.StreamingPackage in org.hcjf.io.net.http.pipeline
Methods in org.hcjf.io.net.http.pipeline with parameters of type HttpPipelineResponse.StreamingPackage Modifier and Type Method Description protected abstract intHttpPipelineResponse. readPipeline(HttpPipelineResponse.StreamingPackage streamingPackage)This method must implements the way to read the information from the application source.protected intChunkedHttpPipelineResponse. wrap(java.nio.ByteBuffer result, HttpPipelineResponse.StreamingPackage streamingPackage, int size)Wrap the buffer with the chunked encoding separators.protected intHttpPipelineResponse. wrap(java.nio.ByteBuffer result, HttpPipelineResponse.StreamingPackage streamingPackage, int size)This method wrap the byte with the encoding protocol.protected intMultipartHttpPipelineResponse. wrap(java.nio.ByteBuffer result, HttpPipelineResponse.StreamingPackage streamingPackage, int size)
-