|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cursor | |
|---|---|
| org.simpleframework.http.message | |
| org.simpleframework.transport | |
| Uses of Cursor in org.simpleframework.http.message |
|---|
| Methods in org.simpleframework.http.message with parameters of type Cursor | |
|---|---|
protected void |
UpdateConsumer.commit(Cursor cursor)
This method can be used to commit the consumer when all data has been consumed. |
void |
UpdateConsumer.consume(Cursor cursor)
This method is used to consume bytes from the provided cursor. |
void |
PartSeriesFixedConsumer.consume(Cursor cursor)
This method is used to consume bytes from the provided cursor. |
void |
EntityConsumer.consume(Cursor cursor)
This consumes the header and body from the cursor. |
void |
EmptyConsumer.consume(Cursor cursor)
This method will not consume any bytes from the cursor. |
void |
Consumer.consume(Cursor cursor)
This method is used to consume bytes from the provided cursor. |
void |
ArrayConsumer.consume(Cursor cursor)
This method is used to consume bytes from the provided cursor. |
| Uses of Cursor in org.simpleframework.transport |
|---|
| Classes in org.simpleframework.transport that implement Cursor | |
|---|---|
class |
TransportCursor
The TransportCursor object represents a cursor that
can read and buffer data from an underlying transport. |
| Methods in org.simpleframework.transport that return Cursor | |
|---|---|
Cursor |
TransportChannel.getCursor()
This provides the Cursor for this channel. |
Cursor |
Channel.getCursor()
This provides the Cursor for this channel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||