object JAVAPlatformDependentPart extends PlatformDependentPart
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JAVAPlatformDependentPart
- PlatformDependentPart
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
decodeURI(url: String): String
decode a complete uri.
decode a complete uri.
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
def
decodeURIComponent(url: String): String
decodes a uri component
decodes a uri component
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
def
encodeURI(url: String): String
encodes a complete uri.
encodes a complete uri. Not encodes chars like /
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
def
encodeURIComponent(url: String): String
encodes a uri component, including chars like / and :
encodes a uri component, including chars like / and :
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fetchHttp(url: String): Future[Content]
Fetches contents via http
Fetches contents via http
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findCharInCharSequence(stream: CharSequence)(p: (Char) ⇒ Boolean): Option[Char]
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalizePath(url: String): String
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
def
normalizeURL(url: String): String
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
operativeSystem(): String
- Definition Classes
- JAVAPlatformDependentPart → PlatformDependentPart
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )