J.Url

object Url extends Ref.Custom.Type[Url, URL]
Source
__.scala
class Ref.Custom.Type[Url, URL]
class Object
trait Matchable
class Any

Member

opaque type Connection

J.Url.Connection is an opaque value, backed by java.net.URLConnection

J.Url.Connection is an opaque value, backed by java.net.URLConnection

Source
Connection.scala
opaque type Connection

J.Url.Connection is an opaque value, backed by java.net.URLConnection

J.Url.Connection is an opaque value, backed by java.net.URLConnection

Source
Connection.scala

Def

inline def apply(inline v: URL): Url
Source
__.scala
inline def apply(inline v: String): Url
Source
__.scala
def apply(c: Class[_], resourceName: String): Url
Source
__.scala
def host: String
Source
__.scala
def port: Int
Source
__.scala
def readString: String
Source
__.scala
def readString(timeOut: Length): String
Source
__.scala
override def tag(v: Url): String
Definition Classes
Source
__.scala

Inherited

def info(v: Url): Info

Type to Info

Type to Info

Override this method to provide type standard Info implementation

Inherited from
Type
Source
Type.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def isVoid(v: Url): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def xxRequest(inline v: \/) : <type> = <return void>
Inherited from
Type
Source
Type.scala
val name: String
Inherited from
Type
Source
Type.scala
inline def real: URL
Inherited from
Type
Source
Type.scala