struct Orion::Config
- Orion::Config
- Struct
- Value
- Object
Overview
These are the options available when setting properties with the config
method within your application.
Defined in:
orion/config.crConstructors
Instance Method Summary
- #address : Socket::IPAddress | Socket::UNIXAddress | Nil
- #address=(address : Socket::IPAddress | Socket::UNIXAddress | Nil)
- #host : String
- #host=(host : String)
- #initialize
- #path : String | Nil
- #path=(path : String | Nil)
- #port : Int32 | Nil
- #port=(port : Int32 | Nil)
- #reuse_port : Bool
- #reuse_port=(reuse_port : Bool)
- #socket : Socket::Server | Nil
- #socket=(socket : Socket::Server | Nil)
- #tls : OpenSSL::SSL::Context::Server | Nil
- #tls=(tls : OpenSSL::SSL::Context::Server | Nil)
- #uri : String | URI | Nil
- #uri=(uri : String | URI | Nil)