class IO::Endpoint::BoundEndpoint

def initialize(endpoint, sockets, **options)

def initialize(endpoint, sockets, **options)
	super(**options)
	
	@endpoint = endpoint
	@sockets = sockets
end