Uses of Interface
ratpack.core.sse.client.ServerSentEventResponse
-
Packages that use ServerSentEventResponse Package Description ratpack.core.sse.client -
-
Uses of ServerSentEventResponse in ratpack.core.sse.client
Methods in ratpack.core.sse.client that return types with arguments of type ServerSentEventResponse Modifier and Type Method Description default Promise<ServerSentEventResponse>
ServerSentEventClient. request(URI uri)
Makes a request for an event stream to the given location.Promise<ServerSentEventResponse>
ServerSentEventClient. request(URI uri, Action<? super RequestSpec> action)
Makes a request for an event stream to the given location.
-