Package org.glassfish.grizzly.config.dom
Interface HttpRedirect
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.types.PropertyBag
public interface HttpRedirect
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
A Protocol which redirects an HTTP(S) request to a different location
using HTTP 302 redirection semantics.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.DuckNested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
org.jvnet.hk2.config.types.PropertyBag.Duck -
Field Summary
Fields -
Method Summary
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
Field Details
-
PORT
static final int PORT- See Also:
-
SECURE
static final boolean SECURE- See Also:
-
-
Method Details
-
getPort
- Returns:
- the network port the request should be redirected to. If no
value was specified, the default of
-1will be returned which signifies a redirection to the same port the current request was made on
-
setPort
-
getSecure
String getSecure()- Returns:
truewill redirect the request usingHTTPSwhere as a value offalsewill useHTTP
-
setSecure
-