Changeset 21 for src/main/java/geniusweb/partiesserver/RunParty.java
- Timestamp:
- 10/06/20 13:12:31 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/partiesserver/RunParty.java
r8 r21 43 43 44 44 /** 45 * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse46 * response). Returns47 * <ul>48 * <li>URL with websocket address to contact the now running agent.49 * <li>SC_NOT_FOUND (404) if attempt is made to access non-running50 * 51 * <li>SC_SERVICE_UNAVAILABLE (503) if there are no free slots to run52 * theparty.53 * 54 * 55 * 45 * See 46 * {@link HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)}. 47 * Returns 48 * <ul> 49 * <li>URL with websocket address to contact the now running agent. 50 * <li>SC_NOT_FOUND (404) if attempt is made to access non-running party. 51 * <li>SC_SERVICE_UNAVAILABLE (503) if there are no free slots to run the 52 * party. 53 * <li>SC_EXPECTATION_FAILED (417) if something else goes wrong during 54 * instantiating the party (then see logs for more details) 55 * </ul> 56 56 */ 57 57 @Override
Note:
See TracChangeset
for help on using the changeset viewer.