@Path(value="simulation") public class FlightSimResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlightSimResource.Command |
| Constructor and Description |
|---|
FlightSimResource() |
@POST @Consumes(value="application/x-www-form-urlencoded") public String execute(@NotNull @FormParam(value="command") String command)
@GET @Path(value="events") @Produces(value="text/event-stream") public EventOutput connect()
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.