class
AMQProxy::Server
- AMQProxy::Server
- Reference
- Object
Defined in:
amqproxy/server.crConstant Summary
-
Log =
::Log.for(self)
Constructors
- .new(upstream_host, upstream_port, upstream_tls, idle_connection_timeout = 5, max_upstream_channels = UInt16::MAX)
- .new(url : URI)
Instance Method Summary
- #client_connections
- #close_sockets
- #disconnect_clients
- #listen(address, port)
- #listen(server : TCPServer)
- #stop_accepting_clients
- #upstream_connections
Constructor Detail
def self.new(upstream_host, upstream_port, upstream_tls, idle_connection_timeout = 5, max_upstream_channels = UInt16::MAX)
#