@ManagedObject(value="WebSocket Upgrade Filter") public class WebSocketUpgradeFilter extends Object implements Filter, MappedWebSocketCreator, Dumpable
WebSocketCreator objects.| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ATTRIBUTE_KEY |
static String |
CONTEXT_ATTRIBUTE_KEY |
| Constructor and Description |
|---|
WebSocketUpgradeFilter() |
WebSocketUpgradeFilter(NativeWebSocketConfiguration configuration) |
WebSocketUpgradeFilter(WebSocketServerFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(PathSpec spec,
WebSocketCreator creator)
Add a mapping.
|
void |
addMapping(PathSpec spec,
WebSocketCreator creator)
Deprecated.
|
static WebSocketUpgradeFilter |
configureContext(ServletContext context)
Deprecated.
use
configureContext(ServletContextHandler) instead |
static WebSocketUpgradeFilter |
configureContext(ServletContextHandler context) |
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
String |
dump() |
void |
dump(Appendable out,
String indent) |
NativeWebSocketConfiguration |
getConfiguration() |
WebSocketServletFactory |
getFactory() |
MappedResource<WebSocketCreator> |
getMapping(String target)
Get specific MappedResource for associated target.
|
void |
init(FilterConfig config) |
void |
setToAttribute(ServletContext context,
String key) |
String |
toString() |
public static final String CONTEXT_ATTRIBUTE_KEY
public static final String CONFIG_ATTRIBUTE_KEY
public WebSocketUpgradeFilter()
public WebSocketUpgradeFilter(WebSocketServerFactory factory)
public WebSocketUpgradeFilter(NativeWebSocketConfiguration configuration)
public static WebSocketUpgradeFilter configureContext(ServletContextHandler context) throws ServletException
ServletException@Deprecated public static WebSocketUpgradeFilter configureContext(ServletContext context) throws ServletException
configureContext(ServletContextHandler) insteadServletExceptionpublic void addMapping(PathSpec spec, WebSocketCreator creator)
MappedWebSocketCreatoraddMapping in interface MappedWebSocketCreatorspec - the path spec to usecreator - the creator for the mapping@Deprecated public void addMapping(PathSpec spec, WebSocketCreator creator)
addMapping(org.eclipse.jetty.http.pathmap.PathSpec, WebSocketCreator) insteadMappedWebSocketCreatoraddMapping in interface MappedWebSocketCreatorspec - the path spec to usecreator - the creator for the mappingpublic void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter in interface FilterIOExceptionServletExceptionpublic void dump(Appendable out, String indent) throws IOException
dump in interface DumpableIOExceptionpublic WebSocketServletFactory getFactory()
@ManagedAttribute(value="configuration", readonly=true) public NativeWebSocketConfiguration getConfiguration()
public MappedResource<WebSocketCreator> getMapping(String target)
MappedWebSocketCreatorgetMapping in interface MappedWebSocketCreatortarget - the target to get mapping forpublic void init(FilterConfig config) throws ServletException
init in interface FilterServletExceptionpublic void setToAttribute(ServletContext context, String key) throws ServletException
ServletExceptionCopyright © 1995-2016 Webtide. All Rights Reserved.