[]Struct jni_android_sys::org::apache::http::params::HttpConnectionParams

#[repr(transparent)]
pub struct HttpConnectionParams(_);
Deprecated

public final class HttpConnectionParams

Required feature: "org-apache-http-params-HttpConnectionParams"

Methods

impl HttpConnectionParams

pub fn getSoTimeout<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getSoTimeout

Required features: "org-apache-http-params-HttpParams"

pub fn setSoTimeout<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

setSoTimeout

Required features: "org-apache-http-params-HttpParams"

pub fn getTcpNoDelay<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>
) -> Result<bool, Local<'env, Throwable>>
[src]

getTcpNoDelay

Required features: "org-apache-http-params-HttpParams"

pub fn setTcpNoDelay<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>,
    arg1: bool
) -> Result<(), Local<'env, Throwable>>
[src]

setTcpNoDelay

Required features: "org-apache-http-params-HttpParams"

pub fn getSocketBufferSize<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getSocketBufferSize

Required features: "org-apache-http-params-HttpParams"

pub fn setSocketBufferSize<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

setSocketBufferSize

Required features: "org-apache-http-params-HttpParams"

pub fn getLinger<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getLinger

Required features: "org-apache-http-params-HttpParams"

pub fn setLinger<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

setLinger

Required features: "org-apache-http-params-HttpParams"

pub fn getConnectionTimeout<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getConnectionTimeout

Required features: "org-apache-http-params-HttpParams"

pub fn setConnectionTimeout<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

setConnectionTimeout

Required features: "org-apache-http-params-HttpParams"

pub fn isStaleCheckingEnabled<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>
) -> Result<bool, Local<'env, Throwable>>
[src]

isStaleCheckingEnabled

Required features: "org-apache-http-params-HttpParams"

pub fn setStaleCheckingEnabled<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env HttpParams>>,
    arg1: bool
) -> Result<(), Local<'env, Throwable>>
[src]

setStaleCheckingEnabled

Required features: "org-apache-http-params-HttpParams"

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 HttpConnectionParams

impl AsRef<CoreConnectionPNames> for HttpConnectionParams

impl AsValidJObjectAndEnv for HttpConnectionParams

impl Deref for HttpConnectionParams

type Target = Object

The resulting type after dereferencing.

impl JniType for HttpConnectionParams

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.