We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5b0de commit ac134baCopy full SHA for ac134ba
1 file changed
Java/Spring/SpringMVC.md
@@ -31,7 +31,7 @@ categories:
31
- 3.6. [SSE](#sse)
32
- 4. [Tips](#tips)
33
34
-💠 2024-12-25 22:37:44
+💠 2024-12-25 22:39:49
35
****************************************
36
37
# SpringMVC
@@ -351,6 +351,13 @@ public class WebMvcConfig extends WebMvcConfigurerAdapter{
351
## SSE
352
TODO
353
354
+> send 逻辑
355
+```
356
+org.springframework.web.servlet.mvc.method.annotation.SseEmitter#send
357
+org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler#handleReturnValue
358
+org.springframework.http.converter.StringHttpMessageConverter#writeInternal
359
+sun.nio.cs.StreamEncoder#implWrite
360
361
************************
362
363
# Tips
0 commit comments