Uses of Interface
jcifs.util.transport.Request

Packages that use Request
jcifs.smb   
jcifs.util.transport   
 

Uses of Request in jcifs.smb
 

Methods in jcifs.smb that return Request
protected  Request SmbTransport.peekKey()
           
 

Methods in jcifs.smb with parameters of type Request
protected  void SmbTransport.makeKey(Request request)
           
protected  void SmbTransport.doSend(Request request)
           
protected  void SmbTransport.doSend0(Request request)
           
 

Uses of Request in jcifs.util.transport
 

Methods in jcifs.util.transport that return Request
protected abstract  Request Transport.peekKey()
           
 

Methods in jcifs.util.transport with parameters of type Request
protected abstract  void Transport.makeKey(Request request)
           
protected abstract  void Transport.doSend(Request request)
           
 void Transport.sendrecv(Request request, Response response, long timeout)