Package io.undertow.websockets.jsr
Class JsrWebSocketFilter.WebSocketChannels
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.concurrent.CopyOnWriteArraySet<WebSocketChannel>
io.undertow.websockets.jsr.JsrWebSocketFilter.WebSocketChannels
- All Implemented Interfaces:
Serializable,Iterable<WebSocketChannel>,Collection<WebSocketChannel>,Set<WebSocketChannel>
- Enclosing class:
- JsrWebSocketFilter
public static class JsrWebSocketFilter.WebSocketChannels
extends CopyOnWriteArraySet<WebSocketChannel>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.CopyOnWriteArraySet
add, addAll, clear, contains, containsAll, equals, forEach, isEmpty, iterator, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
hashCodeMethods inherited from class java.util.AbstractCollection
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Constructor Details
-
WebSocketChannels
public WebSocketChannels()
-