Class: Fluent::PluginHelper::Socket::WrappedSocket::UDP

Inherits:
UDPSocket
  • Object
show all
Defined in:
lib/fluent/plugin_helper/socket.rb

Instance Method Summary collapse

Instance Method Details

#remote_addrObject



217
# File 'lib/fluent/plugin_helper/socket.rb', line 217

def remote_addr; peeraddr[3]; end

#remote_hostObject



218
# File 'lib/fluent/plugin_helper/socket.rb', line 218

def remote_host; peeraddr[2]; end

#remote_portObject



219
# File 'lib/fluent/plugin_helper/socket.rb', line 219

def remote_port; peeraddr[1]; end