Uses of Interface
io.undertow.server.protocol.framed.FramePriority
Packages that use FramePriority
-
Uses of FramePriority in io.undertow.server.protocol.framed
Methods in io.undertow.server.protocol.framed that return FramePriorityModifier and TypeMethodDescriptionprotected FramePriority<C,
R, S> AbstractFramedChannel.getFramePriority()
Constructors in io.undertow.server.protocol.framed with parameters of type FramePriorityModifierConstructorDescriptionprotected
AbstractFramedChannel
(org.xnio.StreamConnection connectedStreamChannel, ByteBufferPool bufferPool, FramePriority<C, R, S> framePriority, PooledByteBuffer readData, org.xnio.OptionMap settings) Create a newAbstractFramedChannel
8 -
Uses of FramePriority in io.undertow.websockets.core
Classes in io.undertow.websockets.core that implement FramePriority