Class: Fluent::PluginHelper::Socket::WrappedSocket::UDP
- Inherits:
-
UDPSocket
- Object
- UDPSocket
- Fluent::PluginHelper::Socket::WrappedSocket::UDP
- Defined in:
- lib/fluent/plugin_helper/socket.rb
Instance Method Summary collapse
Instance Method Details
#remote_addr ⇒ Object
264 |
# File 'lib/fluent/plugin_helper/socket.rb', line 264 def remote_addr; peeraddr[3]; end |
#remote_host ⇒ Object
265 |
# File 'lib/fluent/plugin_helper/socket.rb', line 265 def remote_host; peeraddr[2]; end |
#remote_port ⇒ Object
266 |
# File 'lib/fluent/plugin_helper/socket.rb', line 266 def remote_port; peeraddr[1]; end |