org.openqa.selenium.remote.server
Interface HttpStatusCodes


public interface HttpStatusCodes


Field Summary
static int INTERNAL_SERVER_ERROR
           
static int NO_CONTENT
           
static int NOT_FOUND
           
static int OK
           
 

Field Detail

OK

static final int OK
See Also:
Constant Field Values

NO_CONTENT

static final int NO_CONTENT
See Also:
Constant Field Values

NOT_FOUND

static final int NOT_FOUND
See Also:
Constant Field Values

INTERNAL_SERVER_ERROR

static final int INTERNAL_SERVER_ERROR
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.