Uses of Interface
org.serviceconnector.net.connection.IConnection
Packages that use IConnection
Package
Description
-
Uses of IConnection in org.serviceconnector.net.connection
Methods in org.serviceconnector.net.connection that return IConnectionModifier and TypeMethodDescriptionConnectionFactory.createConnection(String key) Creates a new Connection object.ConnectionContext.getConnection()Gets the connection.ConnectionPool.getConnection()Gets a connection of the pool.Methods in org.serviceconnector.net.connection that return types with arguments of type IConnectionModifier and TypeMethodDescriptionConnectionPool.getFreeConnections()Gets the free connections.ConnectionPool.getUsedConnections()Gets the used connections.Methods in org.serviceconnector.net.connection with parameters of type IConnectionModifier and TypeMethodDescriptionvoidConnectionPool.connectionIdle(IConnection connection) Connection idle.voidConnectionPool.forceClosingConnection(IConnection connection, boolean quietClose) Force closing specific connection.voidConnectionPool.freeConnection(IConnection connection) Free connection.Constructors in org.serviceconnector.net.connection with parameters of type IConnectionModifierConstructorDescriptionConnectionContext(IConnection connection, IIdleConnectionCallback idleCallback, int idleTimeoutSeconds) Instantiates a new connection context. -
Uses of IConnection in org.serviceconnector.net.req.netty
Classes in org.serviceconnector.net.req.netty that implement IConnection -
Uses of IConnection in org.serviceconnector.net.req.netty.http
Classes in org.serviceconnector.net.req.netty.http that implement IConnection -
Uses of IConnection in org.serviceconnector.net.req.netty.tcp
Classes in org.serviceconnector.net.req.netty.tcp that implement IConnection