Searched defs:redirection (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/remote/
H A DRemoteAdminCommand.java185 * (as it follows redirection, for example) this contract allows the caller
667 * We must handle redirection from http to https explicitly
672 String redirection = checkConnect(urlConnection);
673 if (redirection != null) {
678 logger.log(Level.FINER, "Following redirection to " + redirection);
679 url = followRedirection(url, redirection);
706 * No redirection, so we have established the connection.
837 * @param redirection the location to which the attempted connection was redirected
843 final String redirection) throw
841 followRedirection( final HttpConnectorAddress originalAddr, final String redirection) argument
[all...]

Completed in 33 milliseconds