Results for: "remove_const"

Setter for the read_timeout attribute.

The address of the proxy server, if one is configured.

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

Returns a DRb::DRbSSLSocket instance as a server-side connection, with the SSL connected. This is called from DRb::start_service or while connecting to a remote object:

DRb.start_service 'drbssl://localhost:0', front, config

uri is the URI we are connected to, 'drbssl://localhost:0' above, config is our configuration. Either a Hash or DRb::DRbSSLSocket::SSLConfig

No documentation available

Returns the eigenvector matrix V

No documentation available

Setter for the read_timeout attribute.

When true, connections are in passive mode per default. Default: true.

When true, connections are in passive mode per default. Default: true.

Gets the entity body returned by the remote HTTP server.

If a block is given, the body is passed to the block, and the body is provided in fragments, as it is read in from the socket.

Calling this method a second or subsequent time for the same HTTPResponse object will return the value already read.

http.request_get('/index.html') {|res|
  puts res.read_body
}

http.request_get('/index.html') {|res|
  p res.read_body.object_id   # 538149362
  p res.read_body.object_id   # 538149362
}

# using iterator
http.request_get('/index.html') {|res|
  res.read_body do |segment|
    print segment
  end
}
No documentation available

Similar to thread(), but returns unique identifiers instead of message sequence numbers.

No documentation available

Set the read timeout.

Set the number of seconds to wait until timing-out a read(2) call.

No documentation available

Iterates over all IP addresses for name retrieved from the hosts file.

Iterates over all IP addresses for name retrieved from the DNS resolver.

name can be a Resolv::DNS::Name or a String. Retrieved addresses will be a Resolv::IPv4 or Resolv::IPv6

Iterates over all typeclass DNS resources for name. See getresource for argument details.

No documentation available

Iterates over all IP addresses for name retrieved from the mDNS resolver, provided name ends with “local”. If the name does not end in “local” no records will be returned.

name can be a Resolv::DNS::Name or a String. Retrieved addresses will be a Resolv::IPv4 or Resolv::IPv6

Search took: 6ms  ·  Total Results: 3993