| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.api |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaSessionDetails
Created by peter on 01/06/15.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WireTcpHandler.process(net.openhft.chronicle.bytes.Bytes in,
net.openhft.chronicle.bytes.Bytes out,
SessionDetailsProvider sessionDetails) |
protected abstract void |
WireTcpHandler.process(net.openhft.chronicle.wire.WireIn in,
net.openhft.chronicle.wire.WireOut out,
SessionDetailsProvider sessionDetails) |
void |
WireTcpHandler.sendHeartBeat(net.openhft.chronicle.bytes.Bytes out,
SessionDetailsProvider sessionDetails) |
| Constructor and Description |
|---|
AcceptorEventHandler(String description,
java.util.function.Supplier<TcpHandler> tcpHandlerSupplier,
java.util.function.Supplier<SessionDetailsProvider> sessionDetailsSupplier,
long heartbeatIntervalTicks,
long heartbeatTimeOutTicks) |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpHandler.process(net.openhft.chronicle.bytes.Bytes in,
net.openhft.chronicle.bytes.Bytes out,
SessionDetailsProvider sessionDetails)
The server reads the bytes
in from the client and sends a response out back
to the client. |
default void |
TcpHandler.sendHeartBeat(net.openhft.chronicle.bytes.Bytes out,
SessionDetailsProvider sessionDetails) |
Copyright © 2016. All rights reserved.