Package io.undertow.benchmarks
Class SimpleBenchmarkState
- java.lang.Object
-
- io.undertow.benchmarks.SimpleBenchmarkState
-
- Direct Known Subclasses:
SimpleBenchmarkState_jmhType_B1
public class SimpleBenchmarkState extends Object
- Author:
- Carter Kozak
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleBenchmarkState.ListenerType
-
Constructor Summary
Constructors Constructor Description SimpleBenchmarkState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter()voidbefore()org.apache.http.impl.client.CloseableHttpClientclient()StringgetBaseUri()
-
-
-
Method Detail
-
before
public final void before()
-
after
public final void after() throws IOException- Throws:
IOException
-
client
public org.apache.http.impl.client.CloseableHttpClient client()
-
getBaseUri
public String getBaseUri()
-
-