Instance Constructors
-
new
Peer(nodeParams: NodeParams, remoteNodeId: PublicKey, authenticator: ActorRef, watcher: ActorRef, router: ActorRef, relayer: ActorRef, paymentHandler: ActorRef, wallet: EclairWallet)
Type Members
-
type
Event = akka.actor.FSM.Event[Data]
-
type
Receive = PartialFunction[Any, Unit]
-
type
State = akka.actor.FSM.State[Peer.State, Data]
-
type
StateFunction = PartialFunction[Event, State]
-
type
StopEvent = akka.actor.FSM.StopEvent[Peer.State, Data]
-
type
Timeout = Option[FiniteDuration]
-
final
class
TransformHelper extends AnyRef
-
type
TransitionHandler = PartialFunction[(Peer.State, Peer.State), Unit]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
val
->: akka.actor.FSM.->.type
-
final
def
==(arg0: Any): Boolean
-
val
Event: akka.actor.FSM.Event.type
-
val
StateTimeout: akka.actor.FSM.StateTimeout.type
-
val
StopEvent: akka.actor.FSM.StopEvent.type
-
def
aroundPostRestart(reason: Throwable): Unit
-
def
aroundPostStop(): Unit
-
def
aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
-
def
aroundPreStart(): Unit
-
def
aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
-
final
def
asInstanceOf[T0]: T0
-
final
def
cancelTimer(name: String): Unit
-
def
clone(): AnyRef
-
implicit
val
context: ActorContext
-
def
createNewChannel(nodeParams: NodeParams, funder: Boolean, fundingAmount: Satoshi, origin_opt: Option[ActorRef]): (ActorRef, LocalParams)
-
val
diagLog: DiagnosticLoggingAdapter
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
getPeerAddressFromNodeAnnouncement: Option[InetSocketAddress]
-
def
gossip(msg: Any)(implicit sender: ActorRef): Unit
-
final
def
goto(nextStateName: Peer.State): State
-
def
hashCode(): Int
-
final
def
initialize(): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isTimerActive(name: String): Boolean
-
def
listenerManagement: akka.actor.Actor.Receive
-
val
listeners: Set[ActorRef]
-
def
log: LoggingAdapter
-
def
logTermination(reason: Reason): Unit
-
def
mdc(currentMessage: Any): MDC
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
nextStateData: Data
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
onTermination(terminationHandler: PartialFunction[StopEvent, Unit]): Unit
-
final
def
onTransition(transitionHandler: TransitionHandler): Unit
-
def
postRestart(reason: Throwable): Unit
-
def
postStop(): Unit
-
def
preRestart(reason: Throwable, message: Option[Any]): Unit
-
def
preStart(): Unit
-
-
implicit final
val
self: ActorRef
-
final
def
sender(): ActorRef
-
final
def
setStateTimeout(state: Peer.State, timeout: Timeout): Unit
-
final
def
setTimer(name: String, msg: Any, timeout: FiniteDuration, repeat: Boolean): Unit
-
def
spawnChannel(nodeParams: NodeParams, origin_opt: Option[ActorRef]): ActorRef
-
final
def
startWith(stateName: Peer.State, stateData: Data, timeout: Timeout): Unit
-
final
def
stateData: Data
-
final
def
stateName: Peer.State
-
final
def
stay(): State
-
final
def
stop(reason: Reason, stateData: Data): State
-
final
def
stop(reason: Reason): State
-
final
def
stop(): State
-
def
stopPeer(): State
-
val
supervisorStrategy: OneForOneStrategy
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
-
-
def
unhandled(message: Any): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
final
def
when(stateName: Peer.State, stateTimeout: FiniteDuration)(stateFunction: StateFunction): Unit
-
final
def
whenUnhandled(stateFunction: StateFunction): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from ActorLogging
Inherited from Listeners
Inherited from Actor
Inherited from AnyRef
Inherited from Any
Created by PM on 26/08/2016.