class Roost::Server

Defined in:

roost/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ip_address : String = "::", port : Int = 8080, public_dir : String = ".", ws_uri : String = "", ws_path : String = "/", certificates : String = "", private_key : String = "") #

[View source]

Instance Method Detail

def close #

[View source]
def ip_address : Socket::IPAddress #

[View source]
def listen #

[View source]
def listening? #

[View source]