Creates a DefaultFileHandler
instance for the file at local_path
.
Creates a FileHandler
servlet on server
that serves files starting at directory root
options
may be a Hash
containing keys from WEBrick::Config::FileHandler or true
or false
.
If options
is true or false then :FancyIndexing
is enabled or disabled respectively.
Creates a new FormData
object.
args
is an Array
of form data entries. One FormData
will be created for each entry.
This is called by WEBrick::HTTPUtils.parse_form_data
for you
Creates a new TimeoutHandler
. You should use ::register
and ::cancel
instead of creating the timeout handler directly.
Create a new streaming emitter. Emitter
will print to io
. See Psych::Stream
for an example.
An Array
wrapper that can be sent to another server via DRb
.
All entries in the array will be dumped or be references that point to the local server.
WIN32OLE_PARAM
objects represent param information of the OLE method.
This exception is raised if a generator or unparser error occurs.
Create a new session id.
The session id is a secure random number by SecureRandom
if possible, otherwise an SHA512 hash based upon the time, a random number, and a constant string. This routine is used internally for automatically generated session ids.
The base exception for JSON
errors.
This exception is raised if a parser error occurs.