/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/ |
D | connector.rs | 36 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/ |
D | socket.rs | 90 pub(crate) fn connect(self, addr: SocketAddr) -> io::Result<()> { in connect() method
|
D | stream.rs | 42 pub fn connect(addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/tcp/ |
D | socket.rs | 85 pub(crate) fn connect(self, addr: SocketAddr) -> io::Result<TcpStream> { in connect() method
|
D | stream.rs | 31 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 | 74 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 | 56 pub(crate) fn connect<S>(self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in connect() method
|
D | stream.rs | 146 pub(crate) fn connect(&mut self) -> Result<(), SslError> { in connect() method
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
D | stream.rs | 95 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 | 190 pub fn connect<T>(uri: T) -> RequestBuilder 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/linux/udp/ |
D | udp_socket.rs | 264 pub fn connect(self, addr: SocketAddr) -> io::Result<ConnectedUdpSocket> { in connect() method
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
D | udp.rs | 166 pub async fn connect<A: ToSocketAddrs>(self, addr: A) -> io::Result<ConnectedUdpSocket> { in connect() method
|