Class: Fluent::PluginHelper::Socket::WrappedSocket::TLS
- Inherits:
-
OpenSSL::SSL::SSLSocket
- Object
- OpenSSL::SSL::SSLSocket
- Fluent::PluginHelper::Socket::WrappedSocket::TLS
- Defined in:
- lib/fluent/plugin_helper/socket.rb
Instance Method Summary collapse
Instance Method Details
#remote_addr ⇒ Object
269 |
# File 'lib/fluent/plugin_helper/socket.rb', line 269 def remote_addr; peeraddr[3]; end |
#remote_host ⇒ Object
270 |
# File 'lib/fluent/plugin_helper/socket.rb', line 270 def remote_host; peeraddr[2]; end |
#remote_port ⇒ Object
271 |
# File 'lib/fluent/plugin_helper/socket.rb', line 271 def remote_port; peeraddr[1]; end |