public final class WriteHandler extends Object implements Runnable
TcpIpConnection
.Modifier and Type | Field and Description |
---|---|
protected TcpIpConnection |
connection |
protected TcpIpConnectionManager |
connectionManager |
protected ILogger |
logger |
protected SocketChannelWrapper |
socketChannel |
Modifier and Type | Method and Description |
---|---|
void |
enqueueSocketWritable(SocketWritable socketWritable) |
SocketWriter |
getSocketWriter() |
void |
handle() |
void |
run() |
void |
shutdown() |
protected final ILogger logger
protected final SocketChannelWrapper socketChannel
protected final TcpIpConnection connection
protected final TcpIpConnectionManager connectionManager
public SocketWriter getSocketWriter()
public void enqueueSocketWritable(SocketWritable socketWritable)
public void handle()
handle
in interface SelectionHandler
public void shutdown()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.