Class Connection.CancelRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      CancelRequest​(Request request, long sessionId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()
      [MS-SMB2] 3.2.4.24 Application Requests Canceling an Operation No status is returned to the application for the cancel request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sessionId

        private long sessionId
    • Constructor Detail

      • CancelRequest

        public CancelRequest​(Request request,
                             long sessionId)
    • Method Detail

      • cancel

        public void cancel()
        [MS-SMB2] 3.2.4.24 Application Requests Canceling an Operation No status is returned to the application for the cancel request.
        Specified by:
        cancel in interface CancellableFuture.CancelCallback