AccessLogEntry

com.mchange.sysadmin.nginx.AccessLogEntry
See theAccessLogEntry companion object
case class AccessLogEntry(remoteAddress: String, remoteUser: Option[String], timeLocal: Instant, request: String, httpCode: Int, bytesReturned: Long, referrer: Option[String], userAgent: String)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def httpVersionDeclaration: Option[String]
def requestMethod: String
def requestPath: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product