Package io.gatling.http.client
Interface HttpClient
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DefaultHttpClient
-
Method Summary
Modifier and TypeMethodDescriptionvoid
flushClientIdChannels
(long clientId, io.netty.channel.EventLoop eventLoop) boolean
isClosed()
void
sendHttp2Requests
(Pair<Request, HttpListener>[] requestsAndListeners, long clientId, io.netty.channel.EventLoop eventLoop, SslContextsHolder sslContextsHolder) void
sendRequest
(Request request, long clientId, io.netty.channel.EventLoop eventLoop, HttpListener listener, SslContextsHolder sslContextsHolder) Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
sendRequest
void sendRequest(Request request, long clientId, io.netty.channel.EventLoop eventLoop, HttpListener listener, SslContextsHolder sslContextsHolder) -
sendHttp2Requests
void sendHttp2Requests(Pair<Request, HttpListener>[] requestsAndListeners, long clientId, io.netty.channel.EventLoop eventLoop, SslContextsHolder sslContextsHolder) -
isClosed
boolean isClosed() -
flushClientIdChannels
void flushClientIdChannels(long clientId, io.netty.channel.EventLoop eventLoop)
-