class

NNTP::Client

Inherits NNTP::ConnectionContext < Reference < Object

Constants

VERSION = "1.0.2"

Instance methods

checkout

returns a connection from the pool the returned connection must be returned to the pool by explictly calling Connection#release

Source
close

Closes all connection to the database.

Source
connection_pool_options(params : URI::Params)
Source
setup_connection
Source
uri

Returns the uri with the connection settings to the server

Source
using_connection

yields a connection from the pool the connection is returned to the pool when the block ends

Source