Uses of Interface
org.simpleframework.transport.ByteWriter
-
Packages that use ByteWriter Package Description org.simpleframework.transport -
-
Uses of ByteWriter in org.simpleframework.transport
Classes in org.simpleframework.transport that implement ByteWriter Modifier and Type Class Description class
TransportWriter
TheTransportWriter
object is used to write bytes to and underlying transport.Methods in org.simpleframework.transport that return ByteWriter Modifier and Type Method Description ByteWriter
Channel. getWriter()
This provides aByteWriter
for the channel.ByteWriter
TransportChannel. getWriter()
This provides aByteWriter
for the channel.
-