- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for DEFAULT_HTTPS_PORT (0.12 seconds)
-
src/test/java/jcifs/smb1/https/HandlerTest.java
@DisplayName("Constants Tests") class ConstantsTests { @Test @DisplayName("DEFAULT_HTTPS_PORT should be 443") void testDefaultHttpsPortValue() { // Then assertEquals(443, Handler.DEFAULT_HTTPS_PORT); } @Test @DisplayName("DEFAULT_HTTPS_PORT should be public static final") void testDefaultHttpsPortModifiers() throws NoSuchFieldException {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 6.2K bytes - Click Count (0) -
src/main/java/jcifs/smb1/https/Handler.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.6K bytes - Click Count (0) -
src/test/java/jcifs/https/HandlerTest.java
@DisplayName("Constants Tests") class ConstantsTests { @Test @DisplayName("DEFAULT_HTTPS_PORT should be 443") void testDefaultHttpsPortValue() { // Then assertEquals(443, Handler.DEFAULT_HTTPS_PORT); } @Test @DisplayName("DEFAULT_HTTPS_PORT should be public static final") void testDefaultHttpsPortModifiers() throws NoSuchFieldException {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/java/jcifs/https/Handler.java
*/ @Deprecated public class Handler extends jcifs.http.Handler { /** * The default HTTPS port (<code>443</code>). */ public static final int DEFAULT_HTTPS_PORT = 443; /** * Constructs an HTTPS handler with the specified CIFS context. * * @param tc context to use */ public Handler(final CIFSContext tc) { super(tc); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.9K bytes - Click Count (0)