Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 14 of 14) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dconnector.rs29 fn connect(&self, uri: &Uri) -> Result<Self::Stream, Self::Error>; in connect() method
65 fn connect(&self, uri: &Uri) -> Result<Self::Stream, Self::Error> { in connect() method
90 fn connect(&self, uri: &Uri) -> Result<Self::Stream, Self::Error> { in connect() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dconnector.rs36 fn connect(&self, uri: &Uri) -> Self::Future; in connect() method
88 fn connect(&self, uri: &Uri) -> Self::Future { in connect() method
119 fn connect(&self, uri: &Uri) -> Self::Future { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dsocket.rs90 pub(crate) fn connect(self, addr: SocketAddr) -> io::Result<()> { in connect() method
Dstream.rs42 pub fn connect(addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/tcp/
Dsocket.rs85 pub(crate) fn connect(self, addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
Dstream.rs31 pub fn connect(addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
Dc_ssl_stream.rs74 pub(crate) async fn connect(mut self: Pin<&mut Self>) -> Result<(), ssl::SslError> { in connect() function
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dssl_base.rs56 pub(crate) fn connect<S>(self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in connect() method
Dstream.rs146 pub(crate) fn connect(&mut self) -> Result<(), SslError> { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dstream.rs95 pub async fn connect<A: ToSocketAddrs>(addr: A) -> io::Result<Self> { in connect() method
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs190 pub fn connect<T>(uri: T) -> RequestBuilder in connect() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs62 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/udp/
Dudp_socket.rs264 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs166 pub async fn connect<A: ToSocketAddrs>(self, addr: A) -> io::Result<ConnectedUdpSocket> { in connect() method