[]Struct jni_android_sys::android::net::sip::SipErrorCode

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

public class SipErrorCode

Required feature: "android-net-sip-SipErrorCode"

Methods

impl SipErrorCode

pub fn toString<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub const CLIENT_ERROR: i32[src]

public static final CLIENT_ERROR

pub const CROSS_DOMAIN_AUTHENTICATION: i32[src]

public static final CROSS_DOMAIN_AUTHENTICATION

pub const DATA_CONNECTION_LOST: i32[src]

public static final DATA_CONNECTION_LOST

pub const INVALID_CREDENTIALS: i32[src]

public static final INVALID_CREDENTIALS

pub const INVALID_REMOTE_URI: i32[src]

public static final INVALID_REMOTE_URI

pub const IN_PROGRESS: i32[src]

public static final IN_PROGRESS

pub const NO_ERROR: i32[src]

public static final NO_ERROR

pub const PEER_NOT_REACHABLE: i32[src]

public static final PEER_NOT_REACHABLE

pub const SERVER_ERROR: i32[src]

public static final SERVER_ERROR

pub const SERVER_UNREACHABLE: i32[src]

public static final SERVER_UNREACHABLE

pub const SOCKET_ERROR: i32[src]

public static final SOCKET_ERROR

pub const TIME_OUT: i32[src]

public static final TIME_OUT

pub const TRANSACTION_TERMINTED: i32[src]

public static final TRANSACTION_TERMINTED

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 SipErrorCode

impl AsValidJObjectAndEnv for SipErrorCode

impl Deref for SipErrorCode

type Target = Object

The resulting type after dereferencing.

impl JniType for SipErrorCode

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.