MCPcopy Index your code
hub / github.com/ari4java/ari4java / nettyHttp

Method nettyHttp

src/main/java/ch/loway/oss/ari4java/AriFactory.java:28–30  ·  view source on GitHub ↗

Your default HTTP connector through Netty (without app). @param uri uri @param login login @param pass pass @param version version @return a ready-to-use connector. @throws URISyntaxException when error

(String uri, String login, String pass, AriVersion version)

Source from the content-addressed store, hash-verified

26 * @throws URISyntaxException when error
27 */
28 public static ARI nettyHttp(String uri, String login, String pass, AriVersion version) throws URISyntaxException {
29 return nettyHttp(uri, login, pass, version, "");
30 }
31
32 /**
33 * This connects to an application.

Callers 2

testDetectAriVersionMethod · 0.95
buildMethod · 0.95

Calls 11

initializeMethod · 0.95
setAppNameMethod · 0.95
setHttpClientMethod · 0.95
setWsClientMethod · 0.95
setVersionMethod · 0.95
detectAriVersionMethod · 0.95
getVersionMethod · 0.95
asteriskMethod · 0.95
versionMethod · 0.80
getMessageMethod · 0.80
equalsMethod · 0.45

Tested by 1

testDetectAriVersionMethod · 0.76