Class HandlerImpl<T extends HttpApiHandler<?>>
- java.lang.Object
-
- org.talend.sdk.component.junit.http.internal.impl.HandlerImpl<T>
-
- All Implemented Interfaces:
AutoCloseable
public class HandlerImpl<T extends HttpApiHandler<?>> extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description HandlerImpl()
-
-
-
Constructor Detail
-
HandlerImpl
public HandlerImpl()
-
-
Method Detail
-
start
public HandlerImpl<T> start()
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-