class IO::Endpoint::ConnectedEndpoint

def remote_address_endpoint(**options)

@returns [AddressEndpoint] A endpoint for the remote end of the connected socket.
A endpoint for the remote end of the bound socket.
def remote_address_endpoint(**options)
	AddressEndpoint.new(socket.to_io.remote_address, **options)
end