You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can be useful to pass in SSLParameters to the SSLEngine (e.g. for SNI support). This is specific to NIO, as SSLParameters can be passed in to the SSLSocket with the SocketConfigurator in blocking IO mode.
The hook should go in NioParams.
The text was updated successfully, but these errors were encountered:
Can be useful to pass in
SSLParameters
to theSSLEngine
(e.g. for SNI support). This is specific to NIO, asSSLParameters
can be passed in to theSSLSocket
with theSocketConfigurator
in blocking IO mode.The hook should go in
NioParams
.The text was updated successfully, but these errors were encountered: