Commit 7904a1f
committed
Add getLastError() API to MultiProtocolJSONClient
To allow determining the cause of a disconnection, add a new API to
MultiProtocolJSONClient to retrieve the Exception passed from the
WebSocket library in the onError() callback.
This is required to allow logging the OCPP 2.0.1 Security Events
"InvalidTLSVersion" and "InvalidTLSCipherSuite", by examining the type
of Exception and its message string.1 parent 63fe226 commit 7904a1f
File tree
2 files changed
+11
-0
lines changed- ocpp-v2/src/main/java/eu/chargetime/ocpp
2 files changed
+11
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
209 | 213 | | |
210 | 214 | | |
211 | 215 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
261 | 264 | | |
262 | 265 | | |
263 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
264 | 271 | | |
265 | 272 | | |
266 | 273 | | |
| |||
0 commit comments