public interface ChannelEntryPoint
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.
Modifier and Type | Method and Description |
---|---|
void |
commence(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Commences a secure channel.
|
void commence(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) throws IOException, javax.servlet.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 channelIOException
- DOCUMENT ME!javax.servlet.ServletException
- DOCUMENT ME!Copyright © 2004–2019 Interface21, Inc. All rights reserved.