Undertow WebSockets JSR356 implementations 2.2.40.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- 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 Summary
All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method |
Description |
org.xnio.ssl.XnioSsl |
getSsl(org.xnio.XnioWorker worker,
Class<?> annotatedEndpoint,
URI uri) |
|
org.xnio.ssl.XnioSsl |
getSsl(org.xnio.XnioWorker worker,
javax.websocket.Endpoint endpoint,
javax.websocket.ClientEndpointConfig cec,
URI uri) |
|
org.xnio.ssl.XnioSsl |
getSsl(org.xnio.XnioWorker worker,
Object annotatedEndpointInstance,
URI uri) |
|
-
-
Method Detail
-
getSsl
org.xnio.ssl.XnioSsl getSsl(org.xnio.XnioWorker worker,
javax.websocket.Endpoint endpoint,
javax.websocket.ClientEndpointConfig cec,
URI uri)
Undertow WebSockets JSR356 implementations 2.2.40.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2026 JBoss by Red Hat. All rights reserved.