qgame
.
akka
.
extension
.
netty
.
transport
.
udp
Udp
Related Doc:
package udp
object
Udp
extends
ExtensionKey
[
UdpExt
]
Created by kerr.
Linear Supertypes
ExtensionKey
[
UdpExt
],
ExtensionIdProvider
,
ExtensionId
[
UdpExt
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Udp
ExtensionKey
ExtensionIdProvider
ExtensionId
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
def
apply
(
system:
ActorSystem
)
:
UdpExt
Definition Classes
ExtensionId
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createExtension
(
system:
ExtendedActorSystem
)
:
UdpExt
Definition Classes
ExtensionKey → ExtensionId
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
equals
(
other:
Any
)
:
Boolean
Definition Classes
ExtensionId → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
(
system:
ActorSystem
)
:
UdpExt
Definition Classes
ExtensionId
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
hashCode
()
:
Int
Definition Classes
ExtensionId → AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
lookup
()
:
ExtensionId
[
UdpExt
]
Definition Classes
ExtensionKey → ExtensionIdProvider
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
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
(
...
)
Inherited from
ExtensionKey
[
UdpExt
]
Inherited from
ExtensionIdProvider
Inherited from
ExtensionId
[
UdpExt
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Created by kerr.