Uses of Interface
org.simpleframework.transport.ByteCursor
-
Packages that use ByteCursor Package Description org.simpleframework.transport -
-
Uses of ByteCursor in org.simpleframework.transport
Classes in org.simpleframework.transport that implement ByteCursor Modifier and Type Class Description class
TransportCursor
TheTransportCursor
object represents a cursor that can read and buffer data from an underlying transport.Methods in org.simpleframework.transport that return ByteCursor Modifier and Type Method Description ByteCursor
Channel. getCursor()
This provides aByteCursor
for this channel.ByteCursor
TransportChannel. getCursor()
This provides aByteCursor
for this channel.
-