ConnectionImpl

fluflu.Connection$.ConnectionImpl
class ConnectionImpl(remote: SocketAddress, socketOptions: SocketOptions, settings: Settings)(implicit clock: Clock) extends Connection with LazyLogging

Attributes

Graph
Supertypes
trait LazyLogging
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def close(): Try[Unit]
def connect(): Try[SocketChannel]
def isClosed: Boolean
def writeAndRead(message: ByteBuffer): Try[ByteBuffer]

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
LazyLogging