CN115103016B - Processing method, device, equipment and medium for route call based on C/S architecture - Google Patents

Processing method, device, equipment and medium for route call based on C/S architecture Download PDF

Info

Publication number
CN115103016B
CN115103016B CN202210704330.3A CN202210704330A CN115103016B CN 115103016 B CN115103016 B CN 115103016B CN 202210704330 A CN202210704330 A CN 202210704330A CN 115103016 B CN115103016 B CN 115103016B
Authority
CN
China
Prior art keywords
data
route
processing
configuration
routing
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.)
Active
Application number
CN202210704330.3A
Other languages
Chinese (zh)
Other versions
CN115103016A (en
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.)
Zhejiang Haohan Energy Technology Co ltd
Zhejiang Geely Holding Group Co Ltd
Original Assignee
Zhejiang Haohan Energy Technology Co ltd
Zhejiang Geely Holding Group 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 Zhejiang Haohan Energy Technology Co ltd, Zhejiang Geely Holding Group Co Ltd filed Critical Zhejiang Haohan Energy Technology Co ltd
Priority to CN202210704330.3A priority Critical patent/CN115103016B/en
Publication of CN115103016A publication Critical patent/CN115103016A/en
Application granted granted Critical
Publication of CN115103016B publication Critical patent/CN115103016B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The application provides a processing method of route call based on a C/S architecture, which comprises the following steps: acquiring character string set data; the character string set data is sent to a client for configuration analysis processing, and route configuration information data and route object data are obtained; packaging the route configuration information data and the route object data to generate request entity data; and sending the request entity data to a server for route interception processing to generate request result data. The method for processing the route call based on the C/S architecture can solve the problem of the coupling of the basic module of the routing system.

Description

Processing method, device, equipment and medium for route call based on C/S architecture
Technical Field
The present application relates to the field of routing technologies, and in particular, to a method, an apparatus, a device, and a medium for processing a route call based on a C/S architecture.
Background
The traditional routing scheme can only achieve page level routing, cannot solve the problem of the coupling of a basic module of a routing system and the redundancy problem caused by sinking of a public interface, and can only solve the problem of the coupling by sinking the basic module or independently providing an external interface.
Disclosure of Invention
In view of the above drawbacks of the prior art, an object of the present application is to provide a method, an apparatus, a device, and a medium for processing a routing call based on a C/S architecture, which can solve the problem of coupling between basic modules of a routing system.
To achieve the above and other related objects, the present application provides a method for processing a routing call based on a C/S architecture, including:
acquiring character string set data;
the character string set data is sent to a client for configuration analysis processing, and route configuration information data and route object data are obtained;
packaging the route configuration information data and the route object data to generate request entity data;
and sending the request entity data to a server for route interception processing to generate request result data.
In an embodiment of the present application, in the step of obtaining the string set data, the string set data is obtained through a routing end, where the routing end includes the client and the server.
In an embodiment of the present application, the step of sending the string set data to a client for performing a configurable analysis process to obtain routing configuration information data and routing object data includes:
the character string set data are sent to a client for remote configuration processing, and remote configuration data are obtained;
performing degradation configuration processing on the remote configuration data to obtain degradation configuration data;
performing local analysis processing on the degradation configuration data to obtain local analysis data;
packaging the remote configuration data, the degradation configuration data and the local analysis data to obtain routing configuration information data;
and matching the route configuration information data with a plurality of route objects in the client to obtain adapted route object data.
In an embodiment of the present application, the step of sending the request entity data to a server for route interception processing, and generating request result data includes:
the request entity data is sent to a server for route subscription processing, and the response flow of the server is monitored;
performing embedded point configuration processing on the request entity data, and recording parameter information and circulation information in a response flow;
and carrying out route landing processing on the request entity data to generate request result data.
In one embodiment of the present application, the request result data includes a response result, parameter information, and a return value.
In an embodiment of the present application, after the step of performing route landing processing on the request entity data to generate request result data, the method further includes the steps of: and sending the request result data to the client.
The application also provides a processing method of the route call based on the C/S architecture, which comprises the following steps:
the data acquisition module is used for acquiring the character string set data;
the configuration analysis module is used for sending the character string set data to a client for configuration analysis processing to obtain route configuration information data and route object data;
the packaging processing module is used for packaging the route configuration information data and the route object data to generate request entity data; and
and the interception processing module is used for sending the request entity data to a server for route interception processing and generating request result data.
In an embodiment of the present application, the configuration analysis module includes a remote configuration module, a degradation configuration module, a local parsing module, a packaging processing module, and a matching module, and the interception processing module includes a monitoring module, a recording module, and a data generating module.
The application also provides a computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the processing method of routing call based on the C/S architecture when executing the computer program.
The present application also provides a computer readable storage medium storing a computer program which, when executed by a processor, implements the steps of the method for processing a routing call based on a C/S architecture.
As described above, the present application provides a processing method for routing call based on C/S architecture, which adopts dynamic proxy design to implement routing call of custom method parameters on the basis of client and server architecture, and not only supports various fast and convenient routing methods, but also supports route interception configuration to monitor the whole route request flow to implement expansion of various custom services, and avoids interface sinking as a redundant communication method by custom parameter method routing.
Drawings
In order to more clearly illustrate the technical method of the embodiments of the present application, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to the drawings without inventive effort for a person having ordinary skill in the art.
FIG. 1 is a flow chart of a method for processing a routing call based on a C/S architecture according to the present application.
Fig. 2 shows a flowchart of step S20 of fig. 1.
Fig. 3 shows a flowchart of step S30 of fig. 1.
Fig. 4 is a schematic structural diagram of a processing device for routing call based on a C/S architecture according to the present application.
Fig. 5 is a schematic diagram illustrating a configuration of the configuration analysis module in fig. 4.
Fig. 6 is a schematic diagram illustrating a structure of the interception processing module of fig. 4.
FIG. 7 is a schematic diagram of a computer device according to an embodiment of the application.
Fig. 8 is a schematic diagram of another configuration of a computer device according to an embodiment of the present application.
Description of element numbers:
10. a data acquisition module;
20. a configuration analysis module; 21. a remote configuration module; 22. a degradation configuration module; 23. a local analysis module; 24. packaging the processing module; 25. a matching module;
30. a packaging processing module;
40. an interception processing module; 41. a monitoring module; 42. a recording module; 43. and a data generation module.
Detailed Description
The technical method according to the embodiments of the present application will be clearly and completely described in the following description with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
1-8, it should be noted that the basic concept of the present application is illustrated by way of illustration only, and only the components related to the present application are shown in the drawings, rather than being drawn according to the number, shape and size of the components in actual implementation, and the form, number and proportion of the components in actual implementation may be arbitrarily changed, and the layout of the components may be more complex.
Referring to fig. 1, the processing method for routing call based on C/S architecture according to the embodiment of the present application may be applied in a routing call method, and may divide a routing call process into a client and a server. In the client, the Uri (Uniform Resource Identifier uniform resource identifier) of different sources can be analyzed, route configuration information data is generated after a series of configuration analysis such as remote configuration and degradation configuration, and Route object data (Route) is found through the Route configuration information data (Entry). And packaging the Route configuration information data (Entry) and the Route object data (Route) to obtain Request entity data (Request), and sending the Request entity data (Request) to the server, wherein the operation of the client is temporarily finished. In the server, after obtaining the Request entity data (Request), the Request entity data can be subjected to route subscription, point embedding and other prepositioning operations, and then a series of route interception operations are performed, finally, the route is subjected to floor processing, request result data (Response) is generated, and the Request result data (Response) is sent to the client, so that a standard route calling process can be completed. The processing method of the routing call based on the C/S architecture can comprise the following steps:
s10, the routing end acquires character string set data, and the routing end comprises a client and a server.
In one embodiment of the present application, the router may be a network router, which serves the connection between networks, performs activities such as routing. Network routing of network routers connects two or more networks by filtering, forwarding, etc. information, thereby connecting the computers to each other to function as an efficient network, and by selecting the appropriate routing route, information is delivered from one network layer to another at the fastest speed. Specifically, the routing end can be subdivided into a client and a server, and the character string set data can be processed through the client and the server respectively. The string set data may be Uri (Uniform Resource Identifier uniform resource identifier). The string set data may be a string that identifies a certain internet resource name that allows the user to interoperate with any of the resources (including local and internet) via a particular protocol. The Uri is defined by a method that includes determining the syntax and associated protocols, and a standard Uri format is: scheme:// host/path/query. The method is characterized in that character strings which are started by https, hh-energy, taobao, file and the like and accord with the Uri standard format are collectively called character string set data.
And S20, sending the character string set data to a client for configuration analysis processing to obtain route configuration information data and route object data.
Referring to fig. 2, the substeps of step S20 may include:
s21, sending the character string set data to a client for remote configuration processing to obtain remote configuration data.
In one embodiment of the application, after the string set data is obtained, the string set data can be sent to the client and processed by remote configuration. Remote configuration may be a method in a routing system to dynamically modify routing configuration information data. In the routing system, the local routing configuration information data content cannot be modified, so that the routing configuration information data cannot be flexibly participated in the routing matching process of the routing system, and the speed and accuracy of matching the routing configuration information data and searching the routing object data are reduced. The corresponding route configuration can be preset and configured in the remote server, and the content of the route configuration information data is dynamically modified in the running process of the route system, so that the speed and accuracy of matching and searching the route object data are improved. After the remote configuration processing is performed on the character string set data, the configuration information in the character string set data can be configured and processed according to the corresponding routing configuration, and remote configuration data are generated.
S22, performing degradation configuration processing on the remote configuration data to obtain degradation configuration data.
In one embodiment of the present application, when remote configuration processing is performed on the string set data, degradation configuration processing may be performed on the remote configuration data after the remote configuration data is generated. The downgrade configuration may be another remote configurational method in the routing system, and the downgrade configuration process may configure fault tolerance of the routing configuration information data. In the process of matching and searching route configuration information data, if matching and searching fail, default route object data can be provided through a remote configuration method of a route system, and the route configuration information data is associated with the default route object data, so that the failure rate of a route request is reduced, and the stability of the route system is improved.
S23, carrying out local analysis processing on the degradation configuration data to obtain local analysis data.
S24, packaging the remote configuration data, the degraded configuration data and the local analysis data to obtain the routing configuration information data.
In one embodiment of the present application, after the remote configuration data, the degraded configuration data, and the local resolution data are obtained, the remote configuration data, the degraded configuration data, and the local resolution data may be encapsulated to generate the routing configuration information data Entry. The route configuration information data Entry is a form of encapsulation of the string set data Uri in the routing system. The routing system analyzes the format of the standard string set data Uri, obtains each part such as scheme (system), host (server), path (route), query (query) and the like, and uniformly encapsulates the parts into routing configuration information data Entry.
And S25, matching the route configuration information data with a plurality of route objects in the client to obtain adapted route object data.
In one embodiment of the present application, after the Route configuration information data Entry is obtained, the Route configuration information data Entry needs to be matched with a plurality of Route objects in the client to obtain the most adapted Route object data Route. Specifically, the Route object data Route is entity data which is generated in advance in the system and exists for a long time, and is also objective entity data which only points to the page Route and the method Route in the Route system. In the matching process, each part of the character string set data Uri analyzed in the configuration information data Entry can be matched with a plurality of route objects, so that the matched route object data can be found.
S30, packaging the route configuration information data and the route object data to generate request entity data.
In one embodiment of the present application, after obtaining the routing configuration information data and the routing object data, the routing configuration information data and the routing object data may be subjected to a packaging process to obtain the Request entity data Request. The Request entity data Request is in a form of packaging configuration information data Entry and Route object data Route, and the configuration information data Entry and the Route object data Route can be combined, and additional parameter information is added to generate the Request entity data Request.
S40, sending the request entity data to the server for route interception processing, generating request result data, and sending the request result data to the client.
Referring to fig. 3, the substeps of step S40 may include:
s41, sending the request entity data to the server for route subscription processing, and monitoring the response flow of the server.
In one embodiment of the present application, after generating the request entity data, the client may send the request entity data into the server. After the server receives the request entity data, the request entity data can be subjected to route subscription processing. The route subscription is a route interception configuration of the route system, and when the server receives and starts processing the Request entity data Request of the client, the response flow of the server can be intercepted, and some message subscription configurations are added, so that the monitoring and notification of the response flow of the route system are realized.
S42, performing buried point configuration processing on the request entity data, and recording parameter information and circulation information in a response flow.
In one embodiment of the present application, after the server receives the request entity data, the server may perform embedded point configuration processing on the request entity data. The embedded point configuration is a route interception configuration of the routing system, and when the server receives and starts processing the Request entity data Request of the client, the response flow of the server can be intercepted, and parameter information, circulation information and the like in the response flow are recorded. The processing sequence of the routing subscription processing and the embedded point configuration processing may not be limited, in this implementation, the routing subscription processing is performed on the request entity data first, the embedded point configuration processing is performed on the request entity data first, and in other embodiments, the embedded point configuration processing may also be performed on the request entity data first, and the routing subscription processing is performed on the request entity data.
S43, carrying out route landing processing on the request entity data, generating request result data, and sending the request result data to the client.
In one embodiment of the application, after the routing subscription processing and the embedded point configuration processing are performed on the request entity data, the routing landing processing can be performed on the request entity data, and the request result data response is generated. The request result data Response is a Response result of the Response flow in the routing system, and the request result data Response may include a Response result, parameter information, a return value, and the like. The server side can package the Response result, the parameter information, the return value and the like in the request result data Response, and send the request result data Response to the client side, and the standard route calling process can be completed at this time.
Therefore, in the scheme, on the basis of the client and the server architecture, the dynamic proxy design is adopted to realize the route calling of the self-defined method parameters, not only various quick and convenient route methods are supported, but also the route interception configuration is supported to monitor the whole route request flow to realize the expansion of various customized services, and the redundant communication method of sinking an interface is avoided through the route of the self-defined parameter method.
It should be understood that the sequence number of each step in the foregoing embodiment does not mean that the execution sequence of each process should be determined by the function and the internal logic, and should not limit the implementation process of the embodiment of the present application.
Referring to fig. 4, the present application further provides a processing device for routing call based on a C/S architecture, where the processing device for routing call based on a C/S architecture corresponds to the processing method for routing call based on a C/S architecture one by one. The processing device for routing call based on the C/S architecture may include a data acquisition module 10, a configuration analysis module 20, a wrapper processing module 30, and an interception processing module 40.
In one embodiment of the present application, the data acquisition module 10 may be configured to acquire the string set data through a routing peer, where the routing peer includes a client and a server. Specifically, the router may be a network router, and the network router serves the connection between networks and performs activities such as routing. Network routing of network routers connects two or more networks by filtering, forwarding, etc. information, thereby connecting the computers to each other to function as an efficient network, and by selecting the appropriate routing route, information is delivered from one network layer to another at the fastest speed. Specifically, the routing end can be subdivided into a client and a server, and the character string set data can be processed through the client and the server respectively.
Referring to fig. 5, in an embodiment of the present application, the configuration analysis module 20 may be configured to send the string set data to the client for performing configuration analysis processing, so as to obtain the routing configuration information data and the routing object data. Configuration analysis module 20 may include a remote configuration module 21, a downgrade configuration module 22, a local parsing module 23, a package processing module 24, and a matching module 25.
In one embodiment of the present application, the remote configuration module 21 may be configured to send the string set data to the client for remote configuration processing, to obtain remote configuration data. In particular, the remote configuration may be a method of dynamically modifying routing configuration information data in a routing system. In the routing system, the local routing configuration information data content cannot be modified, so that the routing configuration information data cannot be flexibly participated in the routing matching process of the routing system, and the speed and accuracy of matching the routing configuration information data and searching the routing object data are reduced. The corresponding route configuration can be preset and configured in the remote server, and the content of the route configuration information data is dynamically modified in the running process of the route system, so that the speed and accuracy of matching and searching the route object data are improved. After the remote configuration processing is performed on the character string set data, the configuration information in the character string set data can be configured and processed according to the corresponding routing configuration, and remote configuration data are generated.
In one embodiment of the application, the downgrade configuration module 22 may be configured to perform downgrade configuration processing on the remote configuration data to obtain downgrade configuration data. Specifically, the downgrade configuration may be another remote configuration method in the routing system, and the downgrade configuration process may configure fault tolerance of the routing configuration information data. In the process of matching and searching route configuration information data, if matching and searching fail, default route object data can be provided through a remote configuration method of a route system, and the route configuration information data is associated with the default route object data, so that the failure rate of a route request is reduced, and the stability of the route system is improved.
In one embodiment of the present application, the local parsing module 23 may be configured to perform local parsing on the degraded configuration data to obtain local parsed data.
In one embodiment of the present application, the encapsulation processing module 24 may be configured to encapsulate the remote configuration data, the degraded configuration data, and the local resolution data to obtain the routing configuration information data. Specifically, the route configuration information data Entry is a form of encapsulation for the string set data Uri in the routing system. The routing system analyzes the format of the standard string set data Uri, obtains each part such as scheme (system), host (server), path (route), query (query) and the like, and uniformly encapsulates the parts into routing configuration information data Entry.
In one embodiment of the present application, the matching module 25 may be configured to match the routing configuration information data with a plurality of routing objects in the client, to obtain adapted routing object data. Specifically, after the Route configuration information data Entry is obtained, the Route configuration information data Entry needs to be matched with a plurality of Route objects in the client to obtain the most adapted Route object data Route. Specifically, the Route object data Route is entity data which is generated in advance in the system and exists for a long time, and is also objective entity data which only points to the page Route and the method Route in the Route system. In the matching process, each part of the character string set data Uri analyzed in the configuration information data Entry can be matched with a plurality of route objects, so that the matched route object data can be found.
In one embodiment of the present application, the wrapper processing module 30 may be configured to perform a wrapper process on the routing configuration information data and the routing object data to generate the request entity data.
Referring to fig. 6, in one embodiment of the present application, the interception processing module 40 may be configured to send the request entity data to the server for route interception processing, generate request result data, and send the request result data to the client. The interception processing module 40 may include a listening module 41, a recording module 42, and a data generation module 43.
In one embodiment of the present application, the monitoring module 41 may be configured to send the request entity data to the server for performing a route subscription process, and monitor a response flow of the server. Specifically, the route subscription is a route interception configuration of the route system, and when the server receives and starts processing the request entity data request of the client, the response flow of the server can be intercepted, and some message subscription configurations are added, so that monitoring and notification of the response flow of the route system are realized.
In one embodiment of the present application, the recording module 42 may be configured to perform embedded point configuration processing on the request entity data, and record parameter information and circulation information in the response flow. Specifically, before the server receives the Request entity data Request of the client and starts processing, the response flow of the server can be intercepted, and parameter information, circulation information and the like in the response flow can be recorded.
In one embodiment of the present application, the data generating module 43 may be configured to route the request entity data to the ground, generate request result data, and send the request result data to the client. Specifically, the request result data Response is a Response result of the Response flow in the routing system, and the request result data Response may include a Response result, parameter information, a return value, and the like. The server side can package the Response result, the parameter information, the return value and the like in the request result data Response, and send the request result data Response to the client side, and the standard route calling process can be completed at this time.
Specific limitations regarding the processing means of the C/S architecture based routing call can be found in the above limitations on the intelligent question-answering method, and will not be described in detail here. The various modules in the processing device for routing calls based on the C/S architecture described above may be implemented in whole or in part by software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
Referring to fig. 7, the present application further provides a computer device, which may be a server. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes non-volatile and/or volatile storage media and internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The network interface of the computer device is for communicating with an external client via a network connection. The computer program, when executed by a processor, implements functions or steps on a service side of a processing method for routing calls based on a C/S architecture.
Referring to fig. 8, the present application also provides another computer device, which may be a client. The computer device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The network interface of the computer device is for communicating with an external server via a network connection. The computer program, when executed by a processor, implements the functions or steps of a processing method client side of a routing call based on a C/S architecture.
In one embodiment of the application, a computer device is provided comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
the routing end obtains the character string set data, and the routing end comprises a client and a server.
And sending the character string set data to a client for configuration analysis processing to obtain route configuration information data and route object data.
And packaging the routing configuration information data and the routing object data to generate request entity data.
And sending the request entity data to a server for route interception processing, generating request result data, and sending the request result data to a client.
In one embodiment of the present application, there is provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of:
the routing end obtains the character string set data, and the routing end comprises a client and a server.
And sending the character string set data to a client for configuration analysis processing to obtain route configuration information data and route object data.
And packaging the routing configuration information data and the routing object data to generate request entity data.
And sending the request entity data to a server for route interception processing, generating request result data, and sending the request result data to a client.
It should be noted that, the functions or steps implemented by the computer readable storage medium or the computer device may correspond to the relevant descriptions of the server side and the client side in the foregoing method embodiments, and are not described herein for avoiding repetition.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
In the description of the present specification, the descriptions of the terms "present embodiment," "example," "specific example," and the like, mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The embodiments of the application disclosed above are intended only to help illustrate the application. The examples are not intended to be exhaustive or to limit the application to the precise forms disclosed. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the application and the practical application, to thereby enable others skilled in the art to best understand and utilize the application. The application is limited only by the claims and the full scope and equivalents thereof.

Claims (8)

1. A method for processing a routing call based on a C/S architecture, comprising:
acquiring character string set data;
the character string set data are sent to a client for remote configuration processing, and remote configuration data are obtained;
performing degradation configuration processing on the remote configuration data to obtain degradation configuration data;
performing local analysis processing on the degradation configuration data to obtain local analysis data;
packaging the remote configuration data, the degradation configuration data and the local analysis data to obtain routing configuration information data;
matching the route configuration information data with a plurality of route objects in the client to obtain adapted route object data;
packaging the route configuration information data and the route object data to generate request entity data;
the request entity data is sent to a server for route subscription processing, and the response flow of the server is monitored;
performing embedded point configuration processing on the request entity data, and recording parameter information and circulation information in a response flow;
and carrying out route landing processing on the request entity data to generate request result data.
2. The method for processing routing call based on C/S architecture according to claim 1, wherein in the step of obtaining the string set data, the string set data is obtained through a routing end, and the routing end includes the client and the server.
3. The method of claim 1, wherein the request result data includes a response result, parameter information, and a return value.
4. The method for processing a routing call based on a C/S architecture according to claim 1, further comprising, after the step of performing route-to-ground processing on the request entity data to generate request result data, the steps of: and sending the request result data to the client.
5. A processing apparatus for routing calls based on a C/S architecture, comprising:
the data acquisition module is used for acquiring the character string set data;
the configuration analysis module is used for sending the character string set data to a client for remote configuration processing to obtain remote configuration data, carrying out degradation configuration processing on the remote configuration data to obtain degradation configuration data, carrying out local analysis processing on the degradation configuration data to obtain local analysis data, carrying out encapsulation processing on the remote configuration data, the degradation configuration data and the local analysis data to obtain route configuration information data, and matching the route configuration information data with a plurality of route objects in the client to obtain adapted route object data;
the packaging processing module is used for packaging the route configuration information data and the route object data to generate request entity data; and
the interception processing module is used for sending the request entity data to the server for route subscription processing, monitoring the response flow of the server, performing buried point configuration processing on the request entity data, recording parameter information and circulation information in the response flow, performing route landing processing on the request entity data, and generating request result data.
6. The C/S architecture-based routing call processing apparatus of claim 5, wherein the configuration analysis module comprises a remote configuration module, a degradation configuration module, a local parsing module, a packaging processing module, and a matching module, and the interception processing module comprises a monitoring module, a recording module, and a data generation module.
7. Computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the steps of the C/S architecture based routing call processing method according to any of claims 1 to 4 when the computer program is executed.
8. A computer-readable storage medium storing a computer program, characterized in that the computer program when executed by a processor implements the steps of the C/S architecture based routing call processing method according to any of claims 1 to 4.
CN202210704330.3A 2022-06-21 2022-06-21 Processing method, device, equipment and medium for route call based on C/S architecture Active CN115103016B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210704330.3A CN115103016B (en) 2022-06-21 2022-06-21 Processing method, device, equipment and medium for route call based on C/S architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210704330.3A CN115103016B (en) 2022-06-21 2022-06-21 Processing method, device, equipment and medium for route call based on C/S architecture

Publications (2)

Publication Number Publication Date
CN115103016A CN115103016A (en) 2022-09-23
CN115103016B true CN115103016B (en) 2023-11-03

Family

ID=83292729

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210704330.3A Active CN115103016B (en) 2022-06-21 2022-06-21 Processing method, device, equipment and medium for route call based on C/S architecture

Country Status (1)

Country Link
CN (1) CN115103016B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1422889A2 (en) * 2002-11-19 2004-05-26 Hughes Electronics Corporation System and method for routing among private addressing domains
CN107395439A (en) * 2017-08-24 2017-11-24 郑州云海信息技术有限公司 A kind of network collocating method, device and controller
CN108494860A (en) * 2018-03-28 2018-09-04 百度在线网络技术(北京)有限公司 WEB accesses system, WEB access methods and device for client
CN109039687A (en) * 2017-06-12 2018-12-18 北京信威通信技术股份有限公司 Load-balancing method, device, system, equipment and the storage medium of request
CN113282400A (en) * 2021-06-29 2021-08-20 中国平安人寿保险股份有限公司 Application issuing method, device, equipment and storage medium based on interface routing
CN113472901A (en) * 2021-09-02 2021-10-01 深圳市信润富联数字科技有限公司 Load balancing method, device, equipment, storage medium and program product
CN113489650A (en) * 2021-06-30 2021-10-08 中国平安人寿保险股份有限公司 Routing method, device and equipment of client and storage medium
CN113489788A (en) * 2021-07-06 2021-10-08 广州华多网络科技有限公司 Data routing control method, data analysis processing method, data routing control device, data analysis processing device and data analysis processing medium
CN114500481A (en) * 2021-12-29 2022-05-13 苏州众言网络科技股份有限公司 Service request processing method, system and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7139242B2 (en) * 2001-03-28 2006-11-21 Proficient Networks, Inc. Methods, apparatuses and systems facilitating deployment, support and configuration of network routing policies
US8533780B2 (en) * 2009-12-22 2013-09-10 Cisco Technology, Inc. Dynamic content-based routing
US9282157B2 (en) * 2013-03-12 2016-03-08 Microsoft Technology Licensing, Llc Intermediary API for providing presence data to requesting clients

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1422889A2 (en) * 2002-11-19 2004-05-26 Hughes Electronics Corporation System and method for routing among private addressing domains
CN109039687A (en) * 2017-06-12 2018-12-18 北京信威通信技术股份有限公司 Load-balancing method, device, system, equipment and the storage medium of request
CN107395439A (en) * 2017-08-24 2017-11-24 郑州云海信息技术有限公司 A kind of network collocating method, device and controller
CN108494860A (en) * 2018-03-28 2018-09-04 百度在线网络技术(北京)有限公司 WEB accesses system, WEB access methods and device for client
CN113282400A (en) * 2021-06-29 2021-08-20 中国平安人寿保险股份有限公司 Application issuing method, device, equipment and storage medium based on interface routing
CN113489650A (en) * 2021-06-30 2021-10-08 中国平安人寿保险股份有限公司 Routing method, device and equipment of client and storage medium
CN113489788A (en) * 2021-07-06 2021-10-08 广州华多网络科技有限公司 Data routing control method, data analysis processing method, data routing control device, data analysis processing device and data analysis processing medium
CN113472901A (en) * 2021-09-02 2021-10-01 深圳市信润富联数字科技有限公司 Load balancing method, device, equipment, storage medium and program product
CN114500481A (en) * 2021-12-29 2022-05-13 苏州众言网络科技股份有限公司 Service request processing method, system and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Mark Lorenze R. Torregoza ; Elmer P. Dadios.An adaptive route optimization algorithm for routing of international voice calls using fuzzy logic.TENCON 2012 IEEE Region 10 Conference.2013,全文. *
一种基于硬件抽象的异构平台处理器数据路由方法;贺靖卿;岳春生;胡泽明;孙彬;;信息工程大学学报(04);全文 *

Also Published As

Publication number Publication date
CN115103016A (en) 2022-09-23

Similar Documents

Publication Publication Date Title
CN107231402B (en) HTTP request processing method, device and system
US20150128103A1 (en) System and method for automating application programming interface integration
CN107450899B (en) Method and device for generating terminal control script
US20190245732A1 (en) Method for network management based on netconf protocol, and associated network device
CN111200523B (en) Method, device, equipment and storage medium for configuring middle platform system
US20220239547A1 (en) Yang Module Management Method, Apparatus, and System, Device, and Storage Medium
WO2016202000A1 (en) Differential rollback upgrading method and apparatus
CN109254765B (en) Timing task management method, device, computer equipment and storage medium
CN109714208B (en) Method for bringing equipment into network management, storage medium and electronic equipment
CN107070978B (en) Method and system for cross-network proxy Web map service and proxy server
WO2017211302A1 (en) Application program development method, apparatus and system
CN113268308A (en) Information processing method, device and storage medium
CN115103016B (en) Processing method, device, equipment and medium for route call based on C/S architecture
CN112667204A (en) Data processing method and device for microservice application and computer equipment
KR20220079970A (en) Data processing methods and devices
US9374437B2 (en) Schema validation proxy
CN112307486A (en) Authority obtaining method, equipment and system
CN111026988A (en) Page loading method, device and system and computer equipment
EP3502925A1 (en) Computer system and method for extracting dynamic content from websites
CN113778647A (en) Call request processing method, system and test equipment
CN108052380B (en) Business function docking method and device, computer equipment and storage medium
CN111382379B (en) Method and terminal for importing configuration data with pictures
CN112637085A (en) Flow recording method and device, computer equipment and storage medium
CN110515905A (en) A kind of method, apparatus and server of the configuration of routing
CN113141282B (en) Packet capturing method, device, equipment and storage medium based on Libpcap

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
GR01 Patent grant
GR01 Patent grant