class Falcon::ProxyEndpoint

def initialize(endpoint, **options)

@parameter endpoint [Async::IO::Endpoint] The endpoint which will be used for connecting/binding.
Initialize the proxy endpoint.
def initialize(endpoint, **options)
	super(**options)
	
	@endpoint = endpoint
end