Method: I2P::SAM::Client#socket

Defined in:
lib/i2p/sam/client.rb

#socketTCPSocket (readonly)

Returns the socket connection to the SAM bridge.

Returns:

  • (TCPSocket)


52
53
54
# File 'lib/i2p/sam/client.rb', line 52

def socket
  @socket
end