Package | Description |
---|---|
org.simpleframework.http.message | |
org.simpleframework.transport |
Modifier and Type | Method and Description |
---|---|
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 |
FileUploadConsumer.consume(ByteCursor cursor)
This method is used to consume bytes from the provided cursor.
|
void |
UpdateConsumer.consume(ByteCursor cursor)
This method is used to consume bytes from the provided cursor.
|
void |
EntityConsumer.consume(ByteCursor cursor)
This consumes the header and body from the cursor.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportCursor
The
TransportCursor object represents a cursor that
can read and buffer data from an underlying transport. |
Modifier and Type | Method and Description |
---|---|
ByteCursor |
TransportChannel.getCursor()
This provides a
ByteCursor for this channel. |
ByteCursor |
Channel.getCursor()
This provides a
ByteCursor for this channel. |
Copyright © 2023. All rights reserved.