public class class_5514 extends Object implements AutoCloseable
Modifier and Type | Class and Description |
---|---|
static interface |
class_5514.class_5515 |
(package private) class |
class_5514.class_5516 |
static class |
class_5514.class_5517 |
Modifier and Type | Field and Description |
---|---|
private static Logger |
field_26823 |
private static AtomicInteger |
field_26824 |
private static ThreadFactory |
field_26825 |
private URL |
field_26826 |
private URL |
field_26827 |
private URL |
field_26828 |
private String |
field_26829 |
private int |
field_26830 |
private String |
field_26831 |
private class_5514.class_5515 |
field_26832 |
private ExecutorService |
field_26833 |
Constructor and Description |
---|
class_5514() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
private JsonObject |
method_31295(JsonObject jsonObject,
URL uRL) |
class_5513 |
method_31297(com.mojang.authlib.GameProfile gameProfile) |
private CompletableFuture<Optional<String>> |
method_31298(com.mojang.authlib.GameProfile gameProfile,
String string,
class_5514.class_5515 class_5515,
Executor executor) |
private void |
method_31299(com.mojang.authlib.GameProfile gameProfile,
URL uRL,
Executor executor) |
private void |
method_31300(InputStream inputStream) |
private void |
method_31304(JsonObject jsonObject,
URL uRL) |
private HttpURLConnection |
method_31306(JsonObject jsonObject,
URL uRL) |
private static final Logger field_26823
private static final AtomicInteger field_26824
private static final ThreadFactory field_26825
private final URL field_26826
private final URL field_26827
private final URL field_26828
private final String field_26829
private final int field_26830
private final String field_26831
private final class_5514.class_5515 field_26832
private final ExecutorService field_26833
private void method_31299(com.mojang.authlib.GameProfile gameProfile, URL uRL, Executor executor)
private CompletableFuture<Optional<String>> method_31298(com.mojang.authlib.GameProfile gameProfile, String string, class_5514.class_5515 class_5515, Executor executor)
public void close()
close
in interface AutoCloseable
private void method_31300(InputStream inputStream) throws IOException
IOException
private JsonObject method_31295(JsonObject jsonObject, URL uRL) throws IOException
IOException
private void method_31304(JsonObject jsonObject, URL uRL) throws IOException
IOException
private HttpURLConnection method_31306(JsonObject jsonObject, URL uRL) throws IOException
IOException
public class_5513 method_31297(com.mojang.authlib.GameProfile gameProfile)