Package pl.tkowalcz.tjahzi.http
Class HttpConnection
java.lang.Object
pl.tkowalcz.tjahzi.http.HttpConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionHttpConnection(ClientConfiguration clientConfiguration, MonitoringModule monitoringModule) -
Method Summary
-
Constructor Details
-
HttpConnection
-
-
Method Details
-
execute
public void execute(io.netty.handler.codec.http.FullHttpRequest request) -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-