Package pl.tkowalcz.tjahzi.http
Class HttpConnection
- java.lang.Object
-
- pl.tkowalcz.tjahzi.http.HttpConnection
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class HttpConnection extends java.lang.Object implements java.io.Closeable
-
-
Constructor Summary
Constructors Constructor Description HttpConnection(ClientConfiguration clientConfiguration, MonitoringModule monitoringModule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidexecute(io.netty.handler.codec.http.FullHttpRequest request)
-
-
-
Constructor Detail
-
HttpConnection
public HttpConnection(ClientConfiguration clientConfiguration, MonitoringModule monitoringModule)
-
-