Uses of Interface
kong.unirest.core.SseHandler
-
Packages that use SseHandler Package Description kong.unirest.core kong.unirest.core.java -
-
Uses of SseHandler in kong.unirest.core
Methods in kong.unirest.core with parameters of type SseHandler Modifier and Type Method Description CompletableFuture<Void>SseRequest. connect(SseHandler handler)execute a SSE Event connection async.CompletableFuture<Void>SseRequestImpl. connect(SseHandler handler)CompletableFuture<Void>Client. sse(SseRequest request, SseHandler handler)execute a SSE Event connection. -
Uses of SseHandler in kong.unirest.core.java
Methods in kong.unirest.core.java with parameters of type SseHandler Modifier and Type Method Description CompletableFuture<Void>JavaClient. sse(SseRequest request, SseHandler handler)
-