Class ServletProtocol
- java.lang.Object
-
- org.jboss.arquillian.protocol.servlet5.BaseServletProtocol
-
- org.jboss.arquillian.protocol.servlet5.v_5.ServletProtocol
-
- All Implemented Interfaces:
org.jboss.arquillian.container.test.spi.client.protocol.Protocol<ServletProtocolConfiguration>
public class ServletProtocol extends BaseServletProtocol
ServletProtocol- Author:
- Aslak Knutsen
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROTOCOL_NAME
-
Constructor Summary
Constructors Constructor Description ServletProtocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.arquillian.container.test.spi.client.deployment.DeploymentPackagergetPackager()protected StringgetProtocolName()-
Methods inherited from class org.jboss.arquillian.protocol.servlet5.BaseServletProtocol
getDescription, getExecutor, getProtocolConfigurationClass
-
-
-
-
Field Detail
-
PROTOCOL_NAME
public static final String PROTOCOL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProtocolName
protected String getProtocolName()
- Specified by:
getProtocolNamein classBaseServletProtocol
-
getPackager
public org.jboss.arquillian.container.test.spi.client.deployment.DeploymentPackager getPackager()
-
-