| Modifier and Type | Class and Description |
|---|---|
class |
HeaderTcpHandler<T extends NetworkContext> |
interface |
NetworkContext<T extends NetworkContext> |
interface |
NetworkContextManager<T extends NetworkContext> |
interface |
NetworkStatsListener<N extends NetworkContext> |
interface |
SocketConnectionNotifier<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 |
class |
VanillaNetworkContext<T extends VanillaNetworkContext> |
| Modifier and Type | Method and Description |
|---|---|
NetworkStatsListener<? extends NetworkContext> |
VanillaNetworkContext.networkStatsListener() |
| 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) |
void |
WireTcpHandler.process(net.openhft.chronicle.bytes.Bytes in,
net.openhft.chronicle.bytes.Bytes out,
NetworkContext nc) |
void |
HeaderTcpHandler.process(net.openhft.chronicle.bytes.Bytes in,
net.openhft.chronicle.bytes.Bytes out,
NetworkContext nc) |
| Modifier and Type | Method and Description |
|---|---|
SocketChannel |
AlwaysStartOnPrimaryConnectionStrategy.connect(String name,
SocketAddressSupplier socketAddressSupplier,
NetworkStatsListener<? extends NetworkContext> networkStatsListener,
boolean didLogIn,
FatalFailureMonitor fatalFailureMonitor) |
SocketChannel |
ConnectionStrategy.connect(String name,
SocketAddressSupplier socketAddressSupplier,
NetworkStatsListener<? extends NetworkContext> networkStatsListener,
boolean didLogIn,
FatalFailureMonitor fatalFailureMonitor) |
| Constructor and Description |
|---|
TcpEventHandler(NetworkContext nc) |
| Constructor and Description |
|---|
AcceptorEventHandler(String hostPort,
java.util.function.Function<NetworkContext,TcpEventHandler> handlerFactory,
java.util.function.Supplier<? extends NetworkContext> ncFactory) |
AcceptorEventHandler(String hostPort,
java.util.function.Function<NetworkContext,TcpEventHandler> handlerFactory,
java.util.function.Supplier<? extends NetworkContext> ncFactory) |
RemoteConnector(net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,TcpEventHandler,IOException> tcpEventHandlerFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TcpHandler<N extends NetworkContext>
Created by peter.lawrey on 22/01/15.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubHandler<T extends NetworkContext> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubHandler<T extends NetworkContext> |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<ClusterContext,NetworkContext> |
ClusterContext.networkContextFactory() |
net.openhft.chronicle.core.util.ThrowingFunction<NetworkContext,TcpEventHandler,IOException> |
ClusterContext.tcpEventHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.ConnectionListener.onConnectionChange(NetworkContext nc,
boolean isConnected) |
void |
ConnectionChangedNotifier.onConnectionChanged(boolean isConnected,
NetworkContext nc) |
void |
TerminationEventHandler.onTerminate(NetworkContext nc) |
| Modifier and Type | Method and Description |
|---|---|
ClusterContext |
ClusterContext.networkContextFactory(java.util.function.Function<ClusterContext,NetworkContext> networkContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
SocketChannel |
FatalFailureConnectionStrategy.connect(String name,
SocketAddressSupplier socketAddressSupplier,
NetworkStatsListener<? extends NetworkContext> networkStatsListener,
boolean didLogIn,
FatalFailureMonitor fatalFailureMonitor) |
Copyright © 2017. All rights reserved.