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



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

def remote_addr; peeraddr[3]; end

#remote_hostObject



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

def remote_host; peeraddr[2]; end

#remote_portObject



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

def remote_port; peeraddr[1]; end