ConnectionImpl

class ConnectionImpl(remote: SocketAddress, socketOptions: SocketOptions, settings: Settings)(implicit clock: Clock) extends Connection with LazyLogging
trait LazyLogging
class Object
trait Matchable
class Any

Value members

Concrete methods

def close(): Try[Unit]
@throws("If the connection was already closed") @throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
def connect(): Try[SocketChannel]
def isClosed: Boolean
def writeAndRead(message: ByteBuffer): Try[ByteBuffer]

Inherited fields

@transient
lazy protected val logger: Logger
Inherited from:
LazyLogging