Package io.undertow.websockets.jsr
Interface WebsocketClientSslProvider
-
- All Known Implementing Classes:
DefaultWebSocketClientSslProvider
public interface WebsocketClientSslProviderInterface that is loaded from a service loader, that allows you to configure SSL for web socket client connections.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.xnio.ssl.XnioSslgetSsl(org.xnio.XnioWorker worker, jakarta.websocket.Endpoint endpoint, jakarta.websocket.ClientEndpointConfig cec, URI uri)org.xnio.ssl.XnioSslgetSsl(org.xnio.XnioWorker worker, Class<?> annotatedEndpoint, URI uri)org.xnio.ssl.XnioSslgetSsl(org.xnio.XnioWorker worker, Object annotatedEndpointInstance, URI uri)
-
-
-
Method Detail
-
getSsl
org.xnio.ssl.XnioSsl getSsl(org.xnio.XnioWorker worker, Class<?> annotatedEndpoint, URI uri)
-
getSsl
org.xnio.ssl.XnioSsl getSsl(org.xnio.XnioWorker worker, Object annotatedEndpointInstance, URI uri)
-
getSsl
org.xnio.ssl.XnioSsl getSsl(org.xnio.XnioWorker worker, jakarta.websocket.Endpoint endpoint, jakarta.websocket.ClientEndpointConfig cec, URI uri)
-
-