public class ClassicTestClient extends Object
Constructor and Description |
---|
ClassicTestClient() |
ClassicTestClient(SocketConfig socketConfig) |
ClassicTestClient(SSLContext sslContext,
SocketConfig socketConfig) |
Modifier and Type | Method and Description |
---|---|
ClassicHttpResponse |
execute(HttpHost targetHost,
ClassicHttpRequest request,
HttpContext context) |
void |
shutdown(CloseMode closeMode) |
void |
start() |
void |
start(HttpProcessor httpProcessor) |
public ClassicTestClient(SSLContext sslContext, SocketConfig socketConfig)
public ClassicTestClient(SocketConfig socketConfig)
public ClassicTestClient()
public void start()
public void start(HttpProcessor httpProcessor)
public void shutdown(CloseMode closeMode)
public ClassicHttpResponse execute(HttpHost targetHost, ClassicHttpRequest request, HttpContext context) throws HttpException, IOException
HttpException
IOException
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.