Searched refs:_sslContextFactory (Results 1 – 5 of 5) sorted by relevance
62 private final SslContextFactory _sslContextFactory; field in SslSocketConnector78 _sslContextFactory = sslContextFactory; in SslSocketConnector()87 return _sslContextFactory.isAllowRenegotiate(); in isAllowRenegotiate()100 _sslContextFactory.setAllowRenegotiate(allowRenegotiate); in setAllowRenegotiate()164 return _sslContextFactory.getExcludeCipherSuites(); in getExcludeCipherSuites()175 return _sslContextFactory.getIncludeCipherSuites(); in getIncludeCipherSuites()186 return _sslContextFactory.getKeyStorePath(); in getKeystore()197 return _sslContextFactory.getKeyStoreType(); in getKeystoreType()208 return _sslContextFactory.getNeedClientAuth(); in getNeedClientAuth()219 return _sslContextFactory.getProtocol(); in getProtocol()[all …]
52 private final SslContextFactory _sslContextFactory; field in SslSelectChannelConnector70 _sslContextFactory = sslContextFactory; in SslSelectChannelConnector()71 addBean(_sslContextFactory); in SslSelectChannelConnector()123 return _sslContextFactory.isAllowRenegotiate(); in isAllowRenegotiate()139 _sslContextFactory.setAllowRenegotiate(allowRenegotiate); in setAllowRenegotiate()150 return _sslContextFactory.getExcludeCipherSuites(); in getExcludeCipherSuites()161 _sslContextFactory.setExcludeCipherSuites(cipherSuites); in setExcludeCipherSuites()172 return _sslContextFactory.getIncludeCipherSuites(); in getIncludeCipherSuites()183 _sslContextFactory.setIncludeCipherSuites(cipherSuites); in setIncludeCipherSuites()194 _sslContextFactory.setKeyStorePassword(password); in setPassword()[all …]
99 private final SslContextFactory _sslContextFactory; field in HttpClient136 _sslContextFactory = sslContextFactory; in HttpClient()137 addBean(_sslContextFactory); in HttpClient()491 return _sslContextFactory.getSslContext(); in getSSLContext()500 return _sslContextFactory; in getSslContextFactory()739 return _sslContextFactory.getTrustStore(); in getTrustStoreLocation()746 _sslContextFactory.setTrustStore(trustStoreLocation); in setTrustStoreLocation()753 return _sslContextFactory.getTrustStoreInputStream(); in getTrustStoreInputStream()760 _sslContextFactory.setTrustStoreInputStream(trustStoreInputStream); in setTrustStoreInputStream()767 return _sslContextFactory.getKeyStorePath(); in getKeyStoreLocation()[all …]
63 private final SslContextFactory _sslContextFactory; field in HttpDestination79 _sslContextFactory = sslContextFactory; in HttpDestination()105 return _sslContextFactory; in getSslContextFactory()
72 private final SslContextFactory _sslContextFactory = new SslContextFactory(); field in WebSocketClientFactory135 addBean(_sslContextFactory); in WebSocketClientFactory()144 return _sslContextFactory; in getSslContextFactory()243 sslEngine = _sslContextFactory.newSslEngine(peerHost, peerPort); in newSslEngine()247 sslEngine = _sslContextFactory.newSslEngine(); in newSslEngine()