Class SpdyChannelWithoutFlowControl

java.lang.Object
io.undertow.server.protocol.framed.AbstractFramedChannel<io.undertow.protocols.spdy.SpdyChannel,io.undertow.protocols.spdy.SpdyStreamSourceChannel,io.undertow.protocols.spdy.SpdyStreamSinkChannel>
io.undertow.protocols.spdy.SpdyChannel
io.undertow.protocols.spdy.SpdyChannelWithoutFlowControl
All Implemented Interfaces:
io.undertow.util.Attachable, Closeable, AutoCloseable, Channel, InterruptibleChannel, org.xnio.channels.BoundChannel, org.xnio.channels.CloseableChannel, org.xnio.channels.Configurable, org.xnio.channels.ConnectedChannel

public class SpdyChannelWithoutFlowControl extends io.undertow.protocols.spdy.SpdyChannel
  • Field Summary

    Fields inherited from class io.undertow.protocols.spdy.SpdyChannel

    CLOSE_INTERNAL_ERROR, CLOSE_OK, CLOSE_PROTOCOL_ERROR, RST_STATUS_CANCEL, RST_STATUS_FLOW_CONTROL_ERROR, RST_STATUS_FRAME_TOO_LARGE, RST_STATUS_INTERNAL_ERROR, RST_STATUS_INVALID_STREAM, RST_STATUS_PROTOCOL_ERROR, RST_STATUS_REFUSED_STREAM, RST_STATUS_STREAM_ALREADY_CLOSED, RST_STATUS_STREAM_IN_USE, RST_STATUS_UNSUPPORTED_VERSION

    Fields inherited from interface org.xnio.channels.Configurable

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpdyChannelWithoutFlowControl(org.xnio.StreamConnection connectedStreamChannel, io.undertow.connector.ByteBufferPool bufferPool, io.undertow.connector.PooledByteBuffer data, io.undertow.connector.ByteBufferPool heapBufferPool, boolean clientSide, org.xnio.OptionMap options)
     
  • Method Summary

    Methods inherited from class io.undertow.protocols.spdy.SpdyChannel

    addToAttachmentList, closeSubChannels, createChannel, createStream, createStream, getAttachment, getAttachmentList, getSpdyVersion, getSslSession, handleBrokenSinkChannel, handleBrokenSourceChannel, handleWindowUpdate, isClient, isLastFrameReceived, isLastFrameSent, isOpen, lastDataRead, parseFrame, putAttachment, removeAttachment, sendGoAway, sendGoAway, sendPing, sendPing, sendRstStream, sendUpdateWindowSize, updateReceiveFlowControlWindow

    Methods inherited from class io.undertow.server.protocol.framed.AbstractFramedChannel

    addCloseTask, close, createIdleTimeoutChannel, flushSenders, getBufferPool, getCloseSetter, getDestinationAddress, getFramePriority, getIdleTimeout, getIoThread, getLocalAddress, getLocalAddress, getOption, getPeerAddress, getPeerAddress, getReceiveSetter, getSettings, getSourceAddress, getUnderlyingConnection, getWorker, isReadsBroken, isReceivesResumed, isWritesBroken, markReadsBroken, markWritesBroken, queueFrame, recalculateHeldFrames, receive, resumeReceives, setIdleTimeout, setOption, supportsOption, suspendReceives, toString, writeExceptionHandler

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SpdyChannelWithoutFlowControl

      public SpdyChannelWithoutFlowControl(org.xnio.StreamConnection connectedStreamChannel, io.undertow.connector.ByteBufferPool bufferPool, io.undertow.connector.PooledByteBuffer data, io.undertow.connector.ByteBufferPool heapBufferPool, boolean clientSide, org.xnio.OptionMap options)