Home / Function/ UserProperty() — netty Function Reference

UserProperty() — netty Function Reference

Architecture documentation for the UserProperty() function in MqttProperties.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  549facbe_e04c_c008_8b4f_d7749831caa7["UserProperty()"]
  9b04a113_ee15_3de6_6d2e_3b7520821e67["UserProperty"]
  549facbe_e04c_c008_8b4f_d7749831caa7 -->|defined in| 9b04a113_ee15_3de6_6d2e_3b7520821e67
  1884d271_a8c7_8143_e8ee_2f6e4070b19d["add()"]
  1884d271_a8c7_8143_e8ee_2f6e4070b19d -->|calls| 549facbe_e04c_c008_8b4f_d7749831caa7
  a6324a58_41a9_9992_e259_5920db83ab31["String()"]
  a6324a58_41a9_9992_e259_5920db83ab31 -->|calls| 549facbe_e04c_c008_8b4f_d7749831caa7
  adc60537_ca14_4da7_b221_c760a0c46ecb["StringPair()"]
  549facbe_e04c_c008_8b4f_d7749831caa7 -->|calls| adc60537_ca14_4da7_b221_c760a0c46ecb
  style 549facbe_e04c_c008_8b4f_d7749831caa7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-mqtt/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java lines 303–305

        public UserProperty(String key, String value) {
            super(USER_PROPERTY, new StringPair(key, value));
        }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does UserProperty() do?
UserProperty() is a function in the netty codebase, defined in codec-mqtt/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java.
Where is UserProperty() defined?
UserProperty() is defined in codec-mqtt/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java at line 303.
What does UserProperty() call?
UserProperty() calls 1 function(s): StringPair.
What calls UserProperty()?
UserProperty() is called by 2 function(s): String, add.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free