net.sourceforge.hiveremoting.caucho
Class CauchoProxyContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
net.sourceforge.hiveremoting.caucho.CauchoProxyContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class CauchoProxyContribution
- extends org.apache.hivemind.impl.BaseLocatable
Contribution class for CauchoProxyFactory
parameters.
- Author:
- Jean-Francois Poilpret
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CauchoProxyContribution
public CauchoProxyContribution()
setUrl
public void setUrl(java.lang.String url)
getUrl
public java.lang.String getUrl()
setProtocol
public void setProtocol(Protocol protocol)
getProtocol
public Protocol getProtocol()
setProtocolVersion
public void setProtocolVersion(int protocolVersion)
getProtocolVersion
public int getProtocolVersion()
setUser
public void setUser(java.lang.String user)
getUser
public java.lang.String getUser()
setPassword
public void setPassword(java.lang.String password)
getPassword
public java.lang.String getPassword()
setOverloadEnabled
public void setOverloadEnabled(boolean overloadEnabled)
getOverloadEnabled
public boolean getOverloadEnabled()
setGzipThreshold
public void setGzipThreshold(int gzipThreshold)
getGzipThreshold
public int getGzipThreshold()
setGzipInBufferSize
public void setGzipInBufferSize(int gzipInBufferSize)
getGzipInBufferSize
public int getGzipInBufferSize()
setContextHandler
public void setContextHandler(RemoteContextHandler handler)
getContextHandler
public RemoteContextHandler getContextHandler()
setCallContextHandlerOnError
public void setCallContextHandlerOnError(boolean callContextHandlerOnError)
getCallContextHandlerOnError
public boolean getCallContextHandlerOnError()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object