- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for getCapabilities (0.25 seconds)
-
src/main/java/jcifs/internal/smb2/ioctl/ValidateNegotiateInfoResponse.java
private int securityMode; private int dialect; /** * Gets the server capabilities * * @return the capabilities flags from the server */ public int getCapabilities() { return this.capabilities; } /** * Gets the server GUID * * @return the server's unique identifier */ public byte[] getServerGuid() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.8K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponse.java
return this.shareFlags; } /** * Returns the capabilities of the connected share. * * @return the capabilities */ public int getCapabilities() { return this.capabilities; } /** * Returns the maximal access rights that the user has on this share. * * @return the maximalAccess */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 7.8K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java
} /** * Gets the client capabilities flags. * * @return the capabilities */ public int getCapabilities() { return this.capabilities; } /** * Gets the array of SMB dialect versions supported by the client. * * @return the dialects */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 9.3K bytes - Click Count (0) -
src/test/java/jcifs/ConfigurationTest.java
mockConfig.getNetbiosLocalPort(); mockConfig.getNetbiosLocalAddress(); mockConfig.getNetbiosSoTimeout(); mockConfig.getVcNumber(); mockConfig.getCapabilities(); mockConfig.getFlags2(); mockConfig.getSessionLimit(); mockConfig.getOemEncoding(); mockConfig.getLocalTimezone(); mockConfig.getPid();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 3.9K bytes - Click Count (0)