class DICT::Client

Defined in:

client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port = 2628) #

[View source]
def self.new(io : IO, banner = true) #

Creates a new Client on top of io. If banner is set to false, the input stream is expected to begin with a regular response, not with an initial banner (response 220).


[View source]

Instance Method Detail

def capabilities #

[View source]
def close #

[View source]
def define(word : String, database : String) #

[View source]
def define?(word : String, database : String) #

[View source]
def msgid #

[View source]