net
.
sigusr
.
mqtt
.
impl
.
protocol
Registers
Related Docs:
class Registers
|
package protocol
object
Registers
extends
Serializable
Linear Supertypes
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Registers
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
type
RegistersState
[
A
]
=
IndexedStateT
[
scalaz.Id.Id
,
Registers
,
Registers
,
A
]
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
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getRemainingBits
(
bytes:
ByteString
)
:
State
[
Registers
,
BitVector
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
removeInFlightRecvFrame
(
id:
Int
)
:
State
[
Registers
,
Unit
]
def
removeInFlightSentFrame
(
id:
Int
)
:
State
[
Registers
,
Unit
]
def
resetTimerTask
:
State
[
Registers
,
Unit
]
def
sendToClient
(
response:
APIResponse
)
(
implicit
sender:
ActorRef
=
Actor.noSender
)
:
State
[
Registers
,
Unit
]
def
sendToTcpManager
(
command:
Command
)
(
implicit
sender:
ActorRef
=
Actor.noSender
)
:
State
[
Registers
,
Unit
]
def
setLastSentMessageTimestamp
(
lastSentMessageTimeStamp:
Long
)
:
State
[
Registers
,
Unit
]
def
setPingResponsePending
(
isPingResponsePending:
Boolean
)
:
State
[
Registers
,
Unit
]
def
setRemainingBits
(
bits:
BitVector
)
:
State
[
Registers
,
Unit
]
def
setTCPManager
(
tcpManager:
ActorRef
)
:
State
[
Registers
,
Unit
]
def
setTimeOut
(
keepAlive:
Long
)
:
State
[
Registers
,
Unit
]
def
setTimerTask
(
timerTask:
Cancellable
)
:
State
[
Registers
,
Unit
]
def
storeInFlightRecvFrame
(
id:
Int
)
:
State
[
Registers
,
Unit
]
def
storeInFlightSentFrame
(
id:
Int
,
frame:
Frame
)
:
State
[
Registers
,
Unit
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unwatchTcpManager
(
implicit
context:
ActorContext
)
:
State
[
Registers
,
ActorRef
]
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
(
...
)
def
watchTcpManager
(
implicit
context:
ActorContext
)
:
State
[
Registers
,
ActorRef
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped