public class ServerAccessLogEvent extends Object
| Constructor and Description |
|---|
ServerAccessLogEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalAddress() |
long |
getMilliEndTime() |
long |
getMilliStartTime() |
io.vertx.ext.web.RoutingContext |
getRoutingContext() |
ServerAccessLogEvent |
setLocalAddress(String localAddress) |
ServerAccessLogEvent |
setMilliEndTime(long milliEndTime) |
ServerAccessLogEvent |
setMilliStartTime(long milliStartTime) |
ServerAccessLogEvent |
setRoutingContext(io.vertx.ext.web.RoutingContext routingContext) |
public long getMilliStartTime()
public ServerAccessLogEvent setMilliStartTime(long milliStartTime)
public long getMilliEndTime()
public ServerAccessLogEvent setMilliEndTime(long milliEndTime)
public io.vertx.ext.web.RoutingContext getRoutingContext()
public ServerAccessLogEvent setRoutingContext(io.vertx.ext.web.RoutingContext routingContext)
public String getLocalAddress()
public ServerAccessLogEvent setLocalAddress(String localAddress)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.