class Fluent::PluginHelper::Socket::WrappedSocket::TLS
Public Instance Methods
remote_addr()
click to toggle source
# File lib/fluent/plugin_helper/socket.rb, line 225 def remote_addr; peeraddr[3]; end
remote_host()
click to toggle source
# File lib/fluent/plugin_helper/socket.rb, line 226 def remote_host; peeraddr[2]; end
remote_port()
click to toggle source
# File lib/fluent/plugin_helper/socket.rb, line 227 def remote_port; peeraddr[1]; end