public class ConnHolder extends TakenConnection
Connection object which allows us to augment it with useful "state" information such as the
ConnectionFactory version as well as the "state" needed by the TakenConnection super-class,
i.e., the Connection takenNanoTime and lastAccessNanoTime, etc.| Modifier and Type | Method and Description |
|---|---|
Connection |
rawConnection() |
void |
setLastAccessNanoTime(long lastAccessNanoTime) |
getLastAccessNanoTime, getLocation, getProxyConnection, getTakenNanoTime, getThread, toStringpublic Connection rawConnection()
public void setLastAccessNanoTime(long lastAccessNanoTime)
Copyright © 2013-2019 vibur.org. All Rights Reserved.