Uses of Class
adams.flow.dropwizard.AbstractRESTProvider
-
Packages that use AbstractRESTProvider Package Description adams.flow.dropwizard adams.flow.dropwizard.echo -
-
Uses of AbstractRESTProvider in adams.flow.dropwizard
Subclasses of AbstractRESTProvider in adams.flow.dropwizard Modifier and Type Class Description class
GenericServer
Generic REST service provider, which allows you to assemble the REST plugins that should make up the service.
Automatically sets the flow context of plugins, if they should implement the adams.flow.core.FlowContextHandler interface. -
Uses of AbstractRESTProvider in adams.flow.dropwizard.echo
Subclasses of AbstractRESTProvider in adams.flow.dropwizard.echo Modifier and Type Class Description class
EchoServer
Only offers: adams.flow.dropwizard.echo.Echo
REST Class
- Path: @jakarta.ws.rs.Path(value="/echo/{input}")
- Produces: @jakarta.ws.rs.Produces(value={"text/plain"})
REST Method 'ping'
- Parameter #1: @jakarta.ws.rs.PathParam(value="input")
- Method(s): GET
-