# File gofer/messaging/broker.rb, line 112
  def initialize(s)
    s1 = URL.split(s)
    @transport = s1.transport
    @host = s1.host
    @port = s1.port
  end