class Falcon::ProxyEndpoint

def initialize(endpoint, **options)

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