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 Summary

    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, Object annotatedEndpointInstance, URI uri)
     
    org.xnio.ssl.XnioSsl
    getSsl(org.xnio.XnioWorker worker, javax.websocket.Endpoint endpoint, javax.websocket.ClientEndpointConfig cec, URI uri)
     
  • Method Details

    • 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, javax.websocket.Endpoint endpoint, javax.websocket.ClientEndpointConfig cec, URI uri)