HandlerInterface
in
HTTP client handler interface
Tags
Table of Contents
Methods
- disconnect() : void
- Close the handler connection
- getResource() : mixed
- Get the resource
- hasResource() : bool
- Determine whether or not resource is available
- reset() : HandlerInterface
- Method to reset the handler
- resource() : mixed
- Get the resource (alias method)
- send() : mixed
- Method to send the request
Methods
disconnect()
Close the handler connection
public
disconnect() : void
getResource()
Get the resource
public
getResource() : mixed
hasResource()
Determine whether or not resource is available
public
hasResource() : bool
Return values
boolreset()
Method to reset the handler
public
reset() : HandlerInterface
Return values
HandlerInterfaceresource()
Get the resource (alias method)
public
resource() : mixed
send()
Method to send the request
public
send() : mixed