Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLeaseV1Context (0.06 sec)

  1. src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java

        }
    
        /**
         * Get the lease V1 context response if present
         * @return the lease V1 context or null if not present
         */
        public LeaseV1CreateContextResponse getLeaseV1Context() {
            if (this.createContexts != null) {
                for (CreateContextResponse ctx : this.createContexts) {
                    if (ctx instanceof LeaseV1CreateContextResponse) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:49:49 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top