class IO::Endpoint::Generic

def hostname

Returns:
  • (String) - The hostname of the bound socket.
def hostname
	@options[:hostname]
end