public final class WriteHandler extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected TcpIpConnection |
connection |
protected TcpIpConnectionManager |
connectionManager |
protected ILogger |
logger |
protected SocketChannelWrapper |
socketChannel |
protected SystemLogService |
systemLogService |
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
protected final SystemLogService systemLogService
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.