Android Web Socket (#2978)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/2978 Flipper Android WebSocket provider and socket implementation Reviewed By: ldelgadoj Differential Revision: D31683510 fbshipit-source-id: d553a7fdee9451da742e9ea3e6e5b6a2c9417579
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8596dd951b
commit
a935ab8a6c
@@ -22,6 +22,7 @@ class ConnectionContextStore {
|
||||
std::string getCertificateSigningRequest();
|
||||
std::shared_ptr<folly::SSLContext> getSSLContext();
|
||||
std::string getCertificateDirectoryPath();
|
||||
std::string getCACertificatePath();
|
||||
std::string getDeviceId();
|
||||
void storeConnectionConfig(folly::dynamic& config);
|
||||
bool resetState();
|
||||
|
||||
Reference in New Issue
Block a user