case class HttpdLogItem(ip: String, date: Date, method: String, path: String, version: String, status: Int, amountOfBytes: Int, referer: String, userAgent: String) extends Product with Serializable
Pipeline item that contains an entrie from an Apache Request log.
- ip
IP Address of the requester
- date
Date that the request is made
- method
HTTP method
- path
Path of request
- version
Http version
- status
HTTP Response status
- amountOfBytes
Size of the request in bytes
- referer
Referer
- userAgent
Information about the user agent that made the request
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpdLogItem
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
HttpdLogItem(ip: String, date: Date, method: String, path: String, version: String, status: Int, amountOfBytes: Int, referer: String, userAgent: String)
- ip
IP Address of the requester
- date
Date that the request is made
- method
HTTP method
- path
Path of request
- version
Http version
- status
HTTP Response status
- amountOfBytes
Size of the request in bytes
- referer
Referer
- userAgent
Information about the user agent that made the request
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val amountOfBytes: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val date: Date
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ip: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val method: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val path: String
- val referer: String
- val status: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val userAgent: String
- val version: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )