public interface HttpConnectionPool
| Modifier and Type | Method and Description |
|---|---|
HttpClientPool |
clientPool() |
Collection<? extends HttpConnection> |
connections() |
io.netty.channel.EventLoop |
executor() |
void |
pulse() |
void |
registerWaitingSession(Session session) |
void |
release(HttpConnection connection) |
boolean |
request(HttpRequest request,
BiConsumer<Session,HttpRequestWriter>[] headerAppenders,
BiFunction<Session,Connection,io.netty.buffer.ByteBuf> bodyGenerator) |
int |
waitingSessions() |
HttpClientPool clientPool()
boolean request(HttpRequest request, BiConsumer<Session,HttpRequestWriter>[] headerAppenders, BiFunction<Session,Connection,io.netty.buffer.ByteBuf> bodyGenerator)
void registerWaitingSession(Session session)
int waitingSessions()
io.netty.channel.EventLoop executor()
void pulse()
Collection<? extends HttpConnection> connections()
void release(HttpConnection connection)
Copyright © 2019 JBoss by Red Hat. All rights reserved.