com.xiaomi.infra.galaxy.fds.client.network.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of galaxy-fds-sdk-java Show documentation
Show all versions of galaxy-fds-sdk-java Show documentation
Xiaomi File Storage Service SDK
package com.xiaomi.infra.galaxy.fds.client.network;
/**
* Copyright 2015, Xiaomi.
* All rights reserved.
* Author: [email protected]
*/
public class Constants {
public static final String SOCKET_REMOTE_ADDRESS = "FDS_CONTEXT_REMOTE_SOCKET_ADDRESS";
public static final String REQUEST_HOST_NAME = "FDS_REQ_HOST_NAME";
public static final String INTERNAL_SITE_SUFFIX = "api.xiaomi.net";
public static final String REQUEST_METHOD = "FDS_REQ_METHOD";
public static final String REQUEST_REPEATABLE = "FDS_REQ_REP";
}