- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for dispoem (0.06 sec)
-
src/test/java/jcifs/smb/SSPContextTest.java
public String getNetbiosName() { return this.nbName; } @Override public void dispose() throws CIFSException { if (this.disposed) { throw new CIFSException("already disposed"); } this.disposed = true; this.established = false; } @Override
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/Kerb5ContextTest.java
} @Nested @DisplayName("Dispose Tests") class DisposeTests { @Test @DisplayName("dispose delegates to GSSContext") void dispose_success() throws Exception { assertDoesNotThrow(() -> ctx.dispose()); verify(gssContext, times(1)).dispose(); } @Test @DisplayName("dispose wraps GSSException into SmbException")Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmContext.java
} throw new CIFSException("Invalid MIC"); } } /** * {@inheritDoc} * * @see jcifs.smb.SSPContext#dispose() */ @Override public void dispose() throws SmbException { this.isEstablished = false; this.sealClientHandle = null; this.sealServerHandle = null; this.sealClientKey = null;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Context.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 13.5K bytes - Viewed (1) -
src/main/java/jcifs/smb/SpnegoContext.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java
ImageIO.write(thumbnail, fessConfig.getThumbnailHtmlImageFormat(), outputFile); image.flush(); return Result.OK; } finally { reader.dispose(); } } return Result.FAILED; } /** * Enumeration representing the possible results of thumbnail image processing. */ protected enum Result {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 10.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
// Convert zip bomb exceptions to TikaExceptions sch.throwIfCauseOf(e); throw e; } } finally { tmp.dispose(); } } } /** * This interface is for writing a content. */ @FunctionalInterface protected interface ContentWriter { /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 30.8K bytes - Viewed (0)