- Timestamp:
- 10/06/20 13:12:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/profilesserver/websocket/GetProfileSocket.java
r16 r19 41 41 * 42 42 * <p> 43 * Query string: the websocket allows query strings. 44 * <ul> 45 * <li>partial</li> a query key that is assigned a natural number N (0 or 46 * larger). If set, the profile is converted into a Partial Profile with the 47 * given number of points. If N>0, the maximum utility bid is included .If N>1, 48 * the minimum utility bid is included. The other bids are picked at random. 49 * This filtering mechanism only works if the profile is {@link LinearAdditive} 50 * space. The reservation bid is passed through unmodified. 43 * Query strings: the websocket allows query strings. Allowed: 44 * <table> 45 * <caption>Query strings for GetprofileSocket</caption> 46 * <tr> 47 * <th>query name</th> 48 * <th>description</th> 49 * </tr> 50 * <tr> 51 * <td>partial=N</td> 52 * <td>a query key that is assigned a natural number N (0 or larger). If set, 53 * the profile is converted into a Partial Profile with the given number of 54 * points. If N>0, the maximum utility bid is included .If N>1, the 55 * minimum utility bid is included. The other bids are picked at random. This 56 * filtering mechanism only works if the profile is {@link LinearAdditive} 57 * space. The reservation bid is passed through unmodified.</td> 58 * </tr> 59 * </table> 51 60 */ 52 61 @ServerEndpoint("/websocket/get/{domain}/{profile}")
Note:
See TracChangeset
for help on using the changeset viewer.