Class: Fluent::PluginHelper::Socket::WrappedSocket::TLS

Inherits:
OpenSSL::SSL::SSLSocket
  • Object
show all
Defined in:
lib/fluent/plugin_helper/socket.rb

Instance Method Summary collapse

Instance Method Details

#remote_addrObject



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

def remote_addr; peeraddr[3]; end

#remote_hostObject



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

def remote_host; peeraddr[2]; end

#remote_portObject



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

def remote_port; peeraddr[1]; end