org.springframework.security.securechannel
Class AbstractRetryEntryPoint
java.lang.Object
org.springframework.security.securechannel.AbstractRetryEntryPoint
- All Implemented Interfaces:
- ChannelEntryPoint
- Direct Known Subclasses:
- RetryWithHttpEntryPoint, RetryWithHttpsEntryPoint
public abstract class AbstractRetryEntryPoint
- extends java.lang.Object
- implements ChannelEntryPoint
- Version:
- $Id$
- Author:
- Luke Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRetryEntryPoint
public AbstractRetryEntryPoint(java.lang.String scheme,
int standardPort)
commence
public void commence(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws java.io.IOException,
javax.servlet.ServletException
- Description copied from interface:
ChannelEntryPoint
- Commences a secure channel.
Implementations should modify the headers on the
ServletResponse
as necessary to commence the user agent using the implementation's supported
channel type.
- Specified by:
commence
in interface ChannelEntryPoint
- Parameters:
req
- that a ChannelProcessor
has rejectedres
- so that the user agent can begin using a new channel
- Throws:
java.io.IOException
- DOCUMENT ME!
javax.servlet.ServletException
- DOCUMENT ME!
getMappedPort
protected abstract java.lang.Integer getMappedPort(java.lang.Integer mapFromPort)
getPortMapper
protected PortMapper getPortMapper()
getPortResolver
protected PortResolver getPortResolver()
setPortMapper
public void setPortMapper(PortMapper portMapper)
setPortResolver
public void setPortResolver(PortResolver portResolver)