[]Struct jni_android_sys::android::net::IpSecManager

#[repr(transparent)]
pub struct IpSecManager(_);

public final class IpSecManager

Required feature: "android-net-IpSecManager"

Methods

impl IpSecManager

pub fn allocateSecurityParameterIndex_InetAddress<'env>(
    &'env self,
    arg0: impl Into<Option<&'env InetAddress>>
) -> Result<Option<Local<'env, IpSecManager_SecurityParameterIndex>>, Local<'env, Throwable>>
[src]

allocateSecurityParameterIndex

Required features: "android-net-IpSecManager_SecurityParameterIndex", "java-net-InetAddress"

pub fn allocateSecurityParameterIndex_InetAddress_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env InetAddress>>,
    arg1: i32
) -> Result<Option<Local<'env, IpSecManager_SecurityParameterIndex>>, Local<'env, Throwable>>
[src]

allocateSecurityParameterIndex

Required features: "android-net-IpSecManager_SecurityParameterIndex", "java-net-InetAddress"

pub fn applyTransportModeTransform_Socket_int_IpSecTransform<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Socket>>,
    arg1: i32,
    arg2: impl Into<Option<&'env IpSecTransform>>
) -> Result<(), Local<'env, Throwable>>
[src]

applyTransportModeTransform

Required features: "android-net-IpSecTransform", "java-net-Socket"

pub fn applyTransportModeTransform_DatagramSocket_int_IpSecTransform<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DatagramSocket>>,
    arg1: i32,
    arg2: impl Into<Option<&'env IpSecTransform>>
) -> Result<(), Local<'env, Throwable>>
[src]

applyTransportModeTransform

Required features: "android-net-IpSecTransform", "java-net-DatagramSocket"

pub fn applyTransportModeTransform_FileDescriptor_int_IpSecTransform<'env>(
    &'env self,
    arg0: impl Into<Option<&'env FileDescriptor>>,
    arg1: i32,
    arg2: impl Into<Option<&'env IpSecTransform>>
) -> Result<(), Local<'env, Throwable>>
[src]

applyTransportModeTransform

Required features: "android-net-IpSecTransform", "java-io-FileDescriptor"

pub fn removeTransportModeTransforms_Socket<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Socket>>
) -> Result<(), Local<'env, Throwable>>
[src]

removeTransportModeTransforms

Required features: "java-net-Socket"

pub fn removeTransportModeTransforms_DatagramSocket<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DatagramSocket>>
) -> Result<(), Local<'env, Throwable>>
[src]

removeTransportModeTransforms

Required features: "java-net-DatagramSocket"

pub fn removeTransportModeTransforms_FileDescriptor<'env>(
    &'env self,
    arg0: impl Into<Option<&'env FileDescriptor>>
) -> Result<(), Local<'env, Throwable>>
[src]

removeTransportModeTransforms

Required features: "java-io-FileDescriptor"

pub fn openUdpEncapsulationSocket_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, IpSecManager_UdpEncapsulationSocket>>, Local<'env, Throwable>>
[src]

openUdpEncapsulationSocket

Required features: "android-net-IpSecManager_UdpEncapsulationSocket"

pub fn openUdpEncapsulationSocket<'env>(
    &'env self
) -> Result<Option<Local<'env, IpSecManager_UdpEncapsulationSocket>>, Local<'env, Throwable>>
[src]

openUdpEncapsulationSocket

Required features: "android-net-IpSecManager_UdpEncapsulationSocket"

pub const DIRECTION_IN: i32[src]

public static final DIRECTION_IN

pub const DIRECTION_OUT: i32[src]

public static final DIRECTION_OUT

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for IpSecManager

impl AsValidJObjectAndEnv for IpSecManager

impl Deref for IpSecManager

type Target = Object

The resulting type after dereferencing.

impl JniType for IpSecManager

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.