public class SpdyChannelWithoutFlowControl
extends 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| Constructor and 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) |
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, updateReceiveFlowControlWindowaddCloseTask, 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, writeExceptionHandlerpublic 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)
Copyright © 2017 JBoss by Red Hat. All rights reserved.