Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for LeaseV1CreateContextResponse (0.16 seconds)

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

         * @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) {
                        return (LeaseV1CreateContextResponse) ctx;
                    }
                }
            }
            return null;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:49:49 GMT 2025
    - 15.4K bytes
    - Click Count (0)
  2. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

    Shinsuke Sugaya <******@****.***> 1755915691 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 22.9K bytes
    - Click Count (0)
Back to Top