Uses of Class
org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamSession

Packages that use Socks5BytestreamSession
org.jivesoftware.smackx.bytestreams.socks5   
 

Uses of Socks5BytestreamSession in org.jivesoftware.smackx.bytestreams.socks5
 

Methods in org.jivesoftware.smackx.bytestreams.socks5 that return Socks5BytestreamSession
 Socks5BytestreamSession Socks5BytestreamRequest.accept()
          Accepts the SOCKS5 Bytestream initialization request and returns the socket to send/receive data.
 Socks5BytestreamSession Socks5BytestreamManager.establishSession(java.lang.String targetJID)
          Establishes a SOCKS5 Bytestream with the given user and returns the Socket to send/receive data to/from the user.
 Socks5BytestreamSession Socks5BytestreamManager.establishSession(java.lang.String targetJID, java.lang.String sessionID)
          Establishes a SOCKS5 Bytestream with the given user using the given session ID and returns the Socket to send/receive data to/from the user.