de.phleisch.app.itsucks.io.http
Interface HttpResponseCodes


public interface HttpResponseCodes


Field Summary
static int FOUND_302
           
static int MOVED_PERMANENTLY_301
           
static int NOT_FOUND_404
           
static int OK_200
           
static int PARTIAL_CONTENT_206
           
static int REQUESTED_RANGE_NOT_SATISFIABLE_416
           
static int SEE_OTHER_303
           
static int TEMPORARY_REDIRECT_307
           
 

Field Detail

OK_200

static final int OK_200
See Also:
Constant Field Values

PARTIAL_CONTENT_206

static final int PARTIAL_CONTENT_206
See Also:
Constant Field Values

MOVED_PERMANENTLY_301

static final int MOVED_PERMANENTLY_301
See Also:
Constant Field Values

FOUND_302

static final int FOUND_302
See Also:
Constant Field Values

SEE_OTHER_303

static final int SEE_OTHER_303
See Also:
Constant Field Values

TEMPORARY_REDIRECT_307

static final int TEMPORARY_REDIRECT_307
See Also:
Constant Field Values

NOT_FOUND_404

static final int NOT_FOUND_404
See Also:
Constant Field Values

REQUESTED_RANGE_NOT_SATISFIABLE_416

static final int REQUESTED_RANGE_NOT_SATISFIABLE_416
See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.