Uses of Class
org.restlet.ext.nio.internal.buffer.BufferState
-
Packages that use BufferState Package Description org.restlet.ext.nio.internal.buffer org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.way -
-
Uses of BufferState in org.restlet.ext.nio.internal.buffer
Fields in org.restlet.ext.nio.internal.buffer declared as BufferState Modifier and Type Field Description private BufferStateBuffer. stateDeprecated.The byte buffer IO state.Methods in org.restlet.ext.nio.internal.buffer that return BufferState Modifier and Type Method Description BufferStateBuffer. drain(java.lang.StringBuilder lineBuilder, BufferState builderState)Deprecated.Drains the buffer into a line builder (start line or header line).BufferStateBuffer. getState()Deprecated.Returns the byte buffer IO state.static BufferStateBufferState. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static BufferState[]BufferState. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restlet.ext.nio.internal.buffer with parameters of type BufferState Modifier and Type Method Description BufferStateBuffer. drain(java.lang.StringBuilder lineBuilder, BufferState builderState)Deprecated.Drains the buffer into a line builder (start line or header line).voidBuffer. setState(BufferState byteBufferState)Deprecated.Sets the byte buffer IO state.Constructors in org.restlet.ext.nio.internal.buffer with parameters of type BufferState Constructor Description Buffer(java.nio.ByteBuffer byteBuffer, BufferState byteBufferState)Deprecated.Constructor. -
Uses of BufferState in org.restlet.ext.nio.internal.channel
Fields in org.restlet.ext.nio.internal.channel declared as BufferState Modifier and Type Field Description private BufferStateReadableChunkedChannel. lineBuilderStateDeprecated.The line builder state.Methods in org.restlet.ext.nio.internal.channel that return BufferState Modifier and Type Method Description protected BufferStateReadableChunkedChannel. getLineBuilderState()Deprecated.Returns the line builder state.Methods in org.restlet.ext.nio.internal.channel with parameters of type BufferState Modifier and Type Method Description protected voidReadableChunkedChannel. setLineBuilderState(BufferState lineBuilderState)Deprecated.Sets the line builder state. -
Uses of BufferState in org.restlet.ext.nio.internal.way
Fields in org.restlet.ext.nio.internal.way declared as BufferState Modifier and Type Field Description private BufferStateWay. lineBuilderStateDeprecated.The line builder state.Methods in org.restlet.ext.nio.internal.way that return BufferState Modifier and Type Method Description BufferStateWay. getLineBuilderState()Deprecated.Returns the line builder state.Methods in org.restlet.ext.nio.internal.way with parameters of type BufferState Modifier and Type Method Description protected voidWay. setLineBuilderState(BufferState lineBuilderState)Deprecated.Sets the line builder state.
-