Uses of Class
kong.unirest.core.java.Event
-
Packages that use Event Package Description kong.unirest.core kong.unirest.core.java -
-
Uses of Event in kong.unirest.core
Methods in kong.unirest.core that return types with arguments of type Event Modifier and Type Method Description Stream<Event>SseRequest. connect()execute a synchronous Server Sent Event Stream Due to the nature of SSE this stream may remain open indefinitely meaning you may be blocked while attempting to collect the stream.Stream<Event>SseRequestImpl. connect()Stream<Event>Client. sse(SseRequest request)Methods in kong.unirest.core with parameters of type Event Modifier and Type Method Description voidSseHandler. onEvent(Event event)Dispatched event -
Uses of Event in kong.unirest.core.java
Methods in kong.unirest.core.java that return types with arguments of type Event Modifier and Type Method Description Stream<Event>JavaClient. sse(SseRequest request)
-