@FunctionalInterface public interface TcpHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
onEndOfConnection() |
void |
process(net.openhft.chronicle.bytes.Bytes in,
net.openhft.chronicle.bytes.Bytes out,
SessionDetailsProvider sessionDetails) |
void process(net.openhft.chronicle.bytes.Bytes in,
net.openhft.chronicle.bytes.Bytes out,
SessionDetailsProvider sessionDetails)
default void onEndOfConnection()
Copyright © 2015. All rights reserved.