Package io.undertow.server.protocol.framed
package io.undertow.server.protocol.framed
-
ClassDescriptionAbstractFramedChannel<C extends AbstractFramedChannel<C,
R, S>, R extends AbstractFramedStreamSourceChannel<C, R, S>, S extends AbstractFramedStreamSinkChannel<C, R, S>> AConnectedChannel
which can be used to send and receive Frames.AbstractFramedStreamSinkChannel<C extends AbstractFramedChannel<C,R, S>, R extends AbstractFramedStreamSourceChannel<C, R, S>, S extends AbstractFramedStreamSinkChannel<C, R, S>> Framed Stream Sink Channel.AbstractFramedStreamSourceChannel<C extends AbstractFramedChannel<C,R, S>, R extends AbstractFramedStreamSourceChannel<C, R, S>, S extends AbstractFramedStreamSinkChannel<C, R, S>> Source channel, used to receive framed messages.Frame header data for frames that are receivedFramePriority<C extends AbstractFramedChannel<C,R, S>, R extends AbstractFramedStreamSourceChannel<C, R, S>, S extends AbstractFramedStreamSinkChannel<C, R, S>> Interface that can be used to determine where to insert a given frame into the pending frame queue.