| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.api.session | |
| net.openhft.chronicle.network.cluster |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderTcpHandler<T extends NetworkContext> |
interface |
NetworkContext<T extends NetworkContext> |
interface |
NetworkContextManager<T extends NetworkContext> |
class |
WireTcpHandler<T extends NetworkContext> |
class |
WireTypeSniffingTcpHandler<T extends NetworkContext>
sets the wire-type in the network context by inspecting the byte message
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionDetails
Created by daniel on 10/02/2016.
|
class |
VanillaNetworkContext<T extends VanillaNetworkContext> |
| Modifier and Type | Method and Description |
|---|---|
TcpEventHandler |
TcpEventHandler.Factory.apply(NetworkContext nc) |
void |
RemoteConnector.connect(String remoteHostPort,
net.openhft.chronicle.core.threads.EventLoop eventLoop,
NetworkContext nc,
long retryInterval) |
| Constructor and Description |
|---|
TcpEventHandler(NetworkContext nc) |
| Constructor and Description |
|---|
AcceptorEventHandler(String description,
java.util.function.Function<NetworkContext,TcpEventHandler> handlerFactory,
java.util.function.Supplier<NetworkContext> ncFactory) |
AcceptorEventHandler(String description,
java.util.function.Function<NetworkContext,TcpEventHandler> handlerFactory,
java.util.function.Supplier<NetworkContext> ncFactory) |
RemoteConnector(net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,IOException,TcpEventHandler> tcpEventHandlerFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubHandler<T extends NetworkContext> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubHandler<T extends NetworkContext> |
class |
HeartbeatHandler<T extends NetworkContext>
will periodically send a heatbeat message, the period of this message is defined by
HeartbeatHandler.heartbeatIntervalMs once the heart beat is |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<ClusterContext,NetworkContext> |
ClusterContext.networkContextFactory() |
net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,IOException,TcpEventHandler> |
ClusterContext.tcpEventHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.ConnectionListener.onConnectionChange(NetworkContext nc,
boolean isConnected) |
void |
ConnectionChangedNotifier.onConnectionChanged(boolean isConnected,
NetworkContext nc) |
| Modifier and Type | Method and Description |
|---|---|
ClusterContext |
ClusterContext.networkContextFactory(java.util.function.Function<ClusterContext,NetworkContext> networkContextFactory) |
| Constructor and Description |
|---|
ClusterContext(net.openhft.chronicle.wire.WireType wireType,
java.util.function.BiFunction<ClusterContext,HostDetails,net.openhft.chronicle.wire.WriteMarshallable> handlerFactory,
java.util.function.Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> wireOutPublisherFactory,
java.util.function.Function<ClusterContext,NetworkContext> networkContextFactory,
java.util.function.Supplier<ConnectionManager> connectionEventHandler,
long heartbeatTimeoutMs,
long heartbeatIntervalMs,
String clusterName,
net.openhft.chronicle.core.threads.EventLoop eventLoop,
java.util.function.Function<ClusterContext,net.openhft.chronicle.wire.WriteMarshallable> heartbeatFactory,
ConnectionStrategy connectionStrategy,
byte localIdentifier) |
Copyright © 2016. All rights reserved.