Class: Quaff::Source

Inherits:
Object
  • Object
show all
Defined in:
lib/sources.rb

Direct Known Subclasses

TCPSource, UDPSource

Instance Method Summary collapse

Instance Method Details

#close(cxn) ⇒ Object



12
13
# File 'lib/sources.rb', line 12

def close cxn
end

#remote_ipObject



4
5
6
# File 'lib/sources.rb', line 4

def remote_ip
    @ip
end

#remote_portObject



8
9
10
# File 'lib/sources.rb', line 8

def remote_port
    @port
end

#sockObject



15
16
17
# File 'lib/sources.rb', line 15

def sock
  nil
end