All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.net.URLConnection.scala Maven / Gradle / Ivy

The newest version!
package java.net

import scalanative.native.stub

class URLConnection {
  @stub
  def getLastModified(): scala.Long = ???
  @stub
  def connect(): Unit = ???
  @stub
  def getContentType(): String = ???
  @stub
  def getInputStream(): java.io.InputStream = ???
  @stub
  def setRequestProperty(key: String, value: String): Unit = ???
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy