yt4droid.http
インタフェース HttpResponceCode

既知の実装クラスの一覧:
HttpClientImpl, UploadResultParser, YoutubeException

public interface HttpResponceCode


フィールドの概要
static int BADREQUEST
           
static int CHUNK_OK
           
static int HTTP_OK
           
static int INTERNAL_ERROR
           
static int NOTFOUND
           
static int NOTIMPLEMENT
           
static int POST_OK
           
static int UNAUTHORIZED
           
static int UNAVALIVE
           
 

フィールドの詳細

HTTP_OK

static final int HTTP_OK
関連項目:
定数フィールド値

POST_OK

static final int POST_OK
関連項目:
定数フィールド値

CHUNK_OK

static final int CHUNK_OK
関連項目:
定数フィールド値

BADREQUEST

static final int BADREQUEST
関連項目:
定数フィールド値

UNAUTHORIZED

static final int UNAUTHORIZED
関連項目:
定数フィールド値

NOTFOUND

static final int NOTFOUND
関連項目:
定数フィールド値

INTERNAL_ERROR

static final int INTERNAL_ERROR
関連項目:
定数フィールド値

NOTIMPLEMENT

static final int NOTIMPLEMENT
関連項目:
定数フィールド値

UNAVALIVE

static final int UNAVALIVE
関連項目:
定数フィールド値