Uses of Class
org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
-
Packages that use HttpAsyncService.PipelineEntry Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of HttpAsyncService.PipelineEntry in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol with type parameters of type HttpAsyncService.PipelineEntry Modifier and Type Field Description private java.util.Queue<HttpAsyncService.PipelineEntry>
HttpAsyncService.State. pipeline
Methods in org.apache.http.nio.protocol that return types with arguments of type HttpAsyncService.PipelineEntry Modifier and Type Method Description java.util.Queue<HttpAsyncService.PipelineEntry>
HttpAsyncService.State. getPipeline()
-