
public class ServletMethodExecutor extends Object implements ContainerMethodExecutor
| Modifier and Type | Field and Description |
|---|---|
static String |
ARQUILLIAN_SERVLET_MAPPING |
static String |
ARQUILLIAN_SERVLET_NAME |
protected CommandCallback |
callback |
protected ServletProtocolConfiguration |
config |
protected ServletURIHandler |
uriHandler |
| Modifier | Constructor and Description |
|---|---|
protected |
ServletMethodExecutor() |
|
ServletMethodExecutor(ServletProtocolConfiguration config,
Collection<HTTPContext> contexts,
CommandCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected Timer |
createCommandServicePullTimer(String eventUrl) |
protected <T> T |
execute(String url,
Class<T> returnType,
Object requestObject) |
protected <T> T |
executeWithRetry(String url,
Class<T> type) |
org.jboss.arquillian.test.spi.TestResult |
invoke(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor) |
protected void |
prepareHttpConnection(HttpURLConnection connection) |
public static final String ARQUILLIAN_SERVLET_NAME
public static final String ARQUILLIAN_SERVLET_MAPPING
protected ServletURIHandler uriHandler
protected CommandCallback callback
protected ServletProtocolConfiguration config
protected ServletMethodExecutor()
public ServletMethodExecutor(ServletProtocolConfiguration config, Collection<HTTPContext> contexts, CommandCallback callback)
public org.jboss.arquillian.test.spi.TestResult invoke(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor)
invoke in interface ContainerMethodExecutorprotected <T> T executeWithRetry(String url, Class<T> type) throws Exception
Exceptionprotected <T> T execute(String url, Class<T> returnType, Object requestObject) throws Exception
Exceptionprotected void prepareHttpConnection(HttpURLConnection connection)
Copyright © 2019 JBoss by Red Hat. All rights reserved.