jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "javax-net-ssl-StandardConstants"))]
__jni_bindgen! {
    /// public final class [StandardConstants](https://developer.android.com/reference/javax/net/ssl/StandardConstants.html)
    ///
    /// Required feature: "javax-net-ssl-StandardConstants"
    public final class StandardConstants ("javax/net/ssl/StandardConstants") extends crate::java::lang::Object {

        /// public static final [SNI_HOST_NAME](https://developer.android.com/reference/javax/net/ssl/StandardConstants.html#SNI_HOST_NAME)
        pub const SNI_HOST_NAME : i32 = 0;
    }
}