summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-03-23 09:09:57 -0700
committerAlex Klyubin <klyubin@google.com>2015-03-24 09:24:22 -0700
commit2f4d25190a7d2cc8328a202417ca9077a02e6d9a (patch)
treeca1a9bf9d0565a7dd541ca9c9a3501af73903f92 /luni/src/main/java/javax
parentd4e4a4bb690247755ac261ac133892a27523610e (diff)
downloadlibcore-2f4d25190a7d2cc8328a202417ca9077a02e6d9a.zip
libcore-2f4d25190a7d2cc8328a202417ca9077a02e6d9a.tar.gz
libcore-2f4d25190a7d2cc8328a202417ca9077a02e6d9a.tar.bz2
Add libcore.net.NetworkSecurityPolicy.
This hidden libcore API is to be used by bundled network stacks to determine whether cleartext network traffic is permitted. These stacks cannot directly use the public Android framework API android.security.NetworkSecurityPolicy because the framework package typically compile-time depends on the packages offering these bundled network stacks. As an example, this CL makes java.util.logging.SocketHandler and platform-provided URLConnection instances for the FTP protocol honor this new flag. To avoid duplication, the intention is that framework's android.security.NetworkSecurityPolicy implementaion will switch to this new libcore API to store/retrive the state of framework's NetworkSecurityPolicy class. Bug: 19215516 Change-Id: I78e348458975d69c52918582a43db25df87e2a15
Diffstat (limited to 'luni/src/main/java/javax')
0 files changed, 0 insertions, 0 deletions