Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for urlconnection (0.16 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * @throws SmbException
     */
    
        public String toString() {
            return Strings.maskSecretValue(url.toString());
        }
    
    /* URLConnection implementation */
    /**
     * This URLConnection method just returns the result of <tt>length()</tt>.
     *
     * @return the length of this file or 0 if it refers to a directory
     */
    
        public int getContentLength() {
            try {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        call.cancel()
        assertFailsWith<IOException> {
          call.execute()
        }
      }
    
      @Test
      fun defaultRequestProperty() {
        URLConnection.setDefaultRequestProperty("X-testSetDefaultRequestProperty", "A")
        assertThat(URLConnection.getDefaultRequestProperty("X-setDefaultRequestProperty")).isNull()
      }
    
      /**
       * Reads `count` characters from the stream. If the stream is exhausted before `count`
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    XmlReader(java.io.InputStream) throws java.io.IOException; public void XmlReader(java.io.InputStream, boolean) throws java.io.IOException, XmlStreamReaderExcep; public void XmlReader(java.net.URL) throws java.io.IOException; public void XmlReader(java.net.URLConnection) throws java.io.IOException; public void XmlReader(java.io.InputStream, String) throws java.io.IOException; public void XmlReader(java.io.InputStream, String, boolean, String) throws java.io.IOException, XmlStreamReaderExcep; public void XmlRe...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 200.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    XmlReader(java.io.InputStream) throws java.io.IOException; public void XmlReader(java.io.InputStream, boolean) throws java.io.IOException, XmlStreamReaderExcep; public void XmlReader(java.net.URL) throws java.io.IOException; public void XmlReader(java.net.URLConnection) throws java.io.IOException; public void XmlReader(java.io.InputStream, String) throws java.io.IOException; public void XmlReader(java.io.InputStream, String, boolean, String) throws java.io.IOException, XmlStreamReaderExcep; public void XmlRe...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 200.2K bytes
    - Viewed (0)
Back to top