Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.websocket.ssl.InboundWebsocketSSLConfiguration
Packages that use InboundWebsocketSSLConfiguration
Package
Description
-
Uses of InboundWebsocketSSLConfiguration in org.wso2.carbon.inbound.endpoint.protocol.websocket
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket with parameters of type InboundWebsocketSSLConfigurationModifier and TypeMethodDescriptionvoidInboundWebsocketChannelInitializer.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 InboundWebsocketSSLConfigurationModifier and TypeMethodDescriptionWebsocketEndpointManager.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 InboundWebsocketSSLConfigurationModifier and TypeMethodDescriptionInboundWebsocketSSLConfiguration.SSLConfigurationBuilder.build()InboundWebsocketSSLConfiguration.setCertPass(String certPass) InboundWebsocketSSLConfiguration.setTrustStore(File trustStore) InboundWebsocketSSLConfiguration.setTrustStorePass(String trustStorePass) Constructors in org.wso2.carbon.inbound.endpoint.protocol.websocket.ssl with parameters of type InboundWebsocketSSLConfigurationModifierConstructorDescriptionSSLHandlerFactory(InboundWebsocketSSLConfiguration sslConfiguration)