class IO::Endpoint::Generic

def bound(**options)

def bound(**options)
	BoundEndpoint.bound(self, **options)
end