# Functions
HandleADB Android Debug bridge handler.
HandleBittorrent handles a Bittorrent connection.
HandleFTP takes a net.Conn and does basic FTP communication.
HandleHTTP takes a net.Conn and does basic HTTP communication.
HandleJabber main handler.
No description provided by the author
HandleMQTT handles a MQTT connection.
HandleRDP takes a net.Conn and does basic RDP communication.
HandleRFB takes a net.Conn and does basic RFB/VNC communication.
HandleSIP takes a net.Conn and does basic SIP communication.
HandleSMB takes a net.Conn and does basic SMB communication.
HandleSMTP takes a net.Conn and does basic SMTP communication.
HandleTCP takes a net.Conn and peeks at the data send.
HandleTelnet handles telnet communication on a connection.
mapProtocolHandlers map protocol handlers to corresponding protocol.
Peek reads `length` amount of data from the connection.
ReadTelnetMsg reads a telnet message from a connection.
WriteTelnetMsg writes a telnet message to the connection.
# Structs
BufferedConn provides an interface to peek at a connection.
Client is a connection container.
JabberClient structure in Jabber protocol.
PixelFormat represents a RFB communication unit.
ServersJabber defines servers structure.
# Type aliases
No description provided by the author