- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 9,312 for andx (0.03 seconds)
-
src/main/java/jcifs/smb1/smb1/SmbSession.java
logoff(true); } request.digest = null; throw se; } } } void sessionSetup(final ServerMessageBlock andx, final ServerMessageBlock andxResponse) throws SmbException { synchronized (transport()) { NtlmContext nctx = null; SmbException ex = null; SmbComSessionSetupAndX request;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 20.7K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbFileInputStream.java
throw new IOException("Bad file descriptor"); } // ensure file is open file.open(openFlags, access, SmbFile.ATTR_NORMAL, 0); /* * Read AndX Request / Response */ if (LogStream.level >= 4) { SmbFile.log.println("read: fid=" + file.fid + ",off=" + off + ",len=" + len); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
} } /** * @param trans * @param andx * @param andxResponse */ private void sessionSetupSMB1(final SmbTransportImpl trans, final String tdomain, ServerMessageBlock andx, ServerMessageBlock andxResponse) throws CIFSException, GeneralSecurityException { SmbException ex = null;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 31.8K bytes - Click Count (0) -
src/main/java/jcifs/Configuration.java
*/ boolean isForceUnicode(); /** * * Property {@code jcifs.smb.client.useBatching} (boolean, default false) * * @return whether to enable support for SMB1 AndX command batching */ boolean isUseBatching(); /** * * Property {@code jcifs.smb.client.nativeOs} (string, default {@code os.name}) * * @return OS string to reportCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 25.4K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
} return exists(); // try opening and catch sharing violation? } /** * Tests to see if the file this <code>SmbFile</code> represents * exists and is not marked read-only. By default, resources are * considered to be read-only and therefore for <code>smb1://</code>, * <code>smb1://workgroup/</code>, and <code>smb1://server/</code> resources * will be read-only.Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0) -
docs/pt/docs/how-to/custom-request-and-route.md
# Request e classe APIRoute personalizadas { #custom-request-and-apiroute-class } Em alguns casos, você pode querer sobrescrever a lógica usada pelas classes `Request` e `APIRoute`. Em particular, isso pode ser uma boa alternativa para uma lógica em um middleware. Por exemplo, se você quiser ler ou manipular o corpo da requisição antes que ele seja processado pela sua aplicação. /// danger | Cuidado Isso é um recurso "avançado".Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 4.9K bytes - Click Count (0) -
docs/tr/docs/tutorial/request-forms-and-files.md
# Request Formları ve Dosyalar { #request-forms-and-files } `File` ve `Form` kullanarak aynı anda hem dosyaları hem de form alanlarını tanımlayabilirsiniz. /// info | Bilgi Yüklenen dosyaları ve/veya form verisini almak için önce [`python-multipart`](https://github.com/Kludex/python-multipart) paketini kurun. Bir [sanal ortam](../virtual-environments.md) oluşturduğunuzdan, onu aktive ettiğinizden ve ardından paketi kurduğunuzdan emin olun, örneğin:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 1.6K bytes - Click Count (0) -
docs/en/docs/how-to/custom-request-and-route.md
# Custom Request and APIRoute class { #custom-request-and-apiroute-class } In some cases, you may want to override the logic used by the `Request` and `APIRoute` classes. In particular, this may be a good alternative to logic in a middleware. For example, if you want to read or manipulate the request body before it is processed by your application. /// danger This is an "advanced" feature.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 4.4K bytes - Click Count (0) -
docs/uk/docs/how-to/custom-request-and-route.md
# Користувацькі класи Request та APIRoute { #custom-request-and-apiroute-class } У деяких випадках ви можете захотіти перевизначити логіку, яку використовують класи `Request` та `APIRoute`. Зокрема, це може бути доброю альтернативою логіці в проміжному програмному забезпеченні. Наприклад, якщо потрібно прочитати або змінити тіло запиту до того, як його обробить ваш застосунок. /// danger | Обережно Це «просунута» можливість.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 6.8K bytes - Click Count (0)