[][src]Trait uikit_sys::INSURLSessionStreamTask

pub trait INSURLSessionStreamTask: Sized + Deref {
    unsafe fn readDataOfMinLength_maxLength_timeout_completionHandler_(
        self,
        minBytes: NSUInteger,
        maxBytes: NSUInteger,
        timeout: NSTimeInterval,
        completionHandler: _bindgen_ty_id_153639
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writeData_timeout_completionHandler_(
        self,
        data: NSData,
        timeout: NSTimeInterval,
        completionHandler: _bindgen_ty_id_153650
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn captureStreams(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn closeWrite(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn closeRead(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn startSecureConnection(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stopSecureConnection(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn new() -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn readDataOfMinLength_maxLength_timeout_completionHandler_(
    self,
    minBytes: NSUInteger,
    maxBytes: NSUInteger,
    timeout: NSTimeInterval,
    completionHandler: _bindgen_ty_id_153639
) where
    Self::Target: Message + Sized

unsafe fn writeData_timeout_completionHandler_(
    self,
    data: NSData,
    timeout: NSTimeInterval,
    completionHandler: _bindgen_ty_id_153650
) where
    Self::Target: Message + Sized

unsafe fn captureStreams(self) where
    Self::Target: Message + Sized

unsafe fn closeWrite(self) where
    Self::Target: Message + Sized

unsafe fn closeRead(self) where
    Self::Target: Message + Sized

unsafe fn startSecureConnection(self) where
    Self::Target: Message + Sized

unsafe fn stopSecureConnection(self) where
    Self::Target: Message + Sized

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn new() -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSURLSessionStreamTask for NSURLSessionStreamTask[src]

Loading content...