Groovy Documentation

org.linkedin.glu.agent.rest.resources
[Groovy] Class CommandStreamsResource

java.lang.Object
  org.restlet.resource.Resource
      org.linkedin.glu.agent.rest.resources.BaseResource
          org.linkedin.glu.agent.rest.resources.CommandBaseResource
              org.linkedin.glu.agent.rest.resources.CommandStreamsResource

class CommandStreamsResource
extends CommandBaseResource

Authors:
yan@pongasoft.com


Field Summary
 
Fields inherited from class CommandBaseResource
commandId
 
Fields inherited from class BaseResource
MODULE, log
 
Constructor Summary
CommandStreamsResource(Context context, Request request, Response response)

 
Method Summary
boolean allowGet()

Representation represent(Variant variant)

GET: return the stream(s) and information about the command

 
Methods inherited from class CommandBaseResource
getRequestArgs
 
Methods inherited from class BaseResource
addResponseHeader, getAgent, getPath, getRequestArgs, getResourceMountPoint, noException, toArgs, toArgs, toRepresentation
 

Constructor Detail

CommandStreamsResource

CommandStreamsResource(Context context, Request request, Response response)


 
Method Detail

allowGet

@Override
boolean allowGet()


represent

Representation represent(Variant variant)
GET: return the stream(s) and information about the command


 

Groovy Documentation