Uses of Class
io.joshworks.stream.client.sse.SSEConnection
-
Packages that use SSEConnection Package Description io.joshworks.stream.client io.joshworks.stream.client.sse -
-
Uses of SSEConnection in io.joshworks.stream.client
Methods in io.joshworks.stream.client that return SSEConnection Modifier and Type Method Description static SSEConnectionStreamClient. connect(java.lang.String url, SseClientCallback clientCallback) -
Uses of SSEConnection in io.joshworks.stream.client.sse
Methods in io.joshworks.stream.client.sse that return SSEConnection Modifier and Type Method Description SSEConnectionSseConfiguration. connect()SSEConnectionSseConfiguration. connect(java.lang.String lastEventId)SSEConnectionSseConfiguration. connectAsync()
-