Uses of Class
net.officefloor.tutorial.reactorhttpserver.ServerResponse
-
Packages that use ServerResponse Package Description net.officefloor.tutorial.reactorhttpserver -
-
Uses of ServerResponse in net.officefloor.tutorial.reactorhttpserver
Methods in net.officefloor.tutorial.reactorhttpserver that return types with arguments of type ServerResponse Modifier and Type Method Description reactor.core.publisher.Mono<ServerResponse>
ReactorLogic. reactive(org.springframework.web.reactive.function.client.WebClient client)
Methods in net.officefloor.tutorial.reactorhttpserver with parameters of type ServerResponse Modifier and Type Method Description void
ReactorLogic. send(ServerResponse result, ObjectResponse<ServerResponse> response)
Method parameters in net.officefloor.tutorial.reactorhttpserver with type arguments of type ServerResponse Modifier and Type Method Description void
ReactorLogic. send(ServerResponse result, ObjectResponse<ServerResponse> response)
void
ServerLogic. service(ObjectResponse<ServerResponse> response)
-