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

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

public interface CoreConnectionPNames

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

Methods

impl CoreConnectionPNames

pub const CONNECTION_TIMEOUT: &'static str[src]

public static final CONNECTION_TIMEOUT

pub const MAX_HEADER_COUNT: &'static str[src]

public static final MAX_HEADER_COUNT

pub const MAX_LINE_LENGTH: &'static str[src]

public static final MAX_LINE_LENGTH

pub const SOCKET_BUFFER_SIZE: &'static str[src]

public static final SOCKET_BUFFER_SIZE

pub const SO_LINGER: &'static str[src]

public static final SO_LINGER

pub const SO_TIMEOUT: &'static str[src]

public static final SO_TIMEOUT

pub const STALE_CONNECTION_CHECK: &'static str[src]

public static final STALE_CONNECTION_CHECK

pub const TCP_NODELAY: &'static str[src]

public static final TCP_NODELAY

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 CoreConnectionPNames

impl AsRef<CoreConnectionPNames> for HttpConnectionParams

impl AsValidJObjectAndEnv for CoreConnectionPNames

impl Deref for CoreConnectionPNames

type Target = Object

The resulting type after dereferencing.

impl JniType for CoreConnectionPNames

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.