Results for: "Pathname"

See Net::HTTPGenericRequest for attributes and methods.

See Net::HTTPGenericRequest for attributes and methods.

Net::IMAP::BodyTypeAttachment represents attachment body structures of messages.

Fields:

media_type

Returns the content media type name.

subtype

Returns nil.

param

Returns a hash that represents parameters.

multipart?

Returns false.

Authenticator for the “DIGEST-MD5” authentication type. See authenticate().

Error raised when data is in the incorrect format.

Switch that can omit argument.

No documentation available

Class used to manage timeout handlers across multiple threads.

Timeout handlers should be managed by using the class methods which are synchronized.

id = TimeoutHandler.register(10, Timeout::Error)
begin
  sleep 20
  puts 'foo'
ensure
  TimeoutHandler.cancel(id)
end

will raise Timeout::Error

id = TimeoutHandler.register(10, Timeout::Error)
begin
  sleep 5
  puts 'foo'
ensure
  TimeoutHandler.cancel(id)
end

will print ‘foo’

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Patterns used to parse URI’s

Module providing generic support for both Digest and Basic authentication schemes.

Module providing generic support for both Digest and Basic authentication schemes for proxies.

No documentation available

Generator

This exception is raised if a parser error occurs.

Search took: 4ms  ·  Total Results: 2593