A B C E F G H I L O P R S U W 

A

AbstractSimpleServerExchangeHandler - Class in org.apache.hc.client5.testing.async
 
AbstractSimpleServerExchangeHandler() - Constructor for class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
 
AsyncEchoHandler - Class in org.apache.hc.client5.testing.async
A handler that echos the incoming request entity.
AsyncEchoHandler() - Constructor for class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
AsyncRandomHandler - Class in org.apache.hc.client5.testing.async
A handler that generates random data.
AsyncRandomHandler() - Constructor for class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
AsyncRandomHandler.RandomBinAsyncEntityProducer - Class in org.apache.hc.client5.testing.async
An entity that generates random data.
AsyncRandomHandler.RandomBinAsyncEntityProducer(long) - Constructor for class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
authenticate(URIAuthority, String, String) - Method in interface org.apache.hc.client5.testing.auth.Authenticator
 
AuthenticatingAsyncDecorator - Class in org.apache.hc.client5.testing.async
 
AuthenticatingAsyncDecorator(AsyncServerExchangeHandler, Authenticator) - Constructor for class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
AuthenticatingDecorator - Class in org.apache.hc.client5.testing.classic
 
AuthenticatingDecorator(HttpServerRequestHandler, Authenticator) - Constructor for class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
 
Authenticator - Interface in org.apache.hc.client5.testing.auth
 
available() - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
available() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
available() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
available() - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 

B

BasicAuthTokenExtractor - Class in org.apache.hc.client5.testing.auth
 
BasicAuthTokenExtractor() - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthTokenExtractor
 

C

close() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
 
consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
customizeUnauthorizedResponse(HttpResponse) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
customizeUnauthorizedResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
 

E

EchoHandler - Class in org.apache.hc.client5.testing.classic
A handler that echos the incoming request entity.
EchoHandler() - Constructor for class org.apache.hc.client5.testing.classic.EchoHandler
 
extract(String) - Method in class org.apache.hc.client5.testing.auth.BasicAuthTokenExtractor
 

F

failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 

G

getContent() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
Not supported.
getContentLength() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
getContentLength() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
Obtains the size of the random data.
getRealm(URIAuthority, String) - Method in interface org.apache.hc.client5.testing.auth.Authenticator
 

H

handle(SimpleHttpRequest, HttpCoreContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
 
handle(SimpleHttpRequest, AsyncServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
 
handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
 
handle(ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in class org.apache.hc.client5.testing.classic.EchoHandler
Handles a request by echoing the incoming request entity.
handle(ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in class org.apache.hc.client5.testing.classic.RandomHandler
Handles a request by generating random data.
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 

I

isRepeatable() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
isRepeatable() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
Tells that this entity is repeatable, in a way.
isStreaming() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
Tells that this entity is not streaming.

L

length - Variable in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
The length of the random data to generate.

O

org.apache.hc.client5.testing.async - package org.apache.hc.client5.testing.async
 
org.apache.hc.client5.testing.auth - package org.apache.hc.client5.testing.auth
 
org.apache.hc.client5.testing.classic - package org.apache.hc.client5.testing.classic
 

P

produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
produceData(StreamChannel<ByteBuffer>) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 

R

RandomHandler - Class in org.apache.hc.client5.testing.classic
A handler that generates random data.
RandomHandler() - Constructor for class org.apache.hc.client5.testing.classic.RandomHandler
 
RandomHandler.RandomEntity - Class in org.apache.hc.client5.testing.classic
An entity that generates random data.
RandomHandler.RandomEntity(long) - Constructor for class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
Creates a new entity generating the given amount of data.
releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
releaseResources() - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 

S

streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
supplyConsumer(HttpRequest, HttpContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
 

U

updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 

W

writeTo(OutputStream) - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
Generates the random content.
A B C E F G H I L O P R S U W 

Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.