-
1.
公开(公告)号:US12095658B2
公开(公告)日:2024-09-17
申请号:US18198762
申请日:2023-05-17
Applicant: ORACLE INTERNATIONAL CORPORATION
Inventor: Tomas Langer
IPC: G06F12/00 , G06F3/06 , G06F8/60 , H04L45/302 , H04L67/02 , H04L67/141 , H04L67/147
CPC classification number: H04L45/306 , G06F3/0604 , G06F3/0655 , G06F3/067 , G06F8/60 , H04L67/02 , H04L67/141 , H04L67/147
Abstract: In accordance with an embodiment, described herein are systems and methods for use with a microservices or other computing environment, including a web server together with related libraries and features usable to build cloud-native applications or services. To support testing of software applications or services, a client connection can be replaced with an in-memory implementation that exposes inverse functions to a server connection; for example, data bytes written to a data writer of a client connection are available through a data reader on a server connection, and vice versa. During testing, the in-memory implementation uses a blocking queue in memory, but without using actual sockets. Once the testing has been completed using the in-memory implementation, the client and/or server code can be tested against actual sockets, for use in processing a request.
-
公开(公告)号:US12081626B2
公开(公告)日:2024-09-03
申请号:US18188934
申请日:2023-03-23
Applicant: Cisco Technology, Inc.
Inventor: Kaustubh Inamdar , Vinay Saini , Ankush Ganpatrai Arora
IPC: G06F15/16 , H04H60/23 , H04L9/08 , H04L9/14 , H04L9/40 , H04L12/18 , H04L67/141 , H04L67/147 , H04L67/148 , H04W12/50 , H04W12/63
CPC classification number: H04L67/148 , H04H60/23 , H04L9/0819 , H04L9/14 , H04L12/1813 , H04L63/0442 , H04L63/102 , H04L67/141 , H04L67/147 , H04W12/50 , H04W12/63
Abstract: A method for a seamless transfer of a secure multimedia conference session from one endpoint device to another without a need to rekey the session is provided. In this method, a first endpoint device connects a participant to a multimedia conference session to which at least one other participant is connected and based on detecting one or more second endpoint devices within a predetermined location proximity of the first endpoint device, determines whether to transfer the multimedia conference session to a target endpoint device. Based on determining that the session is to be transferred, the first endpoint device establishes a secure pairing connection directly with the target endpoint device and provides, via the secure pairing connection, information about the multimedia conference session based on which the multimedia conference session is transferred to the target endpoint device without rekeying the multimedia conference session.
-
3.
公开(公告)号:US12068948B2
公开(公告)日:2024-08-20
申请号:US18198765
申请日:2023-05-17
Applicant: ORACLE INTERNATIONAL CORPORATION
Inventor: Tomas Langer
IPC: G06F15/16 , G06F3/06 , G06F8/60 , H04L45/302 , H04L67/02 , H04L67/141 , H04L67/147
CPC classification number: H04L45/306 , G06F3/0604 , G06F3/0655 , G06F3/067 , G06F8/60 , H04L67/02 , H04L67/141 , H04L67/147
Abstract: In accordance with an embodiment, described herein are systems and methods for use with a microservices or other computing environment, including a web server together with related libraries and features usable to build cloud-native applications or services. To support features such as client/server connection abstraction, router abstraction, or the use of different protocols on a single socket, an extensible service provider interface provides software methods that allow protocol identification for a request message and connection. When a connection request message is received from a client directed to a server, a determination is made as to whether the request can be appropriately handled. The protocol identification process can, for example, return an indication that the system does not support the request protocol, that it does not have enough data to make a decision, or that additional data is needed to make such a determination.
-
公开(公告)号:US20240267432A1
公开(公告)日:2024-08-08
申请号:US18639825
申请日:2024-04-18
Applicant: Twilio Inc.
Inventor: Michael DeLorenzo , Andrew Ryno , Sunil Thamatam , Shawn Parker , Rahul Sanghavi , Nick VIKU , Patrick Loomis
IPC: H04L67/141 , G06F16/21 , H04L67/1001 , H04L67/146 , H04L67/147
CPC classification number: H04L67/141 , G06F16/213 , H04L67/1001 , H04L67/146 , H04L67/147
Abstract: Disclosed are systems, methods, and non-transitory computer-readable media for multi-jurisdictional endpoint allocation compliance. A multi-jurisdictional endpoint allocation system receives a request to allocate an endpoint in a jurisdiction to an account and accesses a regulation data object for the jurisdiction. The regulation data object identifies a set of jurisdictional requirements for the jurisdiction and a set of actions to be performed to satisfy the set of jurisdictional requirements for the jurisdiction. The multi-jurisdictional endpoint allocation system allocates an endpoint in the jurisdiction to the account and executes the set of actions associated with the regulation data object to satisfy the set of jurisdictional requirements for the jurisdiction.
-
公开(公告)号:US20240106904A1
公开(公告)日:2024-03-28
申请号:US18537443
申请日:2023-12-12
Applicant: Microsoft Technology Licensing, LLC
Inventor: Shrey SHAH
IPC: H04L67/147 , G06N5/025
CPC classification number: H04L67/147 , G06N5/025
Abstract: In non-limiting examples of the present disclosure, systems, methods, and devices for intelligent advertising with optimization. A first device may determine a scenario for completion with a second device. The first device may receive device signals associated with the scenario. The first device may analyze the device signals based on the scenario with a rules engine. The first device may determine whether the second device is ready to participate in the scenario. In response to determining that the second device is ready to participate in the scenario, the first device may transmit an advertisement or listen for an advertisement from the second device.
-
公开(公告)号:US20230379391A1
公开(公告)日:2023-11-23
申请号:US18198759
申请日:2023-05-17
Applicant: ORACLE INTERNATIONAL CORPORATION
Inventor: Tomas Langer
IPC: H04L67/147 , H04L67/141 , H04L67/02
CPC classification number: H04L67/147 , H04L67/141 , H04L67/02
Abstract: In accordance with an embodiment, described herein are systems and methods for use with a microservices or other computing environment, including a web server together with related libraries and features usable to build cloud-native applications or services. The system provides, by means of a header enumeration, an abstraction that allows message headers to be treated as objects, accessible via an application program interface that supports multiple communication protocols and allows clients and servers to communicate request/response messages using any of the supported protocols. When a request message with a known header type is encountered, the system can obtain an indexed value from the enumeration, if available, and provide the associated data directly to the process to which the request is directed, and/or cache the header value for later use.
-
公开(公告)号:US11778045B2
公开(公告)日:2023-10-03
申请号:US17372783
申请日:2021-07-12
Applicant: RED HAT, INC.
Inventor: Alexandre Porcelli Bakos , Tiago Fernandes , Eder Ignatowicz
IPC: G06F15/16 , H04L67/147 , H04L67/02 , H04L67/51
CPC classification number: H04L67/147 , H04L67/02 , H04L67/51
Abstract: A communication system for a micro-frontend architecture can include a first message handler associated with a requestor of data and a second message handler associated with a requestee. The requestor can be a wrapper application or a micro-frontend, and the requestee can the other of the wrapper application or the micro-frontend. In response to receiving a data request from the requestor, the first message handler can transmit a request message via a communication channel to the second message handler, where the request message includes a unique identifier assigned to the request. Thereafter, the first message handler can receive a response message from the second message handler via the communication channel, where the response message includes the data and the unique identifier. Based on the unique identifier in the response message, the first message handler can provide the data to the requestor in a response to the request.
-
公开(公告)号:US11736968B2
公开(公告)日:2023-08-22
申请号:US17024898
申请日:2020-09-18
Applicant: InterDigital Patent Holdings, Inc.
Inventor: Michael F. Starsinic , Suresh Palanisamy , Zongrui Ding
CPC classification number: H04W28/0215 , H04L12/1403 , H04L12/1475 , H04L12/1496 , H04L67/147 , H04M15/09 , H04M15/60 , H04M15/8083 , H04W4/24 , H04W4/70 , H04W88/04
Abstract: The present application describes a user equipment including a processor and a memory, where the memory stores computer-executable instructions that, when executed by the processor, cause the user equipment to perform a set of instructions. The instructions include transmitting, to a network, a message requesting to modify or establish flow that is not to be charged to the user equipment. The instructions also include receiving, from the network, an indication based on the message request. The instructions further include determining, based on the indication, whether to make the flow being associated with the message.
-
公开(公告)号:US20230199004A1
公开(公告)日:2023-06-22
申请号:US17645034
申请日:2021-12-17
Applicant: Bank of America Corporation
Inventor: Jeffrey Wayne Texada , Steven E. Sinks
IPC: H04L9/40 , H04L67/147
CPC classification number: H04L63/1416 , H04L63/1425 , H04L63/20 , H04L67/147
Abstract: A system determines baseline deployment properties of operating system deployments stored by a deployment repository and endpoint deployment properties of a deployed operating system executed by an endpoint device. An artificial intelligence model is configured to determine a security response based at least in part on the endpoint deployment properties of the endpoint device. By providing the endpoint deployment properties to the artificial intelligence model, a mismatch value is determined that corresponds to an amount that the endpoint deployment properties are different than the baseline deployment properties. Based on the mismatch value, an action is determined to improve security of the deployed operating system executed by the endpoint device. The determined action is executed to improve security of the deployed operating system.
-
10.
公开(公告)号:US20190123999A1
公开(公告)日:2019-04-25
申请号:US15788215
申请日:2017-10-19
Applicant: Futurewei Technologies, Inc.
Inventor: Uma S. Chunduri , Evgeny Tantsura
IPC: H04L12/781 , H04L29/08
CPC classification number: H04L45/52 , H04L45/50 , H04L45/68 , H04L45/741 , H04L67/147 , H04L69/18
Abstract: Servicing a pseudowire communication across multiple Administrative Systems (AS) by components of packet data networks. A first Provider Edge (PE) router of a first AS receives a first Interior Gateway Protocol (IGP) message from a source PE router of the first AS that includes pseudowire data. The first PE router creates a first Border Gateway Protocol Link State (BGP-LS) message that includes the pseudowire data and transmits the first BGP-LS message to a second PE router of a second AS and intended for a destination PE router of the second AS. The first PE router then receives a second BGP-LS message from the second PE router that includes modified pseudowire data. The first PE router creates a second IGP message that includes the modified pseudowire data and transmits the second IGP message to the source PE router.
-
-
-
-
-
-
-
-
-