File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
application/src/main/java/org/thingsboard/mqtt/broker/server Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ public class MqttTcpServerContext {
28
28
29
29
@ Value ("${listener.tcp.proxy_enabled:}" )
30
30
private Boolean listenerProxyProtocolEnabled ;
31
+
31
32
}
Original file line number Diff line number Diff line change @@ -35,4 +35,5 @@ public class MqttSslServerContext {
35
35
36
36
@ Value ("${listener.ssl.config.enabled_cipher_suites}" )
37
37
private String [] enabledCipherSuites ;
38
+
38
39
}
Original file line number Diff line number Diff line change 23
23
@ Getter
24
24
public class MqttWsServerContext {
25
25
26
- @ Value ("${listener.ws.netty.sub_protocols}" )
27
- private String subprotocols ;
28
-
29
26
@ Value ("${listener.ws.netty.max_payload_size}" )
30
27
private int maxPayloadSize ;
31
28
32
29
@ Value ("${listener.ws.proxy_enabled:}" )
33
30
private Boolean listenerProxyProtocolEnabled ;
34
31
32
+ @ Value ("${listener.ws.netty.sub_protocols}" )
33
+ private String subprotocols ;
34
+
35
35
}
Original file line number Diff line number Diff line change @@ -30,12 +30,13 @@ public class MqttWssServerContext {
30
30
@ Value ("${listener.wss.netty.max_payload_size}" )
31
31
private int maxPayloadSize ;
32
32
33
+ @ Value ("${listener.wss.proxy_enabled:}" )
34
+ private Boolean listenerProxyProtocolEnabled ;
35
+
33
36
@ Value ("${listener.wss.netty.sub_protocols}" )
34
37
private String subprotocols ;
35
38
36
39
@ Value ("${listener.wss.config.enabled_cipher_suites}" )
37
40
private String [] enabledCipherSuites ;
38
41
39
- @ Value ("${listener.wss.proxy_enabled:}" )
40
- private Boolean listenerProxyProtocolEnabled ;
41
42
}
You can’t perform that action at this time.
0 commit comments