org.codehaus.wadi.impl
Class HttpProxyLocation
java.lang.Object
org.codehaus.wadi.impl.SimpleEvictable
org.codehaus.wadi.impl.HttpProxyLocation
- All Implemented Interfaces:
- Evictable, Location, Serializable
- public class HttpProxyLocation
- extends SimpleEvictable
- implements Location
A Location that includes a hostname/ip-address and HTTP port
- Version:
- $Revision: 1430 $
- Author:
- Jules Gosnell
- See Also:
- Serialized Form
Methods inherited from class org.codehaus.wadi.impl.SimpleEvictable |
checkTimeframe, copy, destroy, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, init, isNew, mote, readContent, setLastAccessedTime, setMaxInactiveInterval, writeContent |
Methods inherited from interface org.codehaus.wadi.Evictable |
checkTimeframe, copy, destroy, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, init, isNew, mote, setLastAccessedTime, setMaxInactiveInterval |
_log
protected static final Log _log
_location
protected ProxiedLocation _location
_proxy
protected InvocationProxy _proxy
_destination
protected final Destination _destination
HttpProxyLocation
public HttpProxyLocation(Destination destination,
ProxiedLocation location,
InvocationProxy proxy)
proxy
public void proxy(InvocationContext invocationContext)
throws ProxyingException
- Specified by:
proxy
in interface Location
- Throws:
ProxyingException
- TODO
toString
public String toString()
getDestination
public Destination getDestination()
- Specified by:
getDestination
in interface Location
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.