module IO::Endpoint

def self.composite(*endpoints, **options)

def self.composite(*endpoints, **options)
	CompositeEndpoint.new(endpoints, **options)
end