@Path(value="connect/") public class Resource extends Object
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
connect() |
javax.ws.rs.core.Response |
connect(Long tabularResourceId)
Deprecated.
|
@Deprecated @Path(value="/{trId}") @GET public javax.ws.rs.core.Response connect(@PathParam(value="trId") Long tabularResourceId)
@GET public javax.ws.rs.core.Response connect()
Copyright © 2021. All Rights Reserved.