com.mojang.authlib.minecraft.client

public class MinecraftClient

com.mojang.authlib.minecraft.client.MinecraftClient

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
LOGGER
public static final int
CONNECT_TIMEOUT_MS
public static final int
READ_TIMEOUT_MS
private final String
accessToken
private final Proxy
proxy
private final ObjectMapper
objectMapper

Constructor summary

ModifierConstructor
public (String arg0, Proxy arg1)

Method summary

Modifier and TypeMethod
public <T> T
get(URL arg0, Class<T> arg1)
public <T> T
post(URL arg0, Object arg1, Class<T> arg2)
private <T> T
readInputStream(URL arg0, Class<T> arg1, HttpURLConnection arg2)
private HttpURLConnection
postInternal(URL arg0, byte[] arg1)
private HttpURLConnection
createUrlConnection(URL arg0)