@Path(value="/") public class ThreadResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadResource.Info |
static class |
ThreadResource.StackLine |
| Constructor and Description |
|---|
ThreadResource() |
| Modifier and Type | Method and Description |
|---|---|
List<ThreadResource.Info> |
getThreadInfo() |
@GET @Path(value="/v1/thread") @Produces(value="application/json") public List<ThreadResource.Info> getThreadInfo()
Copyright © 2012–2019. All rights reserved.