class
   LavinMQ::HTTP::Server
  
  - LavinMQ::HTTP::Server
 - Reference
 - Object
 
Defined in:
lavinmq/http/http_server.crConstant Summary
- 
        Log = 
LavinMQ::Log.for("http.server") 
Constructors
Class Method Summary
- 
        .follower_internal_socket_http_server
        
          
Starts a HTTP server that binds to the internal UNIX socket used by lavinmqctl.
 
Instance Method Summary
- #bind_internal_unix
 - #bind_tcp(address, port)
 - #bind_tls(address, port, ctx)
 - #bind_unix(path)
 - #close
 - #listen
 
Constructor Detail
Class Method Detail
        
        def self.follower_internal_socket_http_server
        #
      
      
        Starts a HTTP server that binds to the internal UNIX socket used by lavinmqctl. The server returns 503 to signal that the node is a follower and can not handle the request.