Skip to content

Commit ac134ba

Browse files
committed
invoke
1 parent 3f5b0de commit ac134ba

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Java/Spring/SpringMVC.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ categories:
3131
- 3.6. [SSE](#sse)
3232
- 4. [Tips](#tips)
3333

34-
💠 2024-12-25 22:37:44
34+
💠 2024-12-25 22:39:49
3535
****************************************
3636

3737
# SpringMVC
@@ -351,6 +351,13 @@ public class WebMvcConfig extends WebMvcConfigurerAdapter{
351351
## SSE
352352
TODO
353353

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+
```
354361
************************
355362

356363
# Tips

0 commit comments

Comments
 (0)