open static fun create(): TimeoutHandler
Create a handler
Return the handler
open static fun create(timeout: Long): TimeoutHandler
open static fun create(timeout: Long, errorCode: Int): TimeoutHandler
timeout - the timeout, in ms
timeout