Class Writer

java.lang.Object
com.gigaspaces.lrmi.nio.Writer
All Implemented Interfaces:
IChannelWriter

public class Writer extends Object implements IChannelWriter
A Writer is capable of writing Request Packets and Reply Packets to a Socket Channel. An NIO Client Peer uses an instance of a Writer to write Request Packets while an NIO Server uses an instance of a Writer to write Reply Packets.
Since:
4.0
Author:
Igor Goldenberg