![]()  | 
  
    Qore FileLocationHandler Module Reference 2.3
    
   | 
 
Wraps an HTTP poller so that the response body is always returned as the output. More...
#include <FileLocationHandlerRest.qc.dox.h>
Inherits AbstractPollOperation.
Public Member Methods | |
| constructor (AbstractPollOperation op) | |
| Creates the object wrapping the HTTP poller passed as an argument.  | |
| *hash< SocketPollInfo > | continuePoll () | 
| Calls the corresponding method in the wrapped poller and returns the return value.  | |
| string | getGoal () | 
| Calls the corresponding method in the wrapped poller and returns the return value.  | |
| auto | getOutput () | 
Returns the value of the "response-body" key in the wrapped HTTP poller's output data.  | |
| string | getState () | 
| Calls the corresponding method in the wrapped poller and returns the return value.  | |
| bool | goalReached () | 
| Calls the corresponding method in the wrapped poller and returns the return value.  | |
Private Attributes | |
| AbstractPollOperation | op | 
| The HTTP poller to execute.  | |
Wraps an HTTP poller so that the response body is always returned as the output.