com.mojang.authlib

public abstract class HttpAuthenticationService

extends BaseAuthenticationService

All mapped superinterfaces:

AuthenticationService

com.mojang.authlib.HttpAuthenticationService

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
LOGGER
private final Proxy
proxy

Constructor summary

ModifierConstructor
protected (Proxy arg0)

Method summary

Modifier and TypeMethod
public Proxy
getProxy()
protected HttpURLConnection
createUrlConnection(URL arg0)
public String
performPostRequest(URL arg0, String arg1, String arg2)
public String
performGetRequest(URL arg0)
public String
performGetRequest(URL arg0, String arg1)
public static URL
constantURL(String arg0)
public static String
buildQuery(Map<String, Object> arg0)
public static URL
concatenateURL(URL arg0, String arg1)