class IO::Endpoint::CompositeEndpoint

def initialize(endpoints, **options)

def initialize(endpoints, **options)
	super(**options)
	@endpoints = endpoints
end