Changeset 21 for src/main/java/geniusweb/partiesserver/Info.java
- Timestamp:
- 10/06/20 13:12:31 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/partiesserver/Info.java
r1 r21 23 23 24 24 /** 25 * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse26 * response). Returns27 * <ul>28 * <li>URL with websocket address to contact the now running agent.29 * <li>SC_NOT_FOUND (404) if attempt is made to access non-running30 * 31 * <li>SC_SERVICE_UNAVAILABLE (503) if there are no free slots to run32 * theparty.33 * 34 * 35 * 25 * see 26 * {@link HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)}. 27 * Returns to the http caller 28 * <ul> 29 * <li>URL with websocket address to contact the now running agent. 30 * <li>SC_NOT_FOUND (404) if attempt is made to access non-running party. 31 * <li>SC_SERVICE_UNAVAILABLE (503) if there are no free slots to run the 32 * party. 33 * <li>SC_EXPECTATION_FAILED (417) if something else goes wrong during 34 * instantiating the party (then see logs for more details) 35 * </ul> 36 36 */ 37 37 @Override
Note:
See TracChangeset
for help on using the changeset viewer.