CN110830367A - Data interaction method, device, equipment and medium for instant messaging - Google Patents

Data interaction method, device, equipment and medium for instant messaging Download PDF

Info

Publication number
CN110830367A
CN110830367A CN201911134416.1A CN201911134416A CN110830367A CN 110830367 A CN110830367 A CN 110830367A CN 201911134416 A CN201911134416 A CN 201911134416A CN 110830367 A CN110830367 A CN 110830367A
Authority
CN
China
Prior art keywords
receiving
data information
server
client
sending
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911134416.1A
Other languages
Chinese (zh)
Inventor
袁伟康
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Honey Network Technology Co Ltd
Original Assignee
Beijing Honey Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Honey Network Technology Co Ltd filed Critical Beijing Honey Network Technology Co Ltd
Priority to CN201911134416.1A priority Critical patent/CN110830367A/en
Publication of CN110830367A publication Critical patent/CN110830367A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a data interaction method, a device, equipment and a medium for instant messaging. The method comprises the steps of receiving data information sent by a sending client side through an HTTP protocol, and storing the data information into a server; and receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol), and sending the data information to the receiving client so as to achieve the purpose of receiving and sending messages by adopting the HTTP, so that the process of realizing the instant messaging function is simpler.

Description

Data interaction method, device, equipment and medium for instant messaging
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a data interaction method, a data interaction device, data interaction equipment and a data interaction medium for instant messaging.
Background
With the development of computer communication technology, application software changes the interaction mode of people. People can communicate without facing each other.
At present, when an application software developer realizes an instant messaging function, the implementation process of a protocol between the instant messaging functions generally needs to be considered, and the existing protocol establishment process needs a long time and is complex in implementation process, so that the workload of modifying a protocol layer in a background is further increased.
Therefore, a method is needed to simplify the implementation process of the instant messaging function.
Disclosure of Invention
The embodiment of the invention provides a data interaction method, a device, equipment and a medium for instant messaging, which aim to receive and send messages by adopting an HTTP (hyper text transport protocol) protocol and enable the process of realizing the instant messaging function to be simpler.
In a first aspect, an embodiment of the present invention provides a data interaction method for instant messaging, which is applied to a server, where the server is connected to a sending client, and the server is connected to a receiving client, and includes:
receiving data information sent by the sending client by adopting an HTTP (hyper text transport protocol), and storing the data information into the server;
and receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol), and sending the data information to the receiving client.
In a second aspect, an embodiment of the present invention further provides a data interaction method for instant messaging, which is applied to a receiving client, where the receiving client is connected to a server, and the server is connected to a sending client, and the method includes:
after a triggering event for receiving the data information is detected, sending a data information acquisition request to the server;
and after receiving the data information, displaying the data information to a user, and returning receiving feedback information to the server for the server to disconnect the receiving client according to the receiving feedback information.
In a third aspect, an embodiment of the present invention further provides an instant messaging data interaction device, configured in a server, where the server is connected to a sending client, and the server is connected to a receiving client, and the instant messaging data interaction device includes:
the data information receiving module is used for receiving the data information sent by the sending client side by adopting an HTTP (hyper text transport protocol) protocol and storing the data information into the server;
and the data information acquisition request receiving module is used for receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol) protocol and sending the data information to the receiving client.
In a fourth aspect, an embodiment of the present invention further provides an instant messaging data interaction device, configured to a receiving client, where the receiving client is connected to a server, and the server is connected to a sending client, where the instant messaging data interaction device includes:
the data information acquisition request sending module is used for sending a data information acquisition request to the server after a triggering event of data information receiving is detected;
and the received feedback information returning module is used for displaying the data information to a user after receiving the data information, and for disconnecting the server from the receiving client according to the received feedback information, wherein the received feedback information is returned to the server.
In a fifth aspect, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor executes the computer program to implement the data interaction method of instant messaging according to any one of the embodiments of the present invention.
In a sixth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the data interaction method of instant messaging according to any one of the embodiments of the present invention.
The data information sent by the sending client side through the HTTP is received through the server, and the data information is stored in the server; and receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol), and sending the data information to the receiving client so as to achieve the purpose of receiving and sending messages by adopting the HTTP, so that the process of realizing the instant messaging function is simpler.
Drawings
Fig. 1 is a schematic flowchart illustrating a data interaction method for instant messaging according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a data interaction method for instant messaging according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an instant messaging data interaction device according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an instant messaging data interaction device according to a third embodiment of the present invention;
fig. 5 is a schematic structural diagram of an apparatus provided in the fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example one
Fig. 1 is a schematic flowchart of a data interaction method for instant messaging according to an embodiment of the present invention, where the method is applicable to a situation where a user contacts through an application of instant messaging, and the method is applicable to interaction between a sending client, a receiving client, and a server, and the server is used as an execution subject in the embodiment. The method can be executed by a data interaction device for instant messaging, the device can be realized in a software and/or hardware mode, and can be integrated in electronic equipment, and the method specifically comprises the following steps:
and S110, receiving data information sent by the sending client by adopting an HTTP protocol, and storing the data information into the server.
In this embodiment, the sending client, the server, and the receiving client communicate via a protocol agreed in advance. In this embodiment, the data information refers to information for performing contact between users, and exemplarily, text information and voice information sent by the users through chat software. The HTTP Protocol (Hypertext Transfer Protocol) is a basis of Web networking and is also one of the commonly used protocols for mobile phone networking, and the HTTP Protocol is an application established on the TCP Protocol. In this embodiment, after the user edits the data information by the sending client, the sending client sends an HTTP request to the server, where the request includes a request header and the data information, where the request header includes a POST/GET method, the request header includes a URL address of the request, data and an encoding method of the request, whether cookies and cooies exist, whether caching exists, and the like. And after receiving the HTTP request, the server returns an HTTP response and stores the data information into the server.
In this technical solution, optionally, after receiving the data information sent by the sending client using the HTTP protocol, the method further includes:
and sending a notification message to the receiving client for the receiving client to send the data information acquisition request according to the notification message.
And after receiving the data information, the server sends a notification message to the receiving client so that the receiving client can actively acquire the data information from the server. The method has the advantages that the receiving client can acquire the data information in time, the notification message and the data information are not acquired in the same channel, and workload during background logic modification can be reduced.
In this technical solution, optionally, after receiving the data information sent by the sending client using the HTTP protocol, the method further includes:
and returning sending feedback information to the sending client, wherein the sending client is used for disconnecting the connection according to the sending feedback information.
After the server receives the data information, the sending feedback information is sent to the server, so that the server can disconnect the connection, channels do not need to be occupied, and resources are saved.
S120, receiving a data information acquisition request sent by the receiving client side by adopting an HTTP protocol, and sending the data information to the receiving client side.
In this embodiment, the data information acquisition request is sent from the receiving end to the server, and is used to notify the server to send the data information stored in the server to the receiving client. And after receiving the HTTP protocol, the server returns a HTTP response of the receiving client according to the request head of the HTTP protocol, wherein after receiving the data information acquisition request, the server sends a response head and response content to the receiving client. The response head includes: cookies or sessions, status codes, content size of data information, and the like.
In this technical solution, optionally, after sending the data information to the receiving client, the method further includes:
and receiving feedback information returned by the receiving client, and disconnecting the receiving client according to the feedback information.
In this embodiment, after receiving the data information, the receiving client sends the received feedback information to the server, and after receiving the received feedback information, the server disconnects the receiving client. This has the advantage of being able to determine that the receiving client has received a message to prevent loss of data information.
The data information sent by the sending client side through the HTTP is received through the server, and the data information is stored in the server; and receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol), and sending the data information to the receiving client so as to achieve the purpose of receiving and sending messages by adopting the HTTP, so that the process of realizing the instant messaging function is simpler.
Example two
Fig. 2 is a schematic flowchart of a data interaction method for instant messaging according to a second embodiment of the present invention, where the present embodiment is applicable to a situation where a user makes contact through an application of instant messaging, and the method is applicable to interaction among a sending client, a receiving client, and a server, and the receiving client is used as an execution subject in the embodiment. The method can be executed by a data interaction device for instant messaging, the device can be realized in a software and/or hardware mode, and can be integrated in electronic equipment, and the method specifically comprises the following steps:
s210, after a trigger event for receiving the data information is detected, sending a data information acquisition request to the server.
In this embodiment, the triggering event refers to that a user opens a corresponding application at a receiving client or receives a notification message sent by a server, the receiving client sends a data information acquisition request to the server, and a request process of the receiving client is performed by using an HTTP protocol. In the existing data interaction process of instant messaging between a receiving client and a sending client, the sending client generally sends data information to a server, and the server then sends the data information to the receiving client, wherein the receiving client, the server and the sending client communicate with each other through a TCP protocol. In this embodiment, after the receiving client sends the data information to the server, the server does not directly send the content of the data information to the receiving client, but first sends the notification message to the receiving client, and the receiving client actively obtains the data information from the server. The advantage of this arrangement is that the notification message and the data message are not sent simultaneously, and the same channel is not used, so that energy can be saved. Furthermore, the receiving client acquires the data information through the HTTP, so that the interaction between the receiving client and the server is simpler.
And S220, after the data information is received, displaying the data information to a user, and returning receiving feedback information to the server for the server to disconnect the connection with the receiving client according to the receiving feedback information.
In this embodiment, after receiving the data information, the data information is displayed to the user in the application of the receiving client, and the received feedback information is sent to the server to disconnect the request.
The embodiment is applied to a receiving client, and after a triggering event of data information receiving is detected, a data information acquisition request is sent to the server; and after receiving the data information, displaying the data information to a user, and returning receiving feedback information to the server for the server to disconnect the receiving client according to the receiving feedback information. The purpose of receiving and sending messages by adopting an HTTP (hyper text transport protocol) is realized, so that the process of realizing the instant messaging function is simpler.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a data interaction device for instant messaging according to a third embodiment of the present invention. The data interaction device for instant messaging provided by the embodiment of the invention can execute the data interaction method for instant messaging provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. As shown in fig. 3, the apparatus includes:
a data information receiving module 301, configured to receive data information sent by the sending client using an HTTP protocol, and store the data information in the server;
a data information obtaining request receiving module 302, configured to receive a data information obtaining request sent by the receiving client using an HTTP protocol, and send the data information to the receiving client.
The device further comprises:
a notification message sending module 303, configured to send a notification message to the receiving client, so that the receiving client sends the data information obtaining request according to the notification message.
The device further comprises:
a sending feedback information returning module 304, configured to return sending feedback information to the sending client, so that the sending client disconnects according to the sending feedback information.
The device further comprises:
a receiving feedback information receiving module 305, configured to receive the receiving feedback information returned by the receiving client, and disconnect the connection with the receiving client according to the receiving feedback information.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the above-described apparatus may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Example four
Fig. 4 is a schematic structural diagram of a data interaction device for instant messaging according to a fourth embodiment of the present invention. The data interaction device for instant messaging provided by the embodiment of the invention can execute the data interaction method for instant messaging provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. As shown in fig. 4, the apparatus includes:
a data information obtaining request sending module 401, configured to send a data information obtaining request to the server after detecting a trigger event for receiving data information;
a received feedback information returning module 402, configured to, after receiving the data information, display the data information to a user, and return the received feedback information to the server, so that the server disconnects the connection with the receiving client according to the received feedback information.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the above-described apparatus may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
EXAMPLE five
Fig. 5 is a schematic structural diagram of an apparatus according to a fifth embodiment of the present invention, and fig. 5 is a schematic structural diagram of an exemplary apparatus suitable for implementing the embodiment of the present invention. The device 12 shown in fig. 5 is only an example and should not bring any limitations to the functionality and scope of use of the embodiments of the present invention.
As shown in FIG. 5, device 12 is in the form of a general purpose computing device. The components of device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. Device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 5, and commonly referred to as a "hard drive"). Although not shown in FIG. 5, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. System memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in system memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of embodiments described herein.
Device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with device 12, and/or with any devices (e.g., network card, modem, etc.) that enable device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, the device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via the network adapter 20. As shown in FIG. 5, the network adapter 20 communicates with the other modules of the device 12 via the bus 18. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with device 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 16 executes various functional applications and data processing by running a program stored in the system memory 28, for example, implementing a data interaction method for instant messaging provided by an embodiment of the present invention, and is applied to a server, the server is connected to a sending client, and the server is connected to a receiving client, and the method includes:
receiving data information sent by the sending client by adopting an HTTP (hyper text transport protocol), and storing the data information into the server;
and receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol), and sending the data information to the receiving client.
Or the data interaction method for instant messaging provided by the embodiment of the present invention is applied to a receiving client, where the receiving client is connected to a server, and the server is connected to a sending client, and the method is characterized by including:
after a triggering event for receiving the data information is detected, sending a data information acquisition request to the server;
and after receiving the data information, displaying the data information to a user, and returning receiving feedback information to the server for the server to disconnect the receiving client according to the receiving feedback information.
EXAMPLE six
The sixth embodiment of the present invention further provides a computer-readable storage medium, on which a computer program (or referred to as computer-executable instructions) is stored, where the computer program, when executed by a processor, for example, implements the data interaction method for instant messaging provided by the sixth embodiment of the present invention, and is applied to a server, where the server is connected to a sending client, and the server is connected to a receiving client, and the computer-readable storage medium includes:
receiving data information sent by the sending client by adopting an HTTP (hyper text transport protocol), and storing the data information into the server;
and receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol), and sending the data information to the receiving client.
Alternatively, the first and second electrodes may be,
the data interaction method for realizing instant messaging provided by the embodiment of the invention is applied to a receiving client, wherein the receiving client is connected with a server, and the server is connected with a sending client, and the method is characterized by comprising the following steps:
after a triggering event for receiving the data information is detected, sending a data information acquisition request to the server;
and after receiving the data information, displaying the data information to a user, and returning receiving feedback information to the server for the server to disconnect the receiving client according to the receiving feedback information.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for embodiments of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A data interaction method of instant messaging is applied to a server, the server is connected with a sending client, the server is connected with a receiving client, and the method is characterized by comprising the following steps:
receiving data information sent by the sending client by adopting an HTTP (hyper text transport protocol), and storing the data information into the server;
and receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol), and sending the data information to the receiving client.
2. The method according to claim 1, wherein after receiving the data information sent by the sending client using HTTP protocol, the method further comprises:
and sending a notification message to the receiving client for the receiving client to send the data information acquisition request according to the notification message.
3. The method according to claim 1, wherein after receiving the data information sent by the sending client using HTTP protocol, the method further comprises:
and returning sending feedback information to the sending client, wherein the sending client is used for disconnecting the connection according to the sending feedback information.
4. The method of claim 1, wherein after sending the data message to the receiving client, the method further comprises:
and receiving feedback information returned by the receiving client, and disconnecting the receiving client according to the feedback information.
5. A data interaction method of instant messaging is applied to a receiving client, the receiving client is connected with a server, the server is connected with a sending client, and the method is characterized by comprising the following steps:
after a triggering event for receiving the data information is detected, sending a data information acquisition request to the server;
and after receiving the data information, displaying the data information to a user, and returning receiving feedback information to the server for the server to disconnect the receiving client according to the receiving feedback information.
6. An instant messaging data interaction device configured in a server, wherein the server is connected with a sending client, and the server is connected with a receiving client, the instant messaging data interaction device comprising:
the data information receiving module is used for receiving the data information sent by the sending client side by adopting an HTTP (hyper text transport protocol) protocol and storing the data information into the server;
and the data information acquisition request receiving module is used for receiving a data information acquisition request sent by the receiving client by adopting an HTTP (hyper text transport protocol) protocol and sending the data information to the receiving client.
7. The apparatus of claim 6, further comprising:
and the notification message sending module is used for sending a notification message to the receiving client, and the notification message sending module is used for the receiving client to send the data information acquisition request according to the notification message.
8. An instant messaging data interaction device configured at a receiving client, wherein the receiving client is connected with a server, and the server is connected with a sending client, the instant messaging data interaction device comprising:
the data information acquisition request sending module is used for sending a data information acquisition request to the server after a triggering event of data information receiving is detected;
and the received feedback information returning module is used for displaying the data information to a user after receiving the data information, and for disconnecting the server from the receiving client according to the received feedback information, wherein the received feedback information is returned to the server.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the instant messaging data interaction method according to any one of claims 1 to 4 or 5 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a data interaction method of instant messaging according to any one of claims 1 to 4 or claim 5.
CN201911134416.1A 2019-11-19 2019-11-19 Data interaction method, device, equipment and medium for instant messaging Pending CN110830367A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911134416.1A CN110830367A (en) 2019-11-19 2019-11-19 Data interaction method, device, equipment and medium for instant messaging

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911134416.1A CN110830367A (en) 2019-11-19 2019-11-19 Data interaction method, device, equipment and medium for instant messaging

Publications (1)

Publication Number Publication Date
CN110830367A true CN110830367A (en) 2020-02-21

Family

ID=69556701

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911134416.1A Pending CN110830367A (en) 2019-11-19 2019-11-19 Data interaction method, device, equipment and medium for instant messaging

Country Status (1)

Country Link
CN (1) CN110830367A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101018141A (en) * 2007-03-02 2007-08-15 李沫南 The method and system for providing the instant communication for the electronic bulletin board
CN102355426A (en) * 2011-06-30 2012-02-15 北京神州泰岳软件股份有限公司 Method for transmitting off-line file and system
CN107659492A (en) * 2017-10-31 2018-02-02 珠海信达九州科技有限公司 A kind of high reliability instant communicating system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101018141A (en) * 2007-03-02 2007-08-15 李沫南 The method and system for providing the instant communication for the electronic bulletin board
CN102355426A (en) * 2011-06-30 2012-02-15 北京神州泰岳软件股份有限公司 Method for transmitting off-line file and system
CN107659492A (en) * 2017-10-31 2018-02-02 珠海信达九州科技有限公司 A kind of high reliability instant communicating system

Similar Documents

Publication Publication Date Title
US20130046816A1 (en) Method for Flow Control and Reliable Communication In A Collaborative Environment
EP4113985A1 (en) Multimedia conference data processing method and apparatus, and electronic device
CN111737022A (en) Interface calling method, system, equipment and medium based on micro-service
CN112769876B (en) Method, device, equipment and medium for acquiring equipment channel information
CN112532673A (en) Message sending method and device, computer readable storage medium and electronic equipment
CN112835632B (en) Method and equipment for calling end capability and computer storage medium
CN110620806B (en) Information generation method and device
CN112887420B (en) Message pushing method and device, computer readable storage medium and electronic equipment
CN107733781B (en) Instant messaging processing method, equipment and computer storage medium
CN113656193A (en) Application communication method, system, electronic equipment and storage medium
CN110881224A (en) Network long connection method, device, equipment and storage medium
CN112202605A (en) Service configuration method, device, equipment and storage medium
WO2017166093A1 (en) Front-end system
CN110830367A (en) Data interaction method, device, equipment and medium for instant messaging
CN110955398B (en) Two-dimensional code display method and device, computer equipment and storage medium
CN114793232A (en) Service processing method and device, electronic equipment and storage medium
US11210205B2 (en) Application debugging
CN113891441A (en) Network connection method and device and electronic equipment
CN110764932A (en) Data processing method, system, medium and computing device
CN113114698B (en) Network data request method, system, device, equipment and storage medium
CN115277829B (en) Message pushing method, device, system, storage medium and electronic equipment
CN113572809B (en) Single request source multi-target source data communication method, computer equipment and storage medium
WO2017166094A1 (en) Server front-end method
CN113766437B (en) Short message sending method and device
CN116232739A (en) Data multi-terminal sharing method, device, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200221