<=>(other) Instance Public methods Compares this version with other according to the HTTP specification rules.
to_s() Instance Public methods The HTTP version as show in the HTTP request and response. For example, â1.1â
new(log_file=nil, level=nil) Class Public methods Same as BasicLog#initialize You can set the timestamp format through time_format
log(level, data) Instance Public methods Same as WEBrick::BasicLog#log
start() Class Public methods A SimpleServer only yields when you start it
cancel(id) Class Public methods Cancels the timeout handler id
new() Class Public methods Creates a new TimeoutHandler. You should use ::register and ::cancel instead of creating the timeout handler directly.
register(seconds, exception) Class Public methods Registers a new timeout handler time Timeout in seconds exception Exception to raise when timeout elapsed
cancel(thread, id) Instance Public methods Cancels the timeout handler id
interrupt(thread, id, exception) Instance Public methods Interrupts the timeout handler id and raises exception
Page 1870 of 11844