Class HTTPContext
java.lang.Object
org.jboss.arquillian.container.spi.client.protocol.metadata.NamedContext
org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext
WebContext
- Version:
- $Revision: $
- Author:
- Aslak Knutsen, Ian Brandt
-
Constructor Summary
ConstructorsConstructorDescriptionHTTPContext(String host, int port) HTTPContext(String host, int port, boolean secure) HTTPContext(String name, String host, int port) HTTPContext(String name, String host, int port, boolean secure) Creates a new HTTP context. -
Method Summary
Methods inherited from class org.jboss.arquillian.container.spi.client.protocol.metadata.NamedContext
getName
-
Constructor Details
-
HTTPContext
-
HTTPContext
-
HTTPContext
-
HTTPContext
Creates a new HTTP context.- Parameters:
name- the name for the contexthost- the host for the contextport- the port for the contextsecure- whether this is a secure context.truewill result in a https scheme, otherwise http will be used for the scheme
-
-
Method Details