public interface SteamHTTPCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onHTTPRequestCompleted(SteamHTTPRequestHandle request,
long contextValue,
boolean requestSuccessful,
SteamHTTP.HTTPStatusCode statusCode,
int bodySize) |
void |
onHTTPRequestDataReceived(SteamHTTPRequestHandle request,
long contextValue,
int offset,
int bytesReceived) |
void |
onHTTPRequestHeadersReceived(SteamHTTPRequestHandle request,
long contextValue) |
void onHTTPRequestCompleted(SteamHTTPRequestHandle request, long contextValue, boolean requestSuccessful, SteamHTTP.HTTPStatusCode statusCode, int bodySize)
void onHTTPRequestHeadersReceived(SteamHTTPRequestHandle request, long contextValue)
void onHTTPRequestDataReceived(SteamHTTPRequestHandle request, long contextValue, int offset, int bytesReceived)
Copyright © 2018. All rights reserved.