Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.websocket.ssl.InboundWebsocketSSLConfiguration
-
-
Uses of InboundWebsocketSSLConfiguration in org.wso2.carbon.inbound.endpoint.protocol.websocket
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket with parameters of type InboundWebsocketSSLConfiguration Modifier and Type Method Description void
InboundWebsocketChannelInitializer. setSslConfiguration(InboundWebsocketSSLConfiguration sslConfiguration)
-
Uses of InboundWebsocketSSLConfiguration in org.wso2.carbon.inbound.endpoint.protocol.websocket.management
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket.management that return InboundWebsocketSSLConfiguration Modifier and Type Method Description InboundWebsocketSSLConfiguration
WebsocketEndpointManager. buildSSLConfiguration(org.apache.synapse.inbound.InboundProcessorParams params)
-
Uses of InboundWebsocketSSLConfiguration in org.wso2.carbon.inbound.endpoint.protocol.websocket.ssl
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket.ssl that return InboundWebsocketSSLConfiguration Modifier and Type Method Description InboundWebsocketSSLConfiguration
InboundWebsocketSSLConfiguration.SSLConfigurationBuilder. build()
InboundWebsocketSSLConfiguration
InboundWebsocketSSLConfiguration. setCertPass(String certPass)
InboundWebsocketSSLConfiguration
InboundWebsocketSSLConfiguration. setTrustStore(File trustStore)
InboundWebsocketSSLConfiguration
InboundWebsocketSSLConfiguration. setTrustStorePass(String trustStorePass)
Constructors in org.wso2.carbon.inbound.endpoint.protocol.websocket.ssl with parameters of type InboundWebsocketSSLConfiguration Constructor Description SSLHandlerFactory(InboundWebsocketSSLConfiguration sslConfiguration)
-