| Class | Description |
|---|---|
| Bytestream |
A stanza(/packet) representing part of a SOCKS5 Bytestream negotiation.
|
| Bytestream.Activate |
The stanza(/packet) sent by the stream initiator to the stream proxy to activate the connection.
|
| Bytestream.StreamHost |
Stanza(/Packet) extension that represents a potential SOCKS5 proxy for the file transfer.
|
| Bytestream.StreamHostUsed |
After selected a SOCKS5 stream host and successfully connecting, the target of the file
transfer returns a byte stream stanza(/packet) with the stream host used extension.
|
| Enum | Description |
|---|---|
| Bytestream.Mode |
The stream can be either a TCP stream or a UDP stream.
|