public interface WebsocketClientSslProvider
Modifier and Type | Method and 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) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.