public class TestEnvironment extends Object
| Constructor and Description |
|---|
TestEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static Http2Client | connectViaAlpn() |
static Http2Client | connectViaUpgrade() |
static String | getBasePath() |
static String | getHost() |
static URI | getHttp2AlpnURL() |
static URI | getHttp2UpgradeURL() |
static int | getPort() |
public static Http2Client connectViaUpgrade() throws IOException
IOExceptionpublic static Http2Client connectViaAlpn() throws IOException
IOExceptionpublic static int getPort()
public static String getHost()
public static String getBasePath()
public static URI getHttp2UpgradeURL()
public static URI getHttp2AlpnURL()
Copyright © 2015 JBoss by Red Hat. All rights reserved.