@Contract(threading=STATELESS) @Internal public final class ProtocolExec extends Object implements ExecChainHandler
Further responsibilities such as communication with the opposite endpoint is delegated to the next executor in the request execution chain.
| 构造器和说明 |
|---|
ProtocolExec(AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
SchemePortResolver schemePortResolver,
boolean authCachingDisabled) |
public ProtocolExec(AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, SchemePortResolver schemePortResolver, boolean authCachingDisabled)
public ClassicHttpResponse execute(ClassicHttpRequest userRequest, ExecChain.Scope scope, ExecChain chain) throws IOException, HttpException
ExecChainHandlerexecute 在接口中 ExecChainHandleruserRequest - the actual request.scope - the execution scope .chain - the next element in the request execution chain.IOExceptionHttpExceptionCopyright © 2023. All rights reserved.