class IO::Endpoint::ConnectedEndpoint
def remote_address_endpoint(**options)
A endpoint for the remote end of the bound socket.
def remote_address_endpoint(**options) AddressEndpoint.new(socket.to_io.remote_address, **options) end
def remote_address_endpoint(**options) AddressEndpoint.new(socket.to_io.remote_address, **options) end