Uses of Interface
org.jivesoftware.smackx.bytestreams.BytestreamRequest

Packages that use BytestreamRequest
org.jivesoftware.smackx.bytestreams   
org.jivesoftware.smackx.bytestreams.ibb   
org.jivesoftware.smackx.bytestreams.socks5   
 

Uses of BytestreamRequest in org.jivesoftware.smackx.bytestreams
 

Methods in org.jivesoftware.smackx.bytestreams with parameters of type BytestreamRequest
 void BytestreamListener.incomingBytestreamRequest(BytestreamRequest request)
          This listener is notified if a bytestream request from another user has been received.
 

Uses of BytestreamRequest in org.jivesoftware.smackx.bytestreams.ibb
 

Classes in org.jivesoftware.smackx.bytestreams.ibb that implement BytestreamRequest
 class InBandBytestreamRequest
          InBandBytestreamRequest class handles incoming In-Band Bytestream requests.
 

Methods in org.jivesoftware.smackx.bytestreams.ibb with parameters of type BytestreamRequest
 void InBandBytestreamListener.incomingBytestreamRequest(BytestreamRequest request)
           
 

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

Classes in org.jivesoftware.smackx.bytestreams.socks5 that implement BytestreamRequest
 class Socks5BytestreamRequest
          Socks5BytestreamRequest class handles incoming SOCKS5 Bytestream requests.
 

Methods in org.jivesoftware.smackx.bytestreams.socks5 with parameters of type BytestreamRequest
 void Socks5BytestreamListener.incomingBytestreamRequest(BytestreamRequest request)