Uses of Class
org.restlet.ext.nio.internal.state.ChunkState
-
Packages that use ChunkState Package Description org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.state -
-
Uses of ChunkState in org.restlet.ext.nio.internal.channel
Fields in org.restlet.ext.nio.internal.channel declared as ChunkState Modifier and Type Field Description private ChunkStateReadableChunkedChannel. chunkStateDeprecated.The chunk state.Methods in org.restlet.ext.nio.internal.channel that return ChunkState Modifier and Type Method Description protected ChunkStateReadableChunkedChannel. getChunkState()Deprecated.Returns the chunk state.Methods in org.restlet.ext.nio.internal.channel with parameters of type ChunkState Modifier and Type Method Description protected voidReadableChunkedChannel. setChunkState(ChunkState chunkState)Deprecated.Sets the chunk state. -
Uses of ChunkState in org.restlet.ext.nio.internal.state
Methods in org.restlet.ext.nio.internal.state that return ChunkState Modifier and Type Method Description static ChunkStateChunkState. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static ChunkState[]ChunkState. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-