Uses of Interface
io.undertow.server.protocol.framed.FrameHeaderData
Packages that use FrameHeaderData
Package
Description
-
Uses of FrameHeaderData in io.undertow.protocols.ajp
Methods in io.undertow.protocols.ajp that return FrameHeaderDataModifier and TypeMethodDescriptionprotected FrameHeaderDataAjpClientChannel.parseFrame(ByteBuffer data) Methods in io.undertow.protocols.ajp with parameters of type FrameHeaderDataModifier and TypeMethodDescriptionprotected AbstractAjpClientStreamSourceChannelAjpClientChannel.createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) protected voidAjpClientResponseStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) -
Uses of FrameHeaderData in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 that return FrameHeaderDataModifier and TypeMethodDescriptionprotected FrameHeaderDataHttp2Channel.parseFrame(ByteBuffer data) Methods in io.undertow.protocols.http2 with parameters of type FrameHeaderDataModifier and TypeMethodDescriptionprotected AbstractHttp2StreamSourceChannelHttp2Channel.createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) protected AbstractHttp2StreamSourceChannelHttp2Channel.createChannelImpl(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) protected voidAbstractHttp2StreamSourceChannel.handleHeaderData(FrameHeaderData headerData) protected voidHttp2StreamSourceChannel.handleHeaderData(FrameHeaderData headerData) -
Uses of FrameHeaderData in io.undertow.server.protocol.framed
Methods in io.undertow.server.protocol.framed that return FrameHeaderDataModifier and TypeMethodDescriptionprotected abstract FrameHeaderDataAbstractFramedChannel.parseFrame(ByteBuffer data) Attempts to parse an incoming frame header from the data in the buffer.Methods in io.undertow.server.protocol.framed with parameters of type FrameHeaderDataModifier and TypeMethodDescriptionprotected abstract RAbstractFramedChannel.createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) Method that creates the actual stream source channel implementation that is in use.protected voidAbstractFramedStreamSourceChannel.dataReady(FrameHeaderData headerData, PooledByteBuffer frameData) Called when data has been read from the underlying channel.protected voidAbstractFramedStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) -
Uses of FrameHeaderData in io.undertow.websockets.core
Subinterfaces of FrameHeaderData in io.undertow.websockets.coreModifier and TypeInterfaceDescriptionstatic interfaceInterface that represents a frame channel that is in the process of being createdinterfaceMethods in io.undertow.websockets.core that return FrameHeaderDataModifier and TypeMethodDescriptionprotected FrameHeaderDataWebSocketChannel.parseFrame(ByteBuffer data) Methods in io.undertow.websockets.core with parameters of type FrameHeaderDataModifier and TypeMethodDescriptionprotected StreamSourceFrameChannelWebSocketChannel.createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) protected voidStreamSourceFrameChannel.handleHeaderData(FrameHeaderData headerData) -
Uses of FrameHeaderData in io.undertow.websockets.core.function
Methods in io.undertow.websockets.core.function with parameters of type FrameHeaderData -
Uses of FrameHeaderData in io.undertow.websockets.core.protocol.version07
Methods in io.undertow.websockets.core.protocol.version07 with parameters of type FrameHeaderDataModifier and TypeMethodDescriptionvoidMasker.newFrame(FrameHeaderData headerData) voidUTF8Checker.newFrame(FrameHeaderData headerData)