public class WebSocketConnectionFilterCollection extends ArrayList<IWebSocketConnectionFilter> implements IWebSocketConnectionFilter
modCount
Constructor and Description |
---|
WebSocketConnectionFilterCollection() |
Modifier and Type | Method and Description |
---|---|
ConnectionRejected |
doFilter(javax.servlet.http.HttpServletRequest servletRequest)
Method for rejecting connections based on the current request
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public ConnectionRejected doFilter(javax.servlet.http.HttpServletRequest servletRequest)
IWebSocketConnectionFilter
doFilter
in interface IWebSocketConnectionFilter
servletRequest
- The servlet request holding the request headersCopyright © 2006–2022 Apache Software Foundation. All rights reserved.