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