Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractAsyncSubscription - Class in net.openhft.chronicle.network.connection
 
AbstractAsyncSubscription(TcpChannelHub, String, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
AbstractAsyncSubscription(TcpChannelHub, String, byte, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
AbstractAsyncTemporarySubscription - Class in net.openhft.chronicle.network.connection
 
AbstractAsyncTemporarySubscription(TcpChannelHub, String, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncTemporarySubscription
 
AbstractAsyncTemporarySubscription(TcpChannelHub, String, byte, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncTemporarySubscription
 
AbstractStatelessClient<E extends net.openhft.chronicle.wire.ParameterizeWireKey> - Class in net.openhft.chronicle.network.connection
 
AbstractStatelessClient(TcpChannelHub, long, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
AbstractSubHandler<T extends NetworkContext> - Class in net.openhft.chronicle.network.cluster
 
AbstractSubHandler() - Constructor for class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
accept(ServerSocketChannel) - Method in interface net.openhft.chronicle.network.AcceptStrategy
Determine whether to accept the incoming connection
accept(HostDetails) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
accept(WireOut) - Method in interface net.openhft.chronicle.network.connection.WireOutConsumer
 
ACCEPT_ALL - Static variable in interface net.openhft.chronicle.network.AcceptStrategy
 
AcceptorEventHandler - Class in net.openhft.chronicle.network
 
AcceptorEventHandler(String, Function<NetworkContext, TcpEventHandler>, Supplier<? extends NetworkContext>) - Constructor for class net.openhft.chronicle.network.AcceptorEventHandler
 
AcceptorEventHandler(String, Function<NetworkContext, TcpEventHandler>, Supplier<? extends NetworkContext>, AcceptStrategy) - Constructor for class net.openhft.chronicle.network.AcceptorEventHandler
 
AcceptStrategy - Interface in net.openhft.chronicle.network
Can be used to reject incoming connections e.g.
acquireConnectionListener() - Method in interface net.openhft.chronicle.network.NetworkContext
 
acquireServerSocketChannel(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
action() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
action() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
action0() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
addConnectionListener(ConnectionListener) - Method in interface net.openhft.chronicle.network.NetworkContext
 
addListener(ConnectionManager.ConnectionListener) - Method in interface net.openhft.chronicle.network.cluster.ConnectionManager
notifies the strategy that a message has been received, ( any message is assumed to be a heartbeat )
addWireConsumer(WireOutConsumer) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
addWireConsumer(WireOutConsumer) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
aliases() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
all() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
AlwaysStartOnPrimaryConnectionStrategy - Class in net.openhft.chronicle.network
Loops through all the hosts:ports ( in order ) starting at the primary, till if finds a host that it can connect to.
AlwaysStartOnPrimaryConnectionStrategy() - Constructor for class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
apply(ClusterContext) - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler.Factory
 
apply(ClusterContext, HostDetails) - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler.Factory
 
apply(NetworkContext) - Method in class net.openhft.chronicle.network.TcpEventHandler.Factory
 
applyAction(Bytes) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
Apply waiting messages and return false if there was none.
applyAction(WireOut) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
Apply waiting messages and return false if there was none.
applyAction(Bytes) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
applyAction(WireOut) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
applySubscribe() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
assertAllHubsClosed() - Static method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
assertAllServersStopped() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
attempt(ThrowingSupplier<T, TimeoutException>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
this method will re attempt a number of times until successful,if connection is dropped to the remote server the TcpChannelHub may ( if configured ) automatically failover to another host.

B

bootstrap(WriteMarshallable) - Method in class net.openhft.chronicle.network.cluster.HostConnector
 
BufferHandler - Interface in net.openhft.chronicle.network.ssl
This class handles the bridge between two sets of buffers: - socket-side data - encrypted, handled by readData, writeData - application-side data - decrypted, handled by handleDecryptedData
BytesBufferHandler<N extends NetworkContext> - Class in net.openhft.chronicle.network.ssl
This class handles the bridge between two sets of buffers: - socket-side data - encrypted, handled by readData, writeData - application-side data - decrypted, handled by handleDecryptedData
BytesBufferHandler() - Constructor for class net.openhft.chronicle.network.ssl.BytesBufferHandler
 

C

canTakeMoreData() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
canTakeMoreData() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
checkConnection() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
blocks until there is a connection
checkWires(Bytes, Bytes, WireType) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
cid(long) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
cid() - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
cid(long) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
cid() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
cid(WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
clear() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
clear() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
clientAddress() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
clientAddress(InetSocketAddress) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
clientAddress() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
clientAddress(InetSocketAddress) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
ClientClosedProvider - Interface in net.openhft.chronicle.network
 
ClientConnectionMonitor - Interface in net.openhft.chronicle.network.connection
 
clientId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
clientId(UUID) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
clientId(UUID) - Method in interface net.openhft.chronicle.network.NetworkStats
 
clientId() - Method in interface net.openhft.chronicle.network.NetworkStats
 
clientId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
clientId(UUID) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
clientId(UUID) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
clientId() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
ClientSessionProvider - Class in net.openhft.chronicle.network
 
ClientSessionProvider(SessionDetails) - Constructor for class net.openhft.chronicle.network.ClientSessionProvider
 
closable() - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
closable() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
close() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
close() - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
close() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
close() - Method in class net.openhft.chronicle.network.cluster.Cluster
 
close() - Method in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 
close() - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
close() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
close() - Method in class net.openhft.chronicle.network.cluster.HostConnector
 
close() - Method in class net.openhft.chronicle.network.cluster.TerminatorHandler
 
close() - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
close() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
called when we are completed finished with using the TcpChannelHub
close() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
close() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
close() - Method in class net.openhft.chronicle.network.HeaderTcpHandler
 
close() - Method in class net.openhft.chronicle.network.RemoteConnector
 
close() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
close() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
close() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
close() - Method in class net.openhft.chronicle.network.WireTcpHandler
 
closeable(Closeable) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
closeable(Closeable) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
closeAllHubs() - Static method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
closeAtomically() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
Close the connection atomically.
Cluster<E extends HostDetails,C extends ClusterContext> - Class in net.openhft.chronicle.network.cluster
 
Cluster(String) - Constructor for class net.openhft.chronicle.network.cluster.Cluster
 
clusterContext() - Method in class net.openhft.chronicle.network.cluster.Cluster
 
clusterContext(C) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
ClusterContext - Class in net.openhft.chronicle.network.cluster
 
ClusterContext(WireIn) - Constructor for class net.openhft.chronicle.network.cluster.ClusterContext
 
ClusterContext() - Constructor for class net.openhft.chronicle.network.cluster.ClusterContext
 
ClusteredNetworkContext<T extends NetworkContext> - Interface in net.openhft.chronicle.network.cluster
 
clusterName() - Method in class net.openhft.chronicle.network.cluster.Cluster
 
clusterName(String) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
clusterName() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
clusterNotifier() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
clusterNotifier(ClusterNotifier) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
connect(String, SocketAddressSupplier, boolean, FatalFailureMonitor) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
connect() - Method in class net.openhft.chronicle.network.cluster.HostConnector
 
connect(String, SocketAddressSupplier, boolean, FatalFailureMonitor) - Method in class net.openhft.chronicle.network.connection.FatalFailureConnectionStrategy
 
connect(String, SocketAddressSupplier, boolean, FatalFailureMonitor) - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
connect(String, EventLoop, NetworkContext, long) - Method in class net.openhft.chronicle.network.RemoteConnector
 
ConnectionChangedNotifier - Interface in net.openhft.chronicle.network.cluster
 
ConnectionDetails - Class in net.openhft.chronicle.network
 
ConnectionDetails(String, String) - Constructor for class net.openhft.chronicle.network.ConnectionDetails
 
ConnectionDetails(String, SocketAddressSupplier) - Constructor for class net.openhft.chronicle.network.ConnectionDetails
 
connectionEventHandler(Supplier<ConnectionManager>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
ConnectionListener - Interface in net.openhft.chronicle.network
 
ConnectionManager - Interface in net.openhft.chronicle.network.cluster
 
connectionManager() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
connectionManager(ConnectionManager) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
ConnectionManager.ConnectionListener - Interface in net.openhft.chronicle.network.cluster
 
connectionStrategy(ConnectionStrategy) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
ConnectionStrategy - Interface in net.openhft.chronicle.network.cluster
 
connectionStrategy() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
connectionStrategy(ConnectionStrategy) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
ConnectionStrategy - Interface in net.openhft.chronicle.network
 
connectTimeMS() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
connectTimeMS(long) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
connectTimeMS() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
connectTimeMS(long) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
connectUri() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
connectUri(String) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
CoreFields - Enum in net.openhft.chronicle.network.connection
 
createISocketChannel(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
createServerSocketChannelFor(String...) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
createSocketChannel(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
csp(String) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
csp() - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
csp(String) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
csp() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
csp - Variable in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
csp(WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
CspTcpHandler<T extends NetworkContext> - Class in net.openhft.chronicle.network.cluster.handlers
 
CspTcpHandler() - Constructor for class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 

D

dataRead(int) - Static method in enum net.openhft.chronicle.network.WanSimulator
 
defaults() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
DISABLE_TCP_NODELAY - Static variable in class net.openhft.chronicle.network.TcpEventHandler
 
domain() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
domain(String) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
domain() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
domain(String) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
dumpAllSocketChannels() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 

E

EventId - Enum in net.openhft.chronicle.network.connection
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
eventLoop() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
eventLoop() - Method in interface net.openhft.chronicle.network.cluster.ClusteredNetworkContext
 

F

Factory() - Constructor for class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler.Factory
 
Factory() - Constructor for class net.openhft.chronicle.network.cluster.handlers.UberHandler.Factory
 
Factory() - Constructor for class net.openhft.chronicle.network.TcpEventHandler.Factory
 
failoverToNextAddress() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
FatalFailureConnectionStrategy - Class in net.openhft.chronicle.network.connection
 
FatalFailureConnectionStrategy(int) - Constructor for class net.openhft.chronicle.network.connection.FatalFailureConnectionStrategy
 
FatalFailureMonitor - Interface in net.openhft.chronicle.network.connection
 
findClusterNotifier(int) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
findConnectionManager(int) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
findConnectionStrategy(int) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
findHostDetails(int) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
findTerminationEventHandler(int) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
forceDisconnect() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
you are unlikely to want to call this method in a production environment the purpose of this method is to simulate a network outage

G

get(Class<I>) - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
get() - Method in interface net.openhft.chronicle.network.api.session.SessionProvider
 
get() - Method in class net.openhft.chronicle.network.ClientSessionProvider
 
get() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
get(Class<I>) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
getCluster(String) - Method in interface net.openhft.chronicle.network.cluster.ClusteredNetworkContext
 
getDescription() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
getDescription() - Method in enum net.openhft.chronicle.network.ServerThreadingStrategy
 
getID() - Method in class net.openhft.chronicle.network.ConnectionDetails
 
getLocalHostIdentifier() - Method in interface net.openhft.chronicle.network.cluster.ClusteredNetworkContext
 

H

handleDecryptedData(ByteBuffer, ByteBuffer) - Method in interface net.openhft.chronicle.network.ssl.BufferHandler
Accept decrypted input data, previous collected by an invocation of readData.
handleDecryptedData(ByteBuffer, ByteBuffer) - Method in class net.openhft.chronicle.network.ssl.BytesBufferHandler
Accept decrypted input data, previous collected by an invocation of readData.
handler() - Method in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 
HANDLER - Static variable in class net.openhft.chronicle.network.HeaderTcpHandler
 
handlerFactory(UberHandler.Factory) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
hasClientClosed() - Method in interface net.openhft.chronicle.network.ClientClosedProvider
 
hasClientClosed() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
HeaderTcpHandler<T extends NetworkContext> - Class in net.openhft.chronicle.network
 
HeaderTcpHandler(TcpEventHandler, Function<Object, TcpHandler>, T) - Constructor for class net.openhft.chronicle.network.HeaderTcpHandler
 
heartbeatEventHandler() - Method in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 
HeartbeatEventHandler - Interface in net.openhft.chronicle.network.cluster
 
heartbeatFactory(Function<ClusterContext, WriteMarshallable>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
HeartbeatHandler<T extends ClusteredNetworkContext> - Class in net.openhft.chronicle.network.cluster.handlers
 
HeartbeatHandler(WireIn) - Constructor for class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
HeartbeatHandler.Factory - Class in net.openhft.chronicle.network.cluster.handlers
 
heartbeatIntervalMs() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
heartbeatIntervalMs(long) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
HeartbeatListener - Interface in net.openhft.chronicle.network
 
heartbeatListener() - Method in interface net.openhft.chronicle.network.NetworkContext
 
heartbeatListener(HeartbeatListener) - Method in interface net.openhft.chronicle.network.NetworkContext
 
heartbeatListener() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
heartbeatListener(HeartbeatListener) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
heartbeatTimeoutMs(long) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
heartbeatTimeoutMs() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
heartbeatTimeoutMs() - Method in interface net.openhft.chronicle.network.NetworkContext
 
heartbeatTimeoutMs(long) - Method in interface net.openhft.chronicle.network.NetworkContext
 
heartbeatTimeoutMs(long) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
heartbeatTimeoutMs() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
HostConnector - Class in net.openhft.chronicle.network.cluster
 
hostConnector(HostConnector) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
hostConnector() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
hostDetails - Variable in class net.openhft.chronicle.network.cluster.Cluster
 
hostDetails() - Method in class net.openhft.chronicle.network.cluster.Cluster
 
HostDetails - Class in net.openhft.chronicle.network.cluster
 
HostDetails() - Constructor for class net.openhft.chronicle.network.cluster.HostDetails
 
hostId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
hostId(byte) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
hostId(int) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
hostId() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
hostId(byte) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
hostId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
HostIdConnectionStrategy - Class in net.openhft.chronicle.network.cluster
Handles the connection strategy ( in other words when to accept or reject a connection ) and heart beating )
HostIdConnectionStrategy() - Constructor for class net.openhft.chronicle.network.cluster.HostIdConnectionStrategy
 
hub - Variable in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 

I

index() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
initialiseInWire(WireType, Bytes) - Method in class net.openhft.chronicle.network.MethodTcpHandler
 
initialiseInWire(WireType, Bytes) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
initialiseOutWire(Bytes, WireType) - Method in class net.openhft.chronicle.network.MethodTcpHandler
 
initialiseOutWire(Bytes, WireType) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
install() - Method in class net.openhft.chronicle.network.cluster.Cluster
 
isAcceptor(boolean) - Method in interface net.openhft.chronicle.network.NetworkContext
 
isAcceptor() - Method in interface net.openhft.chronicle.network.NetworkContext
 
isAcceptor() - Method in interface net.openhft.chronicle.network.NetworkStats
 
isAcceptor(boolean) - Method in interface net.openhft.chronicle.network.NetworkStats
 
isAcceptor(boolean) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
isAcceptor() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
isAcceptor() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
isAcceptor(boolean) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
isAcceptor() - Method in class net.openhft.chronicle.network.WireTcpHandler
 
isAcceptor(boolean) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
isClosed() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
isClosed() - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
isClosed() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
isClosed() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
isClosed() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
isClosed() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
isClosed() - Method in class net.openhft.chronicle.network.HeaderTcpHandler
 
isClosed() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
isClosed() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
isClosed() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
isConnected() - Method in interface net.openhft.chronicle.network.NetworkStats
 
isConnected(boolean) - Method in interface net.openhft.chronicle.network.NetworkStats
 
isConnected() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
isConnected(boolean) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
isDisable() - Method in class net.openhft.chronicle.network.ConnectionDetails
 
isEmpty() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
isEmpty() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
isOpen() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
isOutBytesEmpty() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
isOutBytesLocked() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
isTerminated() - Method in interface net.openhft.chronicle.network.cluster.TerminationEventHandler
 
isUnchecked() - Method in interface net.openhft.chronicle.network.NetworkContext
 
isValidCluster(String) - Method in interface net.openhft.chronicle.network.cluster.ClusteredNetworkContext
 

L

lingerTimeBeforeDisconnect() - Method in interface net.openhft.chronicle.network.HeartbeatListener
If the above returned true, this method should provide the amount of time TcpHandler should wait before condsidering connection dead.
localIdentifier(int) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
localIdentifier(int) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
localIdentifier() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
localIdentifier(byte) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
localIdentifier() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
localIdentifier() - Method in interface net.openhft.chronicle.network.NetworkStats
 
localIdentifier(int) - Method in interface net.openhft.chronicle.network.NetworkStats
 
localIdentifier() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
localIdentifier(int) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
lock(TcpChannelHub.Task) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
lock2(TcpChannelHub.Task, boolean, TryLock) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
LOG - Static variable in interface net.openhft.chronicle.network.connection.FatalFailureMonitor
 
log(SocketAddressSupplier.RemoteAddressSupplier) - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
LOG - Static variable in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
lookup(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 

M

MarshallableFunction<T,R> - Interface in net.openhft.chronicle.network
 
MethodTcpHandler<I,O,N extends NetworkContext<N>> - Class in net.openhft.chronicle.network
 
MethodTcpHandler(Supplier<I>, Class<O>, Consumer<O>) - Constructor for class net.openhft.chronicle.network.MethodTcpHandler
This TcpHandler turns messages into method calls.

N

name() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
nc() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
nc(T) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
nc() - Method in interface net.openhft.chronicle.network.NetworkContextManager
 
nc(T) - Method in interface net.openhft.chronicle.network.NetworkContextManager
 
nc() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
nc(N) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
nc(T) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
nc() - Method in class net.openhft.chronicle.network.WireTcpHandler
 
net.openhft.chronicle.network - package net.openhft.chronicle.network
 
net.openhft.chronicle.network.api - package net.openhft.chronicle.network.api
 
net.openhft.chronicle.network.api.session - package net.openhft.chronicle.network.api.session
 
net.openhft.chronicle.network.cluster - package net.openhft.chronicle.network.cluster
 
net.openhft.chronicle.network.cluster.handlers - package net.openhft.chronicle.network.cluster.handlers
 
net.openhft.chronicle.network.connection - package net.openhft.chronicle.network.connection
 
net.openhft.chronicle.network.ssl - package net.openhft.chronicle.network.ssl
 
NetworkContext<T extends NetworkContext> - Interface in net.openhft.chronicle.network
 
networkContext(N) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
 
networkContextFactory(Function<ClusterContext, NetworkContext>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
networkContextFactory() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
NetworkContextManager<T extends NetworkContext> - Interface in net.openhft.chronicle.network
 
NetworkStats<T extends NetworkStats> - Interface in net.openhft.chronicle.network
used to collected stats about the network activity
networkStatsListener(NetworkStatsListener) - Method in interface net.openhft.chronicle.network.NetworkContext
 
networkStatsListener() - Method in interface net.openhft.chronicle.network.NetworkContext
 
NetworkStatsListener<N extends NetworkContext> - Interface in net.openhft.chronicle.network
 
networkStatsListener(NetworkStatsListener) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
networkStatsListener() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
networkStatsListenerFactory() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
networkStatsListenerFactory(Function<ClusterContext, NetworkStatsListener>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
newCid() - Method in interface net.openhft.chronicle.network.NetworkContext
 
newCid() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
newDefaultConnectionNotifier() - Static method in interface net.openhft.chronicle.network.SocketConnectionNotifier
 
newHostDetails() - Method in class net.openhft.chronicle.network.cluster.Cluster
 
newThrottledWireOutPublisher(int, WireOutPublisher) - Static method in interface net.openhft.chronicle.network.connection.WireOutPublisher
a static factory that creates and instance in chronicle enterprise
nextUniqueTransaction(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
the transaction id are generated as unique timestamps
notifyClosing() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
notifyClosing() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
notifyConnected(WireTcpHandler, int, int) - Method in interface net.openhft.chronicle.network.cluster.ConnectionStrategy
 
notifyConnected(WireTcpHandler, int, int) - Method in class net.openhft.chronicle.network.cluster.HostIdConnectionStrategy
 
notifyHostPort(SocketChannel, NetworkStatsListener) - Static method in interface net.openhft.chronicle.network.NetworkStatsListener
notifies the NetworkStatsListener of the host and port based on the SocketChannel

O

of(String, String, String) - Static method in class net.openhft.chronicle.network.VanillaSessionDetails
 
onBytesWritten() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
onBytesWritten() - Method in class net.openhft.chronicle.network.WireTcpHandler
 
onClose() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
called whenever the connection to the server has been dropped
onConnected(String, SocketAddress) - Method in interface net.openhft.chronicle.network.connection.ClientConnectionMonitor
Call just after the client as successfully established a connection to the server
onConnected(int, int, boolean) - Method in interface net.openhft.chronicle.network.ConnectionListener
 
onConnected(String, long, T) - Method in interface net.openhft.chronicle.network.SocketConnectionNotifier
 
onConnectionChange(NetworkContext, boolean) - Method in interface net.openhft.chronicle.network.cluster.ConnectionManager.ConnectionListener
 
onConnectionChanged(boolean, NetworkContext) - Method in interface net.openhft.chronicle.network.cluster.ConnectionChangedNotifier
 
onDisconnected(String, SocketAddress) - Method in interface net.openhft.chronicle.network.connection.ClientConnectionMonitor
call just after the client has disconnect to the server, this maybe called as part of a failover
onDisconnected(int, int, boolean) - Method in interface net.openhft.chronicle.network.ConnectionListener
 
onDisconnected(String, long) - Method in interface net.openhft.chronicle.network.SocketConnectionNotifier
 
onEndOfConnection(boolean) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
onEndOfConnection(boolean) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
onEndOfConnection(boolean) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
onFatalFailure(String, String) - Method in interface net.openhft.chronicle.network.connection.FatalFailureMonitor
called if all the connection attempts/(and/or timeouts) determined by the connection strategy has been exhausted
onHandlerChanged(TcpHandler) - Method in interface net.openhft.chronicle.network.NetworkContext
 
onHandlerChanged(TcpHandler) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
onHostPort(String, int) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
 
onInitialize(WireOut) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
called after all the construction and configuration has completed
onInitialize(WireOut) - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
onInitialize() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
onInitialize(WireOut) - Method in class net.openhft.chronicle.network.cluster.TerminatorHandler
 
onInitialize() - Method in class net.openhft.chronicle.network.MethodTcpHandler
 
onInitialize() - Method in class net.openhft.chronicle.network.WireTcpHandler
 
onMessageReceived() - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
onMessageReceived() - Method in interface net.openhft.chronicle.network.cluster.HeartbeatEventHandler
 
onMissedHeartbeat() - Method in interface net.openhft.chronicle.network.HeartbeatListener
called when we don't receive a heartbeat ( or in some cases any message )
onNetworkStats(long, long, long) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
 
onRead(WireIn, WireOut) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
onRead(WireIn, WireOut) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
onRead(WireIn, WireOut) - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
onRead(DocumentContext, WireOut) - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
onRead(WireIn, WireOut) - Method in class net.openhft.chronicle.network.cluster.TerminatorHandler
 
onRead(DocumentContext, WireOut) - Method in class net.openhft.chronicle.network.MethodTcpHandler
 
onRead(DocumentContext, WireOut) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
onReadComplete() - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
onReadComplete() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
onReadTime(long, ByteBuffer, int, int) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
onReadTime(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
onRoundTripLatency(long) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
 
onSubscribe(WireOut) - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
called when ever the TcpChannelHub is ready to make a subscription
onTerminate(NetworkContext) - Method in interface net.openhft.chronicle.network.cluster.TerminationEventHandler
 
onWrite(WireOut) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
onWrite(WireOut) - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
ready to accept wire
onWrite(WireOut) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
onWriteTime(long, ByteBuffer, int, int) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
onWriteTime(long, ByteBuffer, int, int) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
openSocketChannel(InetSocketAddress, int, long) - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
openSocketChannel(InetSocketAddress, int, long, int) - Method in interface net.openhft.chronicle.network.ConnectionStrategy
the reason for this method is that unlike the selector it uses tick time
outBytesLock() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
outWire() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
outWire - Variable in class net.openhft.chronicle.network.WireTcpHandler
 

P

pauseBeforeReconnect(long) - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
pauseMillisBeforeReconnect() - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
pauseMillisBeforeReconnect() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
allows control of a backoff strategy
percentile50th(long) - Method in interface net.openhft.chronicle.network.NetworkStats
 
percentile50th() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
percentile50th(long) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
percentile90th(long) - Method in interface net.openhft.chronicle.network.NetworkStats
 
percentile90th() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
percentile90th(long) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
percentile99_9th(long) - Method in interface net.openhft.chronicle.network.NetworkStats
 
percentile99_9th() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
percentile99_9th(long) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
percentile99th(long) - Method in interface net.openhft.chronicle.network.NetworkStats
 
percentile99th() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
percentile99th(long) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
preventSubscribeUponReconnect(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
prevents subscriptions upon reconnect for the following tid its useful to call this method when an unsubscribe has been sent to the server, but before the server has acknoleged the unsubscribe, hence, perverting a resubscribe upon reconnection.
priority() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
priority() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
process(Bytes, Bytes, N) - Method in interface net.openhft.chronicle.network.api.TcpHandler
The server reads the bytes in from the client and sends a response out back to the client.
process(Bytes, Bytes, NetworkContext) - Method in class net.openhft.chronicle.network.HeaderTcpHandler
 
process(Bytes, Bytes, N) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
The server reads the bytes in from the client and sends a response out back to the client.
process(Bytes, Bytes, NetworkContext) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
process(Bytes, Bytes, T) - Method in class net.openhft.chronicle.network.WireTypeSniffingTcpHandler
 
procPrefix(String) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
 
proxyReply(long, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
blocks for a message with the appropriate tid
proxyReturnBoolean(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnBooleanWithArgs(E, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnBooleanWithSequence(E, Collection) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnByte(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnByte(WireKey, WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnInt(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnInt(E, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnLong(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnLongWithArgs(E, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnTypedObject(E, R, Class<R>, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnTypedObject(E, R, Class<R>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnUint16(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnVoid(WireKey, WriteValue) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnVoid(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnWireConsumer(WireKey, Function<ValueIn, T>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnWireConsumerInOut(WireKey, WireKey, WriteValue, Function<ValueIn, T>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnWireTypedObject(E, R, Class<R>, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
publish(WriteMarshallable) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
publish(WriteMarshallable) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
publishes an event without a throttle key
publish(WriteMarshallable) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
publisher() - Method in class net.openhft.chronicle.network.WireTcpHandler
 
publisher(WireOutPublisher) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
put(Object, WriteMarshallable) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
put(Object, WriteMarshallable) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 

R

readBoolean(long, long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
readBps() - Method in interface net.openhft.chronicle.network.NetworkStats
 
readBps(long) - Method in interface net.openhft.chronicle.network.NetworkStats
 
readBps() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
readBps(long) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
readData(ByteBuffer) - Method in interface net.openhft.chronicle.network.ssl.BufferHandler
Read encrypted data from an input into the supplied buffer.
readData(ByteBuffer) - Method in class net.openhft.chronicle.network.ssl.BytesBufferHandler
Read encrypted data from an input into the supplied buffer.
readInt(long, long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
readMarshallable(WireIn) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
readMarshallable(WireIn) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
readMarshallable(WireIn) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
readMarshallable(WireIn) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
readMeta(WireIn) - Method in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
peeks the csp or if it has a cid converts the cid into a Csp and returns that
region() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
Registerable<T extends SubHandler> - Interface in net.openhft.chronicle.network.cluster.handlers
Created by Rob Austin
registry(Map<Object, T>) - Method in interface net.openhft.chronicle.network.cluster.handlers.Registerable
 
registryKey() - Method in interface net.openhft.chronicle.network.cluster.handlers.Registerable
 
remoteAddresses() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
RemoteConnector - Class in net.openhft.chronicle.network
 
RemoteConnector(ThrowingFunction<NetworkContext, TcpEventHandler, IOException>) - Constructor for class net.openhft.chronicle.network.RemoteConnector
 
remoteHostName(String) - Method in interface net.openhft.chronicle.network.NetworkStats
 
remoteHostName() - Method in interface net.openhft.chronicle.network.NetworkStats
 
remoteHostName(String) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
remoteHostName() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
remoteIdentifier(int) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
remoteIdentifier() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
remoteIdentifier(int) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
remoteIdentifier() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
remoteIdentifier() - Method in interface net.openhft.chronicle.network.NetworkStats
the identifier of the remote instance of engine
remoteIdentifier(int) - Method in interface net.openhft.chronicle.network.NetworkStats
 
remoteIdentifier() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
remoteIdentifier(int) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
remotePort(int) - Method in interface net.openhft.chronicle.network.NetworkStats
 
remotePort() - Method in interface net.openhft.chronicle.network.NetworkStats
 
remotePort(int) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
remotePort() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
remove() - Method in interface net.openhft.chronicle.network.api.session.SessionProvider
There is no longer any valid session detaisl and get() will return null.
remove() - Method in class net.openhft.chronicle.network.ClientSessionProvider
 
removeBytesConsumer(WireOutConsumer) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
removeBytesConsumer(WireOutConsumer) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
reset() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
resetToPrimary() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
reset back to the primary
retryInterval() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
retryInterval(long) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
run() - Method in interface net.openhft.chronicle.network.connection.TcpChannelHub.Task
 

S

SAFE_TCP_SIZE - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 
securityToken() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
securityToken(String) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
securityToken() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
securityToken(String) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
sendBytes(Bytes, boolean) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
sendEvent(long, WireKey, WriteValue) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
sendEventAsync(WireKey, WriteValue, boolean) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
sendHeartBeat(Bytes, SessionDetailsProvider) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
sendHeartBeat(Bytes, SessionDetailsProvider) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
serverThreadingStrategy(ServerThreadingStrategy) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
serverThreadingStrategy() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
serverThreadingStrategy() - Method in interface net.openhft.chronicle.network.NetworkContext
 
serverThreadingStrategy(ServerThreadingStrategy) - Method in interface net.openhft.chronicle.network.NetworkContext
 
ServerThreadingStrategy - Enum in net.openhft.chronicle.network
 
serverThreadingStrategy() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
serverThreadingStrategy(ServerThreadingStrategy) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
SessionDetails - Interface in net.openhft.chronicle.network.api.session
Session local details stored here.
sessionDetails() - Method in interface net.openhft.chronicle.network.NetworkContext
 
sessionDetails(SessionDetailsProvider) - Method in interface net.openhft.chronicle.network.NetworkContext
 
sessionDetails() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
sessionDetails(SessionDetailsProvider) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
SessionDetailsProvider - Interface in net.openhft.chronicle.network.api.session
 
sessionId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
sessionId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
used to uniquely identify the session
sessionMode() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
sessionMode(SessionMode) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
SessionMode - Enum in net.openhft.chronicle.network
 
sessionMode() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
sessionMode(SessionMode) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
SessionProvider - Interface in net.openhft.chronicle.network.api.session
A holder for the Session speicifc details i.e.
sessionProvider() - Method in class net.openhft.chronicle.network.ConnectionDetails
 
sessionProvider(SocketAddressSupplier) - Method in class net.openhft.chronicle.network.ConnectionDetails
 
set(Class<I>, I) - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
set(SessionDetails) - Method in interface net.openhft.chronicle.network.api.session.SessionProvider
Replace the session details
set(SessionDetails) - Method in class net.openhft.chronicle.network.ClientSessionProvider
 
set(TcpHandler<N>, Bytes<ByteBuffer>, Bytes<ByteBuffer>, N) - Method in class net.openhft.chronicle.network.ssl.BytesBufferHandler
 
set(Class<I>, I) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
setAlias(String, String, int) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
setDisable(boolean) - Method in class net.openhft.chronicle.network.ConnectionDetails
 
size() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
SocketAddressSupplier - Class in net.openhft.chronicle.network.connection
Provides support for the client to failover TCP connections to different servers, if the primary connection can not be establish, after retrying up to a timeout, see SocketAddressSupplier.timeoutMS() the other connections will be attempted.
SocketAddressSupplier(String[], String) - Constructor for class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
socketChannel(InetSocketAddress, int, int) - Static method in interface net.openhft.chronicle.network.ConnectionStrategy
 
socketChannel(SocketChannel) - Method in interface net.openhft.chronicle.network.NetworkContext
 
socketChannel() - Method in interface net.openhft.chronicle.network.NetworkContext
 
socketChannel() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
socketChannel() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
socketChannel(SocketChannel) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
SocketConnectionNotifier<T extends NetworkContext> - Interface in net.openhft.chronicle.network
 
socketPollCountPerSecond() - Method in interface net.openhft.chronicle.network.NetworkStats
 
socketPollCountPerSecond(long) - Method in interface net.openhft.chronicle.network.NetworkStats
 
socketPollCountPerSecond() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
socketPollCountPerSecond(long) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
socketReconnector() - Method in interface net.openhft.chronicle.network.NetworkContext
 
socketReconnector(Runnable) - Method in interface net.openhft.chronicle.network.NetworkContext
 
socketReconnector() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
socketReconnector(Runnable) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
sslContext() - Method in interface net.openhft.chronicle.network.ssl.SslNetworkContext
 
SslDelegatingTcpHandler<N extends SslNetworkContext> - Class in net.openhft.chronicle.network.ssl
This class is designed to wrap a standard TcpHandler, providing symmetric encryption/decryption transparently to the underlying handler.
SslDelegatingTcpHandler(TcpHandler<N>) - Constructor for class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
 
SslNetworkContext<T extends NetworkContext> - Interface in net.openhft.chronicle.network.ssl
 
stringEvent(WireKey, StringBuilder, WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
SubHandler<T extends NetworkContext> - Interface in net.openhft.chronicle.network.api.session
 
subscribe(AsyncSubscription) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
sets up subscriptions with the server, even if the socket connection is down, the subscriptions will be re-establish with the server automatically once it comes back up.

T

TCP_BUFFER - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 
tcpBufferSize() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
tcpBufferSize(int) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
TcpChannelHub - Class in net.openhft.chronicle.network.connection
The TcpChannelHub is used to send your messages to the server and then read the servers response.
TcpChannelHub(SessionProvider, EventLoop, WireType, String, SocketAddressSupplier, boolean, ClientConnectionMonitor, HandlerPriority, ConnectionStrategy) - Constructor for class net.openhft.chronicle.network.connection.TcpChannelHub
 
TcpChannelHub.Task - Interface in net.openhft.chronicle.network.connection
 
TcpEventHandler - Class in net.openhft.chronicle.network
 
TcpEventHandler(NetworkContext) - Constructor for class net.openhft.chronicle.network.TcpEventHandler
 
TcpEventHandler(NetworkContext, boolean) - Constructor for class net.openhft.chronicle.network.TcpEventHandler
 
TcpEventHandler.Factory - Class in net.openhft.chronicle.network
 
tcpEventHandlerFactory() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
TcpHandler<N extends NetworkContext> - Interface in net.openhft.chronicle.network.api
 
tcpHandler() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
tcpHandler(TcpHandler) - Method in class net.openhft.chronicle.network.TcpEventHandler
 
TCPRegistry - Enum in net.openhft.chronicle.network
The TCPRegistry allows you to either provide a true host and port for example "localhost:8080" or if you would rather let the application allocate you a free port at random, you can just provide a text reference to the port, for example "host.port", you can provide any text you want, it will always be taken as a reference, that is unless its correctly formed like "<hostname>:<port>”, then it will use the exact host and port you provide.
terminationEventHandler() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
terminationEventHandler(TerminationEventHandler) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
TerminationEventHandler - Interface in net.openhft.chronicle.network.cluster
 
terminationEventHandler() - Method in interface net.openhft.chronicle.network.NetworkContext
 
terminationEventHandler(TerminationEventHandler) - Method in interface net.openhft.chronicle.network.NetworkContext
 
terminationEventHandler() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
terminationEventHandler(TerminationEventHandler) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
terminationHandler(int, int, long) - Static method in class net.openhft.chronicle.network.cluster.TerminatorHandler
 
TerminatorHandler - Class in net.openhft.chronicle.network.cluster
used to send/receive a termination event, or receipt of the termination event the connection is closed
TerminatorHandler(WireIn) - Constructor for class net.openhft.chronicle.network.cluster.TerminatorHandler
 
tid() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
tid(WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
timeoutMs() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
timeoutMS() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
timestamp() - Method in interface net.openhft.chronicle.network.NetworkStats
 
timestamp(long) - Method in interface net.openhft.chronicle.network.NetworkStats
 
timestamp() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
timestamp(long) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
toParameters(E, Object...) - Static method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
toString() - Method in class net.openhft.chronicle.network.ClientSessionProvider
 
toString() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
toString() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
toString() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
toString() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
toString() - Method in class net.openhft.chronicle.network.ConnectionDetails
 
toString() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
TryLock - Enum in net.openhft.chronicle.network.connection
 

U

UberHandler<T extends ClusteredNetworkContext> - Class in net.openhft.chronicle.network.cluster.handlers
 
UberHandler.Factory - Class in net.openhft.chronicle.network.cluster.handlers
 
unsubscribe(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
closes a subscription established by net.openhft.chronicle.network.connection.TcpChannelHub# subscribe(net.openhft.chronicle.network.connection.AsyncSubscription)
uri(String) - Static method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
use this method if you only with to connect to a single server
userId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
userId(String) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
userId(String) - Method in interface net.openhft.chronicle.network.NetworkStats
 
userId() - Method in interface net.openhft.chronicle.network.NetworkStats
 
userId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
userId(String) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
userId() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
userId(String) - Method in class net.openhft.chronicle.network.WireNetworkStats
 

V

valueOf(String) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.connection.EventId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.connection.TryLock
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.ServerThreadingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.SessionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.WanSimulator
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.openhft.chronicle.network.connection.CoreFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.connection.EventId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.connection.TryLock
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.ServerThreadingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.SessionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.TCPRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.WanSimulator
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaNetworkContext<T extends VanillaNetworkContext> - Class in net.openhft.chronicle.network
 
VanillaNetworkContext() - Constructor for class net.openhft.chronicle.network.VanillaNetworkContext
 
VanillaSessionDetails - Class in net.openhft.chronicle.network
 
VanillaSessionDetails() - Constructor for class net.openhft.chronicle.network.VanillaSessionDetails
 
VanillaWireOutPublisher - Class in net.openhft.chronicle.network.connection
 
VanillaWireOutPublisher(WireType) - Constructor for class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 

W

WanSimulator - Enum in net.openhft.chronicle.network
 
warmUp() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
WireNetworkStats - Class in net.openhft.chronicle.network
 
WireNetworkStats(int) - Constructor for class net.openhft.chronicle.network.WireNetworkStats
 
WireNetworkStats() - Constructor for class net.openhft.chronicle.network.WireNetworkStats
 
WireOutConsumer - Interface in net.openhft.chronicle.network.connection
 
WireOutPublisher - Interface in net.openhft.chronicle.network.connection
 
wireOutPublisher() - Method in interface net.openhft.chronicle.network.NetworkContext
 
wireOutPublisher(WireOutPublisher) - Method in interface net.openhft.chronicle.network.NetworkContext
 
wireOutPublisher() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
wireOutPublisher(WireOutPublisher) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
wireOutPublisherFactory(Function<WireType, WireOutPublisher>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
wireOutPublisherFactory() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
wireParser() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
WireTcpHandler<T extends NetworkContext> - Class in net.openhft.chronicle.network
 
WireTcpHandler() - Constructor for class net.openhft.chronicle.network.WireTcpHandler
 
wireType() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
wireType(WireType) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
wireType(WireType) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
wireType() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
wireType(WireType) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
wireType(WireType) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
wireType() - Method in interface net.openhft.chronicle.network.NetworkContext
 
wireType(WireType) - Method in interface net.openhft.chronicle.network.NetworkContext
 
wireType() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
wireType(WireType) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
wireType(WireType) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
wireType() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
wireType() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
wireType(Enum) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
wireType(WireType) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
wireType() - Method in class net.openhft.chronicle.network.WireTcpHandler
Process an incoming request
WireTypeSniffingTcpHandler<T extends NetworkContext> - Class in net.openhft.chronicle.network
sets the wire-type in the network context by inspecting the byte message
WireTypeSniffingTcpHandler(TcpEventHandler, Function<T, TcpHandler>) - Constructor for class net.openhft.chronicle.network.WireTypeSniffingTcpHandler
 
WritableSubHandler - Interface in net.openhft.chronicle.network.cluster
 
writeAsyncHeader(Wire, String, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
The writes the meta data to wire - the async version does not contain the tid
writeBps() - Method in interface net.openhft.chronicle.network.NetworkStats
 
writeBps(long) - Method in interface net.openhft.chronicle.network.NetworkStats
 
writeBps() - Method in class net.openhft.chronicle.network.WireNetworkStats
 
writeBps(long) - Method in class net.openhft.chronicle.network.WireNetworkStats
 
writeData(ByteBuffer) - Method in interface net.openhft.chronicle.network.ssl.BufferHandler
Write encrypted data to an output from the supplied buffer.
writeData(ByteBuffer) - Method in class net.openhft.chronicle.network.ssl.BytesBufferHandler
Write encrypted data to an output from the supplied buffer.
writeData(Bytes, WriteMarshallable) - Method in class net.openhft.chronicle.network.WireTcpHandler
write and exceptions and rolls back if no data was written
writeData(boolean, Bytes, WriteMarshallable) - Method in class net.openhft.chronicle.network.WireTcpHandler
write and exceptions and rolls back if no data was written
writeMarshallable(WireOut) - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
writeMarshallable(WireOut) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.network.cluster.HostIdConnectionStrategy
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.network.cluster.TerminatorHandler
 
writeMarshallable(WireOut) - Method in interface net.openhft.chronicle.network.MarshallableFunction
 
writeMetaDataForKnownTID(long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Useful for when you know the tid
writeMetaDataForKnownTID(long, Wire, String, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
writeMetaDataStartTime(long, Wire, String, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
writer() - Method in interface net.openhft.chronicle.network.cluster.WritableSubHandler
 
writers - Variable in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 
writeSocket(WireOut, boolean) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
sends data to the server via TCP/IP
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.