Class NetworkConnection

java.lang.Object
org.neo4j.driver.internal.async.NetworkConnection
All Implemented Interfaces:
Connection

public class NetworkConnection extends Object implements Connection
This connection represents a simple network connection to a remote server. It wraps a channel obtained from a connection pool. The life cycle of this connection start from the moment the channel is borrowed out of the pool and end at the time the connection is released back to the pool.