Class FlowListener
java.lang.Object
ru.bitel.common.io.DatagramChannelListener
ru.bitel.bgbilling.kernel.network.flow.FlowListener
- All Implemented Interfaces:
Runnable
public abstract class FlowListener
extends ru.bitel.common.io.DatagramChannelListener
-
Field Summary
Fields inherited from class ru.bitel.common.io.DatagramChannelListener
byteBufferCapacity, channel, directByteBuffer, host, inited, maxPacketSize, port, selector
-
Constructor Summary
ConstructorDescriptionFlowListener
(int port, int byteBufferCapacity, int socketRCVBUF, String nestedContext) FlowListener
(String host, int port, int byteBufferCapacity, int socketRCVBUF, String nestedContext) -
Method Summary
Modifier and TypeMethodDescriptionabstract void
flush
(long millis, List<FlowPacket> packetList) void
init()
void
run()
toString()
protected void
toString
(StringBuilder result) Methods inherited from class ru.bitel.common.io.DatagramChannelListener
onPacket, select, send, sendResponse, setReuseAddress, shutdown
-
Constructor Details
-
FlowListener
-
FlowListener
-
-
Method Details