Class NormalConnectionFactory
- java.lang.Object
-
- com.envimate.httpmate.client.issuer.real.NormalConnectionFactory
-
- All Implemented Interfaces:
AutoCloseable
public final class NormalConnectionFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description NormalConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()ConnectiongetConnectionTo(com.envimate.httpmate.client.issuer.real.Endpoint endpoint)
-
-
-
Method Detail
-
getConnectionTo
public Connection getConnectionTo(com.envimate.httpmate.client.issuer.real.Endpoint endpoint)
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-