Uses of Interface
org.simpleframework.transport.ByteCursor
Packages that use ByteCursor
Package
Description
-
Uses of ByteCursor in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as ByteCursorModifier and TypeFieldDescriptionprivate final ByteCursor
RequestCollector.cursor
This is the cursor used to read and reset the data. -
Uses of ByteCursor in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement ByteCursorModifier and TypeClassDescriptionprivate class
TheByteCounter
is a wrapper for a cursor that can be used to restrict the number of bytes consumed.Fields in org.simpleframework.http.message declared as ByteCursorModifier and TypeFieldDescriptionprivate final ByteCursor
FileUploadConsumer.ByteCounter.cursor
This is the cursor that this counter will delegate to.Methods in org.simpleframework.http.message with parameters of type ByteCursorModifier and TypeMethodDescriptionprotected void
ContentConsumer.commit
(ByteCursor cursor) This is used to push the start and boundary back on to the cursor.protected void
UpdateConsumer.commit
(ByteCursor cursor) This method can be used to commit the consumer when all data has been consumed.void
ArrayConsumer.consume
(ByteCursor cursor) This method is used to consume bytes from the provided cursor.void
ByteConsumer.consume
(ByteCursor cursor) This method is used to consume bytes from the provided cursor.void
EmptyConsumer.consume
(ByteCursor cursor) This method will not consume any bytes from the cursor.void
EntityConsumer.consume
(ByteCursor cursor) This consumes the header and body from the cursor.void
FileUploadConsumer.consume
(ByteCursor cursor) This method is used to consume bytes from the provided cursor.void
PartBodyConsumer.consume
(ByteCursor cursor) This is used to consume the part body from the cursor.void
PartConsumer.consume
(ByteCursor cursor) This is used to consume the part body from the cursor.void
PartEntryConsumer.consume
(ByteCursor cursor) This is used to consume the part body from the cursor.void
PartSeriesConsumer.consume
(ByteCursor cursor) This is used to consume the part list from the cursor.void
UpdateConsumer.consume
(ByteCursor cursor) This method is used to consume bytes from the provided cursor.Constructors in org.simpleframework.http.message with parameters of type ByteCursor -
Uses of ByteCursor in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as ByteCursorModifier and TypeFieldDescriptionprivate final ByteCursor
FrameCollector.cursor
This is the cursor used to maintain a stream seek position.private final ByteCursor
FrameProcessor.cursor
This is the cursor used to maintain a read seek position.Methods in org.simpleframework.http.socket.service with parameters of type ByteCursorModifier and TypeMethodDescriptionvoid
FrameConsumer.consume
(ByteCursor cursor) This consumes frame bytes using the provided cursor.void
FrameHeaderConsumer.consume
(ByteCursor cursor) This consumes frame bytes using the provided cursor. -
Uses of ByteCursor in org.simpleframework.transport
Classes in org.simpleframework.transport that implement ByteCursorModifier and TypeClassDescriptionclass
TheTransportCursor
object represents a cursor that can read and buffer data from an underlying transport.Fields in org.simpleframework.transport declared as ByteCursorModifier and TypeFieldDescriptionprivate final ByteCursor
TransportChannel.cursor
This is used to provide a cursor view on the input.Methods in org.simpleframework.transport that return ByteCursor