|
Spring Security Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelEntryPoint
May be used by a ChannelProcessor
to launch a web channel.
ChannelProcessor
s can elect to launch a new web channel
directly, or they can delegate to another class. The
ChannelEntryPoint
is a pluggable interface to assist
ChannelProcessor
s in performing this delegation.
Method Summary | |
---|---|
void |
commence(ServletRequest request,
ServletResponse response)
Commences a secure channel. |
Method Detail |
---|
void commence(ServletRequest request, ServletResponse response) throws IOException, ServletException
Implementations should modify the headers on the
ServletResponse
as necessary to commence the user agent using the implementation's supported
channel type.
request
- that a ChannelProcessor
has rejectedresponse
- so that the user agent can begin using a new channel
IOException
- DOCUMENT ME!
ServletException
- DOCUMENT ME!
|
Spring Security Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |