Module: Rex::Proto::Http::WebSocket::Interface::Channel::SocketInterface
- Defined in:
- lib/rex/proto/http/web_socket.rb
Instance Attribute Summary
Attributes included from Rex::Post::Channel::SocketAbstraction::SocketInterface
Instance Method Summary collapse
Methods included from Rex::Post::Channel::SocketAbstraction::SocketInterface
#close, #getpeername, #getsockname
Instance Method Details
#type? ⇒ Boolean
32 33 34 |
# File 'lib/rex/proto/http/web_socket.rb', line 32 def type? 'tcp' end |