object nodeNetMod
- Source
- nodeNetMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nodeNetMod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class BlockList extends netMod.BlockList
- Annotations
- @JSType() @JSImport("node:net", "BlockList") @native()
- class Server extends Object with StObject
- Annotations
- @JSType() @JSImport("node:net", "Server") @native()
- class Socket extends Object with StObject
- Annotations
- @JSType() @JSImport("node:net", "Socket") @native()
- class SocketAddress extends netMod.SocketAddress
Immutable socket address.
Immutable socket address.
- Annotations
- @JSType() @JSImport("node:net", "SocketAddress") @native()
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
- val ^: Any
- Annotations
- @JSImport("node:net", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def connect(port: Double, host: Unit, connectionListener: Function0[Unit]): netMod.Socket
- Annotations
- @inline()
- def connect(port: Double, host: java.lang.String, connectionListener: Function0[Unit]): netMod.Socket
- Annotations
- @inline()
- def connect(port: Double, host: java.lang.String): netMod.Socket
- Annotations
- @inline()
- def connect(port: Double): netMod.Socket
- Annotations
- @inline()
- def connect(path: java.lang.String, connectionListener: Function0[Unit]): netMod.Socket
- Annotations
- @inline()
- def connect(path: java.lang.String): netMod.Socket
- Annotations
- @inline()
- def connect(options: NetConnectOpts, connectionListener: Function0[Unit]): netMod.Socket
- Annotations
- @inline()
- def connect(options: NetConnectOpts): netMod.Socket
- Annotations
- @inline()
- def createConnection(port: Double, host: Unit, connectionListener: Function0[Unit]): netMod.Socket
- Annotations
- @inline()
- def createConnection(port: Double, host: java.lang.String, connectionListener: Function0[Unit]): netMod.Socket
- Annotations
- @inline()
- def createConnection(port: Double, host: java.lang.String): netMod.Socket
- Annotations
- @inline()
- def createConnection(port: Double): netMod.Socket
- Annotations
- @inline()
- def createConnection(path: java.lang.String, connectionListener: Function0[Unit]): netMod.Socket
- Annotations
- @inline()
- def createConnection(path: java.lang.String): netMod.Socket
- Annotations
- @inline()
- def createConnection(options: NetConnectOpts, connectionListener: Function0[Unit]): netMod.Socket
- Annotations
- @inline()
- def createConnection(options: NetConnectOpts): netMod.Socket
- Annotations
- @inline()
- def createServer(options: Unit, connectionListener: Function1[netMod.Socket, Unit]): netMod.Server
- Annotations
- @inline()
- def createServer(options: ServerOpts, connectionListener: Function1[netMod.Socket, Unit]): netMod.Server
- Annotations
- @inline()
- def createServer(options: ServerOpts): netMod.Server
- Annotations
- @inline()
- def createServer(connectionListener: Function1[netMod.Socket, Unit]): netMod.Server
- Annotations
- @inline()
- def createServer(): netMod.Server
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isIP(input: java.lang.String): Double
- Annotations
- @inline()
- def isIPv4(input: java.lang.String): Boolean
- Annotations
- @inline()
- def isIPv6(input: java.lang.String): Boolean
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated