Package io.undertow.websockets
Interface WebsocketClientSslProvider
- All Known Implementing Classes:
DefaultWebSocketClientSslProvider
public interface WebsocketClientSslProvider
Interface that is loaded from a service loader, that allows
you to configure SSL for web socket client connections.
- Author:
- Stuart Douglas
-
Method Details
-
getSsl
-
getSsl
SSLContext getSsl(io.netty.channel.EventLoopGroup worker, Object annotatedEndpointInstance, URI uri) -
getSsl
SSLContext getSsl(io.netty.channel.EventLoopGroup worker, jakarta.websocket.Endpoint endpoint, jakarta.websocket.ClientEndpointConfig cec, URI uri)
-