- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Disposal (0.07 sec)
-
src/main/java/jcifs/smb/Kerb5Context.java
if (this.gssContext != null) { try { this.gssContext.dispose(); } catch (GSSException e) { throw new SmbException("Context disposal failed", e); } } } /* * Prepare reflective access to ExtendedGSSContext. The reflective access * abstracts the access so far, that Oracle JDK, Open JDK and IBM JDK are
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 13.5K bytes - Viewed (1) -
src/test/java/jcifs/smb/Kerb5ContextTest.java
doThrow(new GSSException(GSSException.FAILURE)).when(gssContext).dispose(); SmbException ex = assertThrows(SmbException.class, () -> ctx.dispose()); assertTrue(ex.getMessage().contains("Context disposal failed")); } @Test @DisplayName("dispose with null context is no-op") void dispose_nullContext_noop() throws Exception { setPrivateField(ctx, "gssContext", null);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.2K bytes - Viewed (0) -
api/go1.5.txt
pkg image/gif, const DisposalPrevious = 3 pkg image/gif, const DisposalPrevious ideal-int pkg image/gif, type GIF struct, BackgroundIndex uint8 pkg image/gif, type GIF struct, Config image.Config pkg image/gif, type GIF struct, Disposal []uint8 pkg io, func CopyBuffer(Writer, Reader, []uint8) (int64, error) pkg log, const LUTC = 32 pkg log, const LUTC ideal-int pkg log, func Output(int, string) error pkg log, method (*Logger) SetOutput(io.Writer)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0)