Uses of Interface
org.simpleframework.transport.ByteCursor
Packages that use ByteCursor
-
Uses of ByteCursor in org.simpleframework.http.message
Methods in org.simpleframework.http.message with parameters of type ByteCursorModifier and TypeMethodDescriptionprotected voidUpdateConsumer.commit(ByteCursor cursor) This method can be used to commit the consumer when all data has been consumed.voidArrayConsumer.consume(ByteCursor cursor) This method is used to consume bytes from the provided cursor.voidByteConsumer.consume(ByteCursor cursor) This method is used to consume bytes from the provided cursor.voidEmptyConsumer.consume(ByteCursor cursor) This method will not consume any bytes from the cursor.voidEntityConsumer.consume(ByteCursor cursor) This consumes the header and body from the cursor.voidFileUploadConsumer.consume(ByteCursor cursor) This method is used to consume bytes from the provided cursor.voidUpdateConsumer.consume(ByteCursor cursor) This method is used to consume bytes from the provided cursor. -
Uses of ByteCursor in org.simpleframework.transport
Classes in org.simpleframework.transport that implement ByteCursorModifier and TypeClassDescriptionclassTheTransportCursorobject represents a cursor that can read and buffer data from an underlying transport.Methods in org.simpleframework.transport that return ByteCursor