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