| /commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
| D | connector.rs | 29 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/ |
| D | happy_eyeballs.rs | 113 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/ |
| D | socket.rs | 40 pub(crate) fn connect(path: &Path) -> io::Result<net::UnixStream> { in connect() function
|
| D | datagram.rs | 82 pub fn connect<P: AsRef<Path>>(&self, path: P) -> io::Result<()> { in connect() method
|
| D | stream.rs | 39 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/ |
| D | mod.rs | 45 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/ |
| D | socket.rs | 92 pub(crate) fn connect(self, addr: SocketAddr) -> io::Result<()> { in connect() method
|
| D | stream.rs | 44 pub fn connect(addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
| D | socket.rs | 78 pub(crate) fn connect(self, addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
|
| D | stream.rs | 33 pub fn connect(addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
| D | c_ssl_stream.rs | 83 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/ |
| D | ssl_base.rs | 62 pub(crate) fn connect<S>(self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in connect() method
|
| D | stream.rs | 159 pub(crate) fn connect(&mut self) -> Result<(), SslError> { in connect() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
| D | datagram.rs | 307 pub fn connect<P: AsRef<Path>>(&self, path: P) -> Result<()> { in connect() method
|
| D | stream.rs | 54 pub async fn connect<P: AsRef<Path>>(path: P) -> Result<UnixStream> { in connect() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
| D | stream.rs | 96 pub async fn connect<A: ToSocketAddrs>(addr: A) -> io::Result<Self> { in connect() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | mod.rs | 196 pub fn connect<T>(uri: T) -> RequestBuilder in connect() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/ |
| D | udp_socket.rs | 261 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
| D | udp_socket.rs | 62 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | winapi.rs | 192 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/ |
| D | udp.rs | 164 pub async fn connect<A: ToSocketAddrs>(self, addr: A) -> io::Result<ConnectedUdpSocket> { in connect() method
|