protected class HttpConnectionPool.ClientConnectionHolder extends Object implements HttpConnectionPool.ConnectionHandle
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
clearFlags(int flags) |
void |
done(boolean close) |
org.wildfly.httpclient.common.PoolAuthenticationContext |
getAuthenticationContext() |
io.undertow.client.ClientConnection |
getConnection() |
URI |
getUri() |
protected boolean |
hasFlags(int flags) |
void |
sendRequest(io.undertow.client.ClientRequest request,
io.undertow.client.ClientCallback<io.undertow.client.ClientExchange> callback) |
protected void |
setFlags(int flags) |
protected boolean |
setFlagsIfCleared(int flags,
int clearedFlags) |
public io.undertow.client.ClientConnection getConnection()
getConnection in interface HttpConnectionPool.ConnectionHandlepublic void done(boolean close)
done in interface HttpConnectionPool.ConnectionHandlepublic URI getUri()
getUri in interface HttpConnectionPool.ConnectionHandlepublic org.wildfly.httpclient.common.PoolAuthenticationContext getAuthenticationContext()
getAuthenticationContext in interface HttpConnectionPool.ConnectionHandlepublic void sendRequest(io.undertow.client.ClientRequest request,
io.undertow.client.ClientCallback<io.undertow.client.ClientExchange> callback)
sendRequest in interface HttpConnectionPool.ConnectionHandleprotected final void setFlags(int flags)
protected final boolean setFlagsIfCleared(int flags,
int clearedFlags)
protected final boolean clearFlags(int flags)
protected final boolean hasFlags(int flags)
Copyright © 2022 JBoss by Red Hat. All rights reserved.