Results for: "Pathname"

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

A representation of a DNS name.

No documentation available
No documentation available

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

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.

Generator

This exception is raised if a parser error occurs.

No documentation available

This exception is raised if a generator or unparser error occurs.

This exception is raised if a generator or unparser error occurs.

This class is used as a return value from ObjectSpace::reachable_objects_from.

When ObjectSpace::reachable_objects_from returns an object with references to an internal object, an instance of this class is returned.

You can use the type method to check the type of the internal object.

Search took: 1ms  ·  Total Results: 2732