Package io.gatling.http.client.impl
Class SslHandlers
java.lang.Object
io.gatling.http.client.impl.SslHandlers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.handler.ssl.SslHandler
newSslHandler
(io.netty.handler.ssl.SslContext sslContext, io.netty.buffer.ByteBufAllocator allocator, String peerHost, int peerPort, HttpClientConfig config)
-
Constructor Details
-
SslHandlers
public SslHandlers()
-
-
Method Details
-
newSslHandler
public static io.netty.handler.ssl.SslHandler newSslHandler(io.netty.handler.ssl.SslContext sslContext, io.netty.buffer.ByteBufAllocator allocator, String peerHost, int peerPort, HttpClientConfig config)
-