The fields of the HTTPCheckKMethod class are listed below. For a complete list of HTTPCheckKMethod class members, see the HTTPCheckKMethod Members topic.
![]() CONNECT_ERROR | A connection error occurred |
![]() CONNECTED | The connection to the host and port was established |
![]() CONNECTION_REFUSED | The connection to the host and port was refused |
![]() NO_ROUTE_TO_HOST | No route was available to the host and port |
![]() REQUEST_DENIED | A request was successful but the server denied access |
![]() REQUEST_ERROR | A request error occurred after connecting. An error may have occurred on the server |
![]() REQUEST_NOT_FOUND | A request was successful but the page was not found, this is a 404 HTTP error |
![]() REQUEST_REDIRECTED | A request was successful but the server returned a redirect |
![]() REQUEST_SUCCESSFUL | A request was successful and a page was returned |
![]() REQUEST_TIMEOUT | A request timed out. The server did not respond in time |
![]() REQUESTED_EMPTY_PAGE | A request was successful but an empty page was returned |
![]() UNKNOWN_HOST | The host was unknown, there was no dns entry for this host |
connectionResult | This is set after the method has been executed and will contain the connection result |
host | |
pooledThread (inherited from KMethod) | |
port | |
request | |
requestLatency | This is set after the method has been executed and will contain the latency of the request |
requestPage | This is set after the method has been executed and will contain the page returned from the server |
requestResult | This is set after the method has been executed and will contain the request result |
timeout | Set this variable if you care about the timeout (in milliseconds), default is 60 seconds |
args (inherited from KMethod) | |
debugName (inherited from KMethod) | |
method (inherited from KMethod) | |
obj (inherited from KMethod) | |
print_errors (inherited from KMethod) | |
run (inherited from KMethod) | |
verbose (inherited from KMethod) |
HTTPCheckKMethod Class | com.neokernel.httpd Namespace