class IO::Endpoint::SharedEndpoint

def initialize(endpoint, wrappers, **options)

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