InnerConnection

replication.FileConnection.InnerConnection
class InnerConnection(peerFun: => Callback[ProtocolMessage[T]]) extends Connection[ProtocolMessage[T]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def close(): Unit
def send(message: ProtocolMessage[T]): Async[Any, Unit]

Inherited methods

def authenticatedPeerReplicaId: Option[Uid]

Attributes

Inherited from:
Connection

Attributes

Inherited from:
Connection

Concrete fields

lazy val peer: Callback[ProtocolMessage[T]]