org
.
scalajs
.
nodejs
.
net
ServerEvents
Related Doc:
package net
implicit final
class
ServerEvents
extends
AnyVal
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ServerEvents
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ServerEvents
(
server:
Server
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
onClose
(
callback: () ⇒
Any
)
:
Server
Annotations
@inline
()
def
onConnection
(
callback:
Function
)
:
Server
Annotations
@inline
()
def
onError
(
callback: (
Error
) ⇒
Any
)
:
Server
Annotations
@inline
()
def
onListening
(
callback:
Function
)
:
Server
Annotations
@inline
()
val
server
:
Server
def
toString
()
:
String
Definition Classes
Any
Inherited from
AnyVal
Inherited from
Any
Ungrouped