io
.
scalajs
.
npm
.
socketio
.
Server
ServerEnrichment
Related Doc:
package Server
implicit final
class
ServerEnrichment
extends
AnyVal
socket.io server enrichment
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ServerEnrichment
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ServerEnrichment
(
server:
Server
)
server
the given
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
onConnection
(
handler: (
Socket
) ⇒
Any
)
:
server
.type
Annotations
@inline
()
val
server
:
Server
the given
server
def
toString
()
:
String
Definition Classes
Any
Inherited from
AnyVal
Inherited from
Any
Ungrouped
socket.io server enrichment