Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 21 of 21) 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/dns/
Dhappy_eyeballs.rs113 async fn connect(&mut self) -> Result<TcpStream, io::Error> { in connect() method
176 pub(crate) async fn connect(mut self) -> io::Result<TcpStream> { in connect() method
234 fn connect( in connect() function
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dsocket.rs40 pub(crate) fn connect(path: &Path) -> io::Result<net::UnixStream> { in connect() function
Ddatagram.rs82 pub fn connect<P: AsRef<Path>>(&self, path: P) -> io::Result<()> { in connect() method
Dstream.rs39 pub fn connect<P: AsRef<Path>>(path: P) -> io::Result<UnixStream> { in connect() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
Dmod.rs45 fn connect(&self, uri: &Uri) -> Self::Future; in connect() method
144 fn connect(&self, uri: &Uri) -> Self::Future { in connect() method
200 fn connect(&self, uri: &Uri) -> Self::Future { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dsocket.rs92 pub(crate) fn connect(self, addr: SocketAddr) -> io::Result<()> { in connect() method
Dstream.rs44 pub fn connect(addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dsocket.rs78 pub(crate) fn connect(self, addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
Dstream.rs33 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.rs83 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.rs62 pub(crate) fn connect<S>(self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in connect() method
Dstream.rs159 pub(crate) fn connect(&mut self) -> Result<(), SslError> { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
Ddatagram.rs307 pub fn connect<P: AsRef<Path>>(&self, path: P) -> Result<()> { in connect() method
Dstream.rs54 pub async fn connect<P: AsRef<Path>>(path: P) -> Result<UnixStream> { in connect() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dstream.rs96 pub async fn connect<A: ToSocketAddrs>(addr: A) -> io::Result<Self> { in connect() method
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs196 pub fn connect<T>(uri: T) -> RequestBuilder in connect() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
Dudp_socket.rs261 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { 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/windows/
Dwinapi.rs192 pub fn connect(s: SOCKET, name: *const SOCKADDR, namelen: c_int) -> c_int; in connect() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs164 pub async fn connect<A: ToSocketAddrs>(self, addr: A) -> io::Result<ConnectedUdpSocket> { in connect() method