Class ResponseLogic
- java.lang.Object
-
- net.officefloor.tutorial.javascripthttpserver.ResponseLogic
-
public class ResponseLogic extends java.lang.Object
Sends the response.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ResponseLogic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(ObjectResponse<Response> response)
-
-
-
Method Detail
-
send
public void send(ObjectResponse<Response> response)
-
-