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

A

AbstractAsyncSubscription - Class in net.openhft.chronicle.network.connection
Deprecated.
This has been moved to DataGrid without a replacement
AbstractAsyncSubscription(TcpChannelHub, String, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
Deprecated.
 
AbstractAsyncSubscription(TcpChannelHub, String, byte, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
Deprecated.
 
AbstractAsyncTemporarySubscription - Class in net.openhft.chronicle.network.connection
Deprecated.
This has been moved to DataGrid without a replacement
AbstractAsyncTemporarySubscription(TcpChannelHub, String, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncTemporarySubscription
Deprecated.
 
AbstractAsyncTemporarySubscription(TcpChannelHub, String, byte, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncTemporarySubscription
Deprecated.
 
AbstractConnectionStrategy - Class in net.openhft.chronicle.network.connection
 
AbstractConnectionStrategy() - Constructor for class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
AbstractStatelessClient<E extends net.openhft.chronicle.wire.ParameterizeWireKey> - Class in net.openhft.chronicle.network.connection
Deprecated.
This has been moved to DataGrid without a replacement
AbstractStatelessClient(TcpChannelHub, long, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
AbstractSubHandler<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network.cluster
 
AbstractSubHandler() - Constructor for class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
accept(ChronicleServerSocketChannel) - 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
Start accepting incoming connections
accept(WireOut) - Method in interface net.openhft.chronicle.network.connection.WireOutConsumer
 
accept() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
 
accept() - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
ACCEPT_ALL - Static variable in interface net.openhft.chronicle.network.AcceptStrategy
 
acceptor() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
acceptor(boolean) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
AcceptorEventHandler<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network
 
AcceptorEventHandler(String, Function<T, TcpEventHandler<T>>, Supplier<T>) - Constructor for class net.openhft.chronicle.network.AcceptorEventHandler
 
AcceptorEventHandler(String, Function<T, TcpEventHandler<T>>, Supplier<T>, AcceptStrategy) - Constructor for class net.openhft.chronicle.network.AcceptorEventHandler
 
AcceptorEventHandler(ChronicleServerSocketChannel, Function<T, TcpEventHandler<T>>, Supplier<T>, AcceptStrategy) - Constructor for class net.openhft.chronicle.network.AcceptorEventHandler
 
AcceptStrategies - Enum in net.openhft.chronicle.network
 
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.cluster.ClusterAcceptorEventHandler
 
action() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
add(String, String, int) - Method in class net.openhft.chronicle.network.internal.AddressCache
 
addConnectionListener(ConnectionListener) - Method in interface net.openhft.chronicle.network.NetworkContext
 
addListener(ConnectionManager.ConnectionListener<T>) - Method in class net.openhft.chronicle.network.cluster.ConnectionManager
 
AddressCache - Class in net.openhft.chronicle.network.internal
A cache of InetSocketAddresses.
AddressCache() - Constructor for class net.openhft.chronicle.network.internal.AddressCache
 
addWireConsumer(WireOutConsumer) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
affinityCPU() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
affinityCPU(String) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
aliases() - Method in interface net.openhft.chronicle.network.HostnamePortLookupTable
 
aliases() - Method in class net.openhft.chronicle.network.internal.lookuptable.FileBasedHostnamePortLookupTable
 
aliases() - Method in class net.openhft.chronicle.network.internal.lookuptable.ProcessLocalHostnamePortLookupTable
 
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 it finds a host that it can connect to.
AlwaysStartOnPrimaryConnectionStrategy() - Constructor for class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
apply(T) - 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
Deprecated.
 
assertAllHubsClosed() - Static method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
assertAllServersStopped() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
assertAllServersStopped(long, TimeUnit) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
attempt(ThrowingSupplier<T, TimeoutException>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
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 fail-over to another host.

B

bind(InetSocketAddress) - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
Binds the channel's socket to a local address and configures the socket to listen for connections.
bind(InetSocketAddress) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
bind(InetSocketAddress) - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
bind(InetSocketAddress) - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
BufferHandler - Interface in net.openhft.chronicle.network.ssl
Deprecated.
To be removed in x.25
builder(InetSocketAddress) - Static method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
BytesBufferHandler<N extends NetworkContext<N>> - Class in net.openhft.chronicle.network.ssl
Deprecated.
To be removed in x.25
BytesBufferHandler() - Constructor for class net.openhft.chronicle.network.ssl.BytesBufferHandler
Deprecated.
 

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
Deprecated.
blocks until there is a connection
checkWires(Bytes<?>, Bytes<?>, WireType) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
ChronicleServerSocket - Interface in net.openhft.chronicle.network.tcp
 
ChronicleServerSocketChannel - Interface in net.openhft.chronicle.network.tcp
 
ChronicleServerSocketFactory - Class in net.openhft.chronicle.network.tcp
 
ChronicleServerSocketFactory() - Constructor for class net.openhft.chronicle.network.tcp.ChronicleServerSocketFactory
 
ChronicleSocket - Interface in net.openhft.chronicle.network.tcp
 
ChronicleSocketChannel - Interface in net.openhft.chronicle.network.tcp
 
ChronicleSocketChannelBuilder - Class in net.openhft.chronicle.network
 
ChronicleSocketChannelBuilder(InetSocketAddress) - Constructor for class net.openhft.chronicle.network.ChronicleSocketChannelBuilder
 
ChronicleSocketChannelFactory - Enum in net.openhft.chronicle.network.tcp
 
ChronicleSocketFactory - Enum in net.openhft.chronicle.network.tcp
 
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
 
cid(long) - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
cid() - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
clear() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
clear() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
clear() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
clear() - Method in interface net.openhft.chronicle.network.HostnamePortLookupTable
 
clear() - Method in class net.openhft.chronicle.network.internal.AddressCache
 
clear() - Method in class net.openhft.chronicle.network.internal.lookuptable.FileBasedHostnamePortLookupTable
 
clear() - Method in class net.openhft.chronicle.network.internal.lookuptable.ProcessLocalHostnamePortLookupTable
 
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(ClientConnectionMonitor) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
clientConnectionMonitor() - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
clientConnectionMonitor - Variable in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
ClientConnectionMonitor - Interface in net.openhft.chronicle.network.connection
 
clientConnectionMonitor() - Method in class net.openhft.chronicle.network.connection.FatalFailureConnectionStrategy
 
clientConnectionMonitor(ClientConnectionMonitor) - Method in class net.openhft.chronicle.network.connection.FatalFailureConnectionStrategy
 
clientConnectionMonitor() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
clientId() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
clientId(UUID) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
clientId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
clientId(UUID) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
clientId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
clientId(UUID) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
ClientSessionProvider - Class in net.openhft.chronicle.network
An immutable implementation of a SessionProvider
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
 
closable() - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
close() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
close() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
For ClusterContext we add a stage called "STOPPING" in which we close the event loops and wait for them to stop.
close() - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
close() - Method in class net.openhft.chronicle.network.cluster.HostConnector
 
close() - Method in enum net.openhft.chronicle.network.cluster.LoggingNetworkStatsListener
 
close() - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
close() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
close() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
close() - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
close() - Method in class net.openhft.chronicle.network.internal.lookuptable.ProcessLocalHostnamePortLookupTable
 
close() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
Deprecated.
close() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocket
 
close() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
 
close() - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
closeable(Closeable) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
closeable(Closeable) - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
closeable(Closeable) - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
closeAllHubs() - Static method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
Cluster<T extends ClusteredNetworkContext<T>,C extends ClusterContext<C,T>> - Class in net.openhft.chronicle.network.cluster
 
Cluster() - Constructor for class net.openhft.chronicle.network.cluster.Cluster
 
cluster() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
cluster(Cluster<T, C>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
ClusterAcceptorEventHandler<C extends ClusterContext<C,T>,T extends ClusteredNetworkContext<T>> - Class in net.openhft.chronicle.network.cluster
 
ClusterAcceptorEventHandler(String, C) - Constructor for class net.openhft.chronicle.network.cluster.ClusterAcceptorEventHandler
 
clusterContext() - Method in class net.openhft.chronicle.network.cluster.Cluster
 
clusterContext(C) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
ClusterContext<C extends ClusterContext<C,T>,T extends ClusteredNetworkContext<T>> - Class in net.openhft.chronicle.network.cluster
 
ClusterContext() - Constructor for class net.openhft.chronicle.network.cluster.ClusterContext
 
clusterContext() - Method in interface net.openhft.chronicle.network.cluster.ClusteredNetworkContext
 
clusterContext - Variable in class net.openhft.chronicle.network.cluster.VanillaClusteredNetworkContext
 
clusterContext() - Method in class net.openhft.chronicle.network.cluster.VanillaClusteredNetworkContext
 
ClusteredNetworkContext<T extends ClusteredNetworkContext<T>> - Interface in net.openhft.chronicle.network.cluster
 
clusterNamePrefix() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
configureBlocking(boolean) - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
 
configureBlocking(boolean) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
configureBlocking(boolean) - Method in class net.openhft.chronicle.network.tcp.FastJ8SocketChannel
 
configureBlocking(boolean) - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
configureBlocking(boolean) - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
connect(String, SocketAddressSupplier, boolean, FatalFailureMonitor) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
connect(HostDetails) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
Connect to the host specified by the provided HostDetails.
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
Connects and returns a new SocketChannel.
connect(String, EventLoop, T, long) - Method in class net.openhft.chronicle.network.RemoteConnector
 
connect(InetSocketAddress) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
connect(InetSocketAddress) - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
connected() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
connected(boolean) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
connectionDescription(String) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
connectionDescription(String) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
ConnectionListener - Interface in net.openhft.chronicle.network
 
ConnectionListeners - Enum in net.openhft.chronicle.network.connection
 
connectionManager(int) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
ConnectionManager<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network.cluster
 
ConnectionManager() - Constructor for class net.openhft.chronicle.network.cluster.ConnectionManager
 
connectionManager() - Method in class net.openhft.chronicle.network.cluster.HostConnector
 
ConnectionManager.ConnectionListener<T extends NetworkContext<T>> - Interface in net.openhft.chronicle.network.cluster
 
ConnectionManager.EventEmitterToken - Class in net.openhft.chronicle.network.cluster
An opaque token that NetworkContext connection event emitters need to retain and provide when they dispatch events.
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
 
containsKey(long) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
containsValue(Object) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
CoreFields - Enum in net.openhft.chronicle.network.connection
 
create() - Static method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
createInetSocketAddress(String, int) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
createServerSocketChannelFor(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
Creates and returns a new ChronicleServerSocketChannel.
createServerSocketChannelFor(String...) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
createServerSocketChannelFor(boolean, String...) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
createSocketChannel(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
createSocketChannel(boolean, 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
Deprecated.
 
csp(WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
csp(String) - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
csp() - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
CspTcpHandler<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network.cluster.handlers
 
CspTcpHandler() - Constructor for class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 

D

DEFAULT_PAUSER_MODE - Static variable in class net.openhft.chronicle.network.cluster.ClusterContext
 
defaultMaxPauseSec() - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
defaultMinPauseSec() - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
defaults() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
DefaultSocketReader() - Constructor for class net.openhft.chronicle.network.TcpEventHandler.DefaultSocketReader
 
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

equals(Object) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
EventId - Enum in net.openhft.chronicle.network.connection
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.network.cluster.ClusterAcceptorEventHandler
 
eventLoop - Variable in class net.openhft.chronicle.network.cluster.ClusterContext
 
eventLoop() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
Lazily created if not supplier by user
eventLoop(EventLoop) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
eventLoop() - Method in interface net.openhft.chronicle.network.cluster.ClusteredNetworkContext
 
eventLoop() - Method in class net.openhft.chronicle.network.cluster.VanillaClusteredNetworkContext
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.network.TcpEventHandler
 
eventLoopsToStop() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
Subclasses may override to close additional EventLoops when STOPPING
executeNewListeners(T, ConnectionManager.EventEmitterToken) - Method in class net.openhft.chronicle.network.cluster.ConnectionManager
Execute any new connection listeners that have been added since the emitter last emitted a connection event.

F

Factory() - Constructor for class net.openhft.chronicle.network.TcpEventHandler.Factory
 
failoverToNextAddress() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
FAST_JAVA8_IO - Static variable in enum net.openhft.chronicle.network.tcp.ChronicleSocketChannelFactory
 
FastJ8SocketChannel - Class in net.openhft.chronicle.network.tcp
 
FastJ8SocketChannel(SocketChannel) - Constructor for class net.openhft.chronicle.network.tcp.FastJ8SocketChannel
 
FatalFailureConnectionStrategy - Class in net.openhft.chronicle.network.connection
 
FatalFailureConnectionStrategy(int, boolean) - Constructor for class net.openhft.chronicle.network.connection.FatalFailureConnectionStrategy
 
FatalFailureMonitor - Interface in net.openhft.chronicle.network.connection
 
FileBasedHostnamePortLookupTable - Class in net.openhft.chronicle.network.internal.lookuptable
Stores the mappings in a shared file, will work across processes
FileBasedHostnamePortLookupTable() - Constructor for class net.openhft.chronicle.network.internal.lookuptable.FileBasedHostnamePortLookupTable
 
FileBasedHostnamePortLookupTable(String) - Constructor for class net.openhft.chronicle.network.internal.lookuptable.FileBasedHostnamePortLookupTable
 
findHostDetails(int) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
finishConnect() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
finishConnect() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
forceDisconnect() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
you are unlikely to want to call this method in a production environment the purpose of this method is to simulate a network outage
forEach(BiConsumer<String, InetSocketAddress>) - Method in interface net.openhft.chronicle.network.HostnamePortLookupTable
 
forEach(BiConsumer<String, InetSocketAddress>) - Method in class net.openhft.chronicle.network.internal.lookuptable.FileBasedHostnamePortLookupTable
 
forEach(BiConsumer<String, InetSocketAddress>) - Method in class net.openhft.chronicle.network.internal.lookuptable.ProcessLocalHostnamePortLookupTable
 
forEachEntry(TLongObjectProcedure<? super V>) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
forEachKey(TLongProcedure) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
forEachValue(TObjectProcedure<? super V>) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 

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() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier.RemoteAddressSupplier
 
get(long) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
get(Class<I>) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
getDescription() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
getDescription() - Method in enum net.openhft.chronicle.network.ServerThreadingStrategy
Deprecated.
 
getLocalAddress() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
 
getLocalAddress() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
getLocalAddress() - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
getLocalAddress() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
getLocalHostIdentifier() - Method in interface net.openhft.chronicle.network.cluster.ClusteredNetworkContext
 
getLocalHostIdentifier() - Method in class net.openhft.chronicle.network.cluster.VanillaClusteredNetworkContext
 
getLocalPort() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocket
 
getLocalPort() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
getLocalSocketAddress() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocket
 
getLocalSocketAddress() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
getNoEntryKey() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
getReceiveBufferSize() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
getRemoteAddress() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
getRemoteAddress() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
getRemoteSocketAddress() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
getSendBufferSize() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 

H

handleDecryptedData(ByteBuffer, ByteBuffer) - Method in interface net.openhft.chronicle.network.ssl.BufferHandler
Deprecated.
Accept decrypted input data, previous collected by an invocation of readData.
handleDecryptedData(ByteBuffer, ByteBuffer) - Method in class net.openhft.chronicle.network.ssl.BytesBufferHandler
Deprecated.
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
 
hasClientClosed() - Method in interface net.openhft.chronicle.network.ClientClosedProvider
 
hasClientClosed() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
Deprecated.
hashCode() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
hasTimedOut() - Method in interface net.openhft.chronicle.network.api.TcpHandler
Check if an application-layer timeout has occurred, if this returns true, the current connection will be dropped and a reconnection attempt will be made
hasTimedOut() - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
hasTimedOut() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
hasTimedOut() - Method in interface net.openhft.chronicle.network.cluster.HeartbeatEventHandler
Has a timeout been detected?
HeaderTcpHandler<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network
 
HeaderTcpHandler(TcpEventHandler<T>, 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
 
HeartbeatHandler<T extends ClusteredNetworkContext<T>> - Class in net.openhft.chronicle.network.cluster.handlers
 
HeartbeatHandler(WireIn) - Constructor for class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
heartbeatHandler(long, long, long) - Static method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
heartbeatIntervalMs(long) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
heartbeatIntervalMs() - 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
 
host() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
host(String) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
HostConnector<T extends ClusteredNetworkContext<T>,C extends ClusterContext<C,T>> - Class in net.openhft.chronicle.network.cluster
 
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
 
HostnamePortLookupTable - Interface in net.openhft.chronicle.network
 
hostPort() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
 
hostPort() - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
hostPort(String) - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
hub - Variable in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 

I

index() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
index(long) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
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
 
inProgress() - Method in interface net.openhft.chronicle.network.api.session.SubHandler
Is a long-lived action (see above) in progress?
instance() - Static method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
isAcceptor(boolean) - Method in interface net.openhft.chronicle.network.NetworkContext
 
isAcceptor() - Method in interface net.openhft.chronicle.network.NetworkContext
 
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.WireTcpHandler
 
isAcceptor(boolean) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
isAConnectionResetException(IOException) - Static method in class net.openhft.chronicle.network.internal.SocketExceptionUtil
Deprecated.
To be removed in x.25
isBlocking() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
isBlocking() - Method in class net.openhft.chronicle.network.tcp.FastJ8SocketChannel
 
isBlocking() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
isClosed() - Method in class net.openhft.chronicle.network.cluster.AbstractSubHandler
 
isClosed() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
isClosed() - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
isClosed() - Method in enum net.openhft.chronicle.network.cluster.LoggingNetworkStatsListener
 
isClosed() - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
isClosed() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
isClosed() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
isClosed() - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
isClosed() - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
Deprecated.
isClosing() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
isEmpty() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
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
Deprecated.
 
isOpen() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
 
isOpen() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
isOpen() - Method in class net.openhft.chronicle.network.tcp.FastJ8SocketChannel
 
isOpen() - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
isOpen() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
isOutBytesEmpty() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
isUnchecked() - Method in interface net.openhft.chronicle.network.NetworkContext
 
iterator() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 

K

keys() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
keys(long[]) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
keySet() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 

L

lastCid() - Method in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 
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.
localBinding(InetSocketAddress) - Method in class net.openhft.chronicle.network.ChronicleSocketChannelBuilder
Set the local socket to bind to
localBindingNetworkInterface - Variable in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
localBindingNetworkInterface(String) - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
Sets network interface name whose first matching address will be used for local connection sockets binding.
localBindingProtocolFamily - Variable in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
localBindingProtocolFamily(ProtocolFamily) - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
Sets protocol family to choose address from in case binding address or network interface correspond to more than one address.
localIdentifier() - Method in class net.openhft.chronicle.network.api.NetworkStats
Local identifier (hostId)
localIdentifier(int) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
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(int) - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
localName(String) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
localName() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
localSocketBinding() - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
localSocketBinding() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
Get the local socket to bind the connection to
localSocketBindingHost - Variable in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
localSocketBindingHost(String) - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
Sets address for local connection sockets binding.
localSocketBindingPort - Variable in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
localSocketBindingPort(int) - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
lock(TcpChannelHub.Task) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
lock2(TcpChannelHub.Task, boolean, TryLock) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
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
 
LoggingNetworkStatsListener - Enum in net.openhft.chronicle.network.cluster
 
lookup(String) - Method in interface net.openhft.chronicle.network.HostnamePortLookupTable
 
lookup(String) - Method in class net.openhft.chronicle.network.internal.AddressCache
 
lookup(String) - Method in class net.openhft.chronicle.network.internal.lookuptable.FileBasedHostnamePortLookupTable
 
lookup(String) - Method in class net.openhft.chronicle.network.internal.lookuptable.ProcessLocalHostnamePortLookupTable
 
lookup(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
loopFinished() - Method in class net.openhft.chronicle.network.TcpEventHandler
 

M

MarshallableFunction<T,R> - Interface in net.openhft.chronicle.network
 
maxPauseSec() - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
maxPauseSec(long) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
maxPauseSec() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
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.
minPauseSec() - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
minPauseSec(long) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
minPauseSec() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 

N

name() - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
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 class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
nc(T) - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
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
Deprecated.
nc(N) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
Deprecated.
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.internal - package net.openhft.chronicle.network.internal
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
net.openhft.chronicle.network.internal.cluster.handlers - package net.openhft.chronicle.network.internal.cluster.handlers
 
net.openhft.chronicle.network.internal.lookuptable - package net.openhft.chronicle.network.internal.lookuptable
 
net.openhft.chronicle.network.ssl - package net.openhft.chronicle.network.ssl
 
net.openhft.chronicle.network.tcp - package net.openhft.chronicle.network.tcp
 
networkContext(NetworkContext) - Method in enum net.openhft.chronicle.network.cluster.LoggingNetworkStatsListener
 
NetworkContext<T extends NetworkContext<T>> - Interface in net.openhft.chronicle.network
 
networkContext(N) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
 
networkContextFactory(Function<C, T>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
networkContextFactory() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
NetworkContextManager<T extends NetworkContext<T>> - Interface in net.openhft.chronicle.network
 
NetworkStats - Class in net.openhft.chronicle.network.api
 
NetworkStats() - Constructor for class net.openhft.chronicle.network.api.NetworkStats
 
networkStatsListener(NetworkStatsListener<T>) - Method in interface net.openhft.chronicle.network.NetworkContext
 
networkStatsListener() - Method in interface net.openhft.chronicle.network.NetworkContext
 
NetworkStatsListener<N extends NetworkContext<N>> - Interface in net.openhft.chronicle.network
 
networkStatsListener(NetworkStatsListener<T>) - 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<C, NetworkStatsListener<T>>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
NetworkUtil - Enum in net.openhft.chronicle.network
 
newCid() - Method in interface net.openhft.chronicle.network.NetworkContext
 
newDefaultConnectionNotifier() - Static method in interface net.openhft.chronicle.network.SocketConnectionNotifier
 
nextUniqueTransaction(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
the transaction id are generated as unique timestamps
NO_OP - Static variable in interface net.openhft.chronicle.network.connection.FatalFailureMonitor
A no-op implementation
NoOpHandler<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network.internal.cluster.handlers
An immutable SubHandler that does nothing on read or write
notifyHostPort(ChronicleSocketChannel, NetworkStatsListener<N>) - 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.WireTcpHandler
 
onClose() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
Deprecated.
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
 
onConnected(String, SocketAddress) - Method in class net.openhft.chronicle.network.VanillaClientConnectionMonitor
 
onConnectionChange(T, boolean) - Method in interface net.openhft.chronicle.network.cluster.ConnectionManager.ConnectionListener
Callback which is triggered on connection state change: connect or disconnect.
onConnectionChanged(boolean, T, ConnectionManager.EventEmitterToken) - Method in class net.openhft.chronicle.network.cluster.ConnectionManager
The connection state of the network context changed, notify all listeners
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
 
onDisconnected(String, SocketAddress) - Method in class net.openhft.chronicle.network.VanillaClientConnectionMonitor
 
onEndOfConnection(boolean) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
onEndOfConnection(boolean) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
Deprecated.
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
onFlushed() - Method in interface net.openhft.chronicle.network.NetworkContext
Called when the outbound buffer becomes empty (edge-triggered)
onHandlerChanged(TcpHandler<T>) - Method in interface net.openhft.chronicle.network.NetworkContext
 
onHandlerChanged(TcpHandler<T>) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
onHostPort(String, int) - Method in enum net.openhft.chronicle.network.cluster.LoggingNetworkStatsListener
 
onHostPort(String, int) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
 
onInBBFul() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
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.internal.cluster.handlers.NoOpHandler
 
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 enum net.openhft.chronicle.network.cluster.LoggingNetworkStatsListener
 
onNetworkStats(long, long, long) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
Called periodically (see tcp.event.monitor.secs system property) with summary network stats
onRead(WireIn, WireOut) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
 
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.internal.cluster.handlers.NoOpHandler
 
onRead(DocumentContext, WireOut) - Method in class net.openhft.chronicle.network.MethodTcpHandler
 
onRead(DocumentContext, WireOut) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
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
Deprecated.
onReceiveLatency(long) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
Notification of individual message one way trip latency (requires sender's clock to be synchronised with receiver's)
onRoundTripLatency(long) - Method in enum net.openhft.chronicle.network.cluster.LoggingNetworkStatsListener
 
onRoundTripLatency(long) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
Notification of individual round trip latency, called only if acknowledge enabled
onSubscribe(WireOut) - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
Deprecated.
called when ever the TcpChannelHub is ready to make a subscription
onTouch(WireOut) - Method in interface net.openhft.chronicle.network.api.session.SubHandler
Some events may result in long-lived actions, which must yield periodically to allow (eg) buffers to clear (out messages to be sent) A busy handler can indicate a long-lived action by returning true from inProgress The caller should then use this to invoke onTouch to give the handler another slice
onWrite(WireOut) - Method in interface net.openhft.chronicle.network.api.session.WritableSubHandler
 
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
Deprecated.
open() - Method in class net.openhft.chronicle.network.ChronicleSocketChannelBuilder
Open a socket channel with the builder's current settings
open() - Method in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
open() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
open(String) - Static method in class net.openhft.chronicle.network.tcp.ChronicleServerSocketFactory
 
openNative() - Static method in class net.openhft.chronicle.network.tcp.ChronicleServerSocketFactory
 
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
Deprecated.
 
outWire() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
outWire - Variable in class net.openhft.chronicle.network.WireTcpHandler
 

P

p50() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
p50(int) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
p90() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
p90(int) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
p99() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
p99(int) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
p99_9() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
p99_9(int) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
pauseBeforeReconnect(long) - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
pauseMillisBeforeReconnect() - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
pauseMillisBeforeReconnect(long) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
pauseMillisBeforeReconnect() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
allows control of a backoff strategy
pausePeriodMs(int) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
pauserSupplier(Supplier<Pauser>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
Sets the Pauser Supplier to the provided pauserSupplier.
pauserSupplier() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
performClose() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
performClose() - Method in class net.openhft.chronicle.network.cluster.Cluster
 
performClose() - Method in class net.openhft.chronicle.network.cluster.ClusterAcceptorEventHandler
 
performClose() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
performClose() - Method in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 
performClose() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
performClose() - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
performClose() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
called when we are finished with using the TcpChannelHub
performClose() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
performClose() - Method in class net.openhft.chronicle.network.internal.lookuptable.FileBasedHostnamePortLookupTable
 
performClose() - Method in class net.openhft.chronicle.network.RemoteConnector
 
performClose() - Method in class net.openhft.chronicle.network.ssl.BytesBufferHandler
Deprecated.
 
performClose() - Method in class net.openhft.chronicle.network.tcp.FastJ8SocketChannel
 
performClose() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
performClose() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
performClose() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
performClose() - Method in class net.openhft.chronicle.network.WireTcpHandler
 
performIdleWork() - Method in interface net.openhft.chronicle.network.api.TcpHandler
Perform any low priority work, called when the handler is not busy, or after it has been busy for a long time.
performIdleWork() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
performStop() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
periodicPriority() - Method in interface net.openhft.chronicle.network.NetworkContext
Priority for periodic activies on this context; eg heartbeats
preventSubscribeUponReconnect(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
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.cluster.ClusterAcceptorEventHandler
 
priority() - Method in interface net.openhft.chronicle.network.NetworkContext
Priority for general activities on this context; eg connect, accept, send/recv
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<?>, T) - Method in class net.openhft.chronicle.network.HeaderTcpHandler
 
process(Bytes<?>, Bytes<?>, N) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
Deprecated.
The server reads the bytes in from the client and sends a response out back to the client.
process(Bytes<?>, Bytes<?>, T) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
process(Bytes<?>, Bytes<?>, T) - Method in class net.openhft.chronicle.network.WireTypeSniffingTcpHandler
 
ProcessLocalHostnamePortLookupTable - Class in net.openhft.chronicle.network.internal.lookuptable
Just uses a concurrent map to store the mappings, doesn't work across processes
ProcessLocalHostnamePortLookupTable() - Constructor for class net.openhft.chronicle.network.internal.lookuptable.ProcessLocalHostnamePortLookupTable
 
procPrefix() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
procPrefix(String) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
procPrefix(String) - Method in interface net.openhft.chronicle.network.NetworkStatsListener
 
proxyReply(long, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
blocks for a message with the appropriate tid
proxyReturnBoolean(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnBooleanWithArgs(E, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnBooleanWithSequence(E, Collection<?>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnByte(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnByte(WireKey, WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnInt(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnInt(E, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnLong(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnLongWithArgs(E, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnTypedObject(E, R, Class<R>, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnTypedObject(E, R, Class<R>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnTypedObject(E, R, Class<R>, Object) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnUint16(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnVoid(WireKey, WriteValue) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnVoid(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnWireConsumer(WireKey, Function<ValueIn, T>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnWireConsumerInOut(WireKey, WireKey, WriteValue, Function<ValueIn, T>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
proxyReturnWireTypedObject(E, R, Class<R>, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
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(long, V) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
put(Object, WriteMarshallable) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
put(Object, WriteMarshallable) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
put(String, InetSocketAddress) - Method in interface net.openhft.chronicle.network.HostnamePortLookupTable
 
put(String, InetSocketAddress) - Method in class net.openhft.chronicle.network.internal.lookuptable.FileBasedHostnamePortLookupTable
 
put(String, InetSocketAddress) - Method in class net.openhft.chronicle.network.internal.lookuptable.ProcessLocalHostnamePortLookupTable
 
putAll(Map<? extends Long, ? extends V>) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
putAll(TLongObjectMap<? extends V>) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
putIfAbsent(long, V) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 

R

read(ChronicleSocketChannel, Bytes<ByteBuffer>) - Method in class net.openhft.chronicle.network.ReadWithFlowControl
reads just a single message from the socket
read(ByteBuffer) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
read(ByteBuffer) - Method in class net.openhft.chronicle.network.tcp.FastJ8SocketChannel
 
read(ByteBuffer) - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
read(ChronicleSocketChannel, Bytes<ByteBuffer>) - Method in class net.openhft.chronicle.network.TcpEventHandler.DefaultSocketReader
 
read(ChronicleSocketChannel, Bytes<ByteBuffer>) - Method in interface net.openhft.chronicle.network.TcpEventHandler.SocketReader
Reads content from the provided socketChannel into the provided bytes.
readBoolean(long, long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
readBps() - Method in class net.openhft.chronicle.network.api.NetworkStats
Bytes read per second
readBps(long) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
readData(ByteBuffer) - Method in interface net.openhft.chronicle.network.ssl.BufferHandler
Deprecated.
Read encrypted data from an input into the supplied buffer.
readData(ByteBuffer) - Method in class net.openhft.chronicle.network.ssl.BytesBufferHandler
Deprecated.
Read encrypted data from an input into the supplied buffer.
reader(TcpEventHandler.SocketReader) - Method in class net.openhft.chronicle.network.TcpEventHandler
 
readEwma() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
readEwma(long) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
readInt(long, long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
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
 
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
ReadWithFlowControl - Class in net.openhft.chronicle.network
provides flow control and back pressure to the socket writer, so that only just one message is read at a time from the TCP/IP socket This class is only used in data grid
ReadWithFlowControl() - Constructor for class net.openhft.chronicle.network.ReadWithFlowControl
 
register(Selector, int) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
register(Selector, int) - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
Registerable<T extends SubHandler> - Interface in net.openhft.chronicle.network.cluster.handlers
 
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
 
RejectedHandlerException - Exception in net.openhft.chronicle.network.cluster.handlers
 
RejectedHandlerException(String) - Constructor for exception net.openhft.chronicle.network.cluster.handlers.RejectedHandlerException
 
RejectedHandlerException() - Constructor for exception net.openhft.chronicle.network.cluster.handlers.RejectedHandlerException
 
remoteAddresses() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
RemoteAddressSupplier(String) - Constructor for class net.openhft.chronicle.network.connection.SocketAddressSupplier.RemoteAddressSupplier
 
RemoteConnector<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network
 
RemoteConnector(ThrowingFunction<T, TcpEventHandler<T>, IOException>) - Constructor for class net.openhft.chronicle.network.RemoteConnector
 
remoteHostName() - Method in class net.openhft.chronicle.network.api.NetworkStats
Remote host name as determined at connection time
remoteHostName(String) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
remoteIdentifier() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
remoteIdentifier(int) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
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(int) - Method in class net.openhft.chronicle.network.internal.cluster.handlers.NoOpHandler
 
remotePort() - Method in class net.openhft.chronicle.network.api.NetworkStats
Remote port as determined at connection time
remotePort(int) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
remove(long) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
removeBytesConsumer(WireOutConsumer) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
removeConnectionListener(ConnectionListener) - Method in interface net.openhft.chronicle.network.NetworkContext
 
removeHandler(SubHandler<T>) - Method in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 
replicationPauserSupplier(Supplier<Pauser>) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
replicationPauserSupplier() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
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
retainEntries(TLongObjectProcedure<? super V>) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
retryInterval(long) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
retryInterval() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
run() - Method in interface net.openhft.chronicle.network.connection.TcpChannelHub.Task
Deprecated.
 

S

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
Deprecated.
 
sendEvent(long, WireKey, WriteValue) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
sendEventAsync(WireKey, WriteValue, boolean) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
sendHeartBeat(Bytes<?>, SessionDetailsProvider) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
sendHeartBeat(Bytes<?>, SessionDetailsProvider) - Method in class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
Deprecated.
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
Deprecated.
serverThreadingStrategy() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
Deprecated.
serverThreadingStrategy(ServerThreadingStrategy) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
Deprecated.
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 specific details i.e.
sessionProvider(SessionProvider) - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
sessionProvider() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
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
Deprecated.
 
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
 
setOption(SocketOption<Boolean>, boolean) - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
 
setOption(SocketOption<Boolean>, boolean) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
setOption(SocketOption<Boolean>, boolean) - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
setOption(SocketOption<Boolean>, boolean) - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
setReceiveBufferSize(int) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
setReuseAddress(boolean) - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocket
 
setSendBufferSize(int) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
setSoLinger(boolean, int) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoTimeout(int) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
setTcpNoDelay(Socket, boolean) - Static method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
setTcpNoDelay(Socket, boolean) - Static method in enum net.openhft.chronicle.network.NetworkUtil
 
setTcpNoDelay(boolean) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
shouldPerformCloseInBackground() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
shouldPerformCloseInBackground() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
We don't perform close in background because delaying it would mean the background resource releaser would end up calling close on the network stats listener.
shutdownInput() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
shutdownOutput() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocket
 
singleThreadedCheckReset() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
singleThreadedPriority() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
size() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
size() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
socket() - Method in interface net.openhft.chronicle.network.tcp.ChronicleServerSocketChannel
 
socket() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
socket() - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
socket() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
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 established, 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
 
SocketAddressSupplier.RemoteAddressSupplier - Class in net.openhft.chronicle.network.connection
 
socketChannel(InetSocketAddress, int, int) - Static method in interface net.openhft.chronicle.network.ConnectionStrategy
socketChannel(ChronicleSocketChannel) - Method in interface net.openhft.chronicle.network.NetworkContext
 
socketChannel() - Method in interface net.openhft.chronicle.network.NetworkContext
 
socketChannel() - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
socketChannel - Variable in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
socketChannel() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
socketChannel() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
socketChannel() - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
socketChannel(ChronicleSocketChannel) - Method in class net.openhft.chronicle.network.VanillaNetworkContext
 
SocketConnectionNotifier<T extends NetworkContext> - Interface in net.openhft.chronicle.network
 
socketConnectionTimeoutMs(int) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
socketConnectionTimeoutMs(int) - Method in class net.openhft.chronicle.network.ChronicleSocketChannelBuilder
Set the socket connection timeout
SocketExceptionUtil - Class in net.openhft.chronicle.network.internal
Deprecated.
socketPollRate() - Method in class net.openhft.chronicle.network.api.NetworkStats
Socket polls per second
socketPollRate(long) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
socketReconnector() - Method in interface net.openhft.chronicle.network.NetworkContext
This should only ever be executed from TcpEventHandler.closeAndStartReconnector() if you're adding a call to it from somewhere else you're potentially re-introducing this issue
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
Deprecated.
 
SslDelegatingTcpHandler<N extends SslNetworkContext<N>> - Class in net.openhft.chronicle.network.ssl
Deprecated.
To be removed in x.25
SslDelegatingTcpHandler(TcpHandler<N>) - Constructor for class net.openhft.chronicle.network.ssl.SslDelegatingTcpHandler
Deprecated.
 
SslNetworkContext<T extends NetworkContext<T>> - Interface in net.openhft.chronicle.network.ssl
Deprecated.
start(int) - Method in class net.openhft.chronicle.network.cluster.Cluster
 
stringEvent(WireKey, StringBuilder, WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
SubHandler<T extends NetworkContext<T>> - Interface in net.openhft.chronicle.network.api.session
 
subscribe(AsyncSubscription) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
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.
synchronizedEventLoop() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 

T

TARGET_WRITE_SIZE - Static variable in class net.openhft.chronicle.network.TcpEventHandler
 
TCP_BUFFER - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
TCP_BUFFER_SIZE - Static variable in enum net.openhft.chronicle.network.NetworkUtil
 
TCP_REGISTRY_LOOKUP_TABLE_IMPLEMENTATION_PROPERTY - Static variable in enum net.openhft.chronicle.network.TCPRegistry
 
TCP_SAFE_SIZE - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
TCP_SAFE_SIZE - Static variable in enum net.openhft.chronicle.network.NetworkUtil
 
TCP_USE_PADDING - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
TCP_USE_PADDING - Static variable in enum net.openhft.chronicle.network.NetworkUtil
 
tcpBufferSize(int) - Method in class net.openhft.chronicle.network.AlwaysStartOnPrimaryConnectionStrategy
 
tcpBufferSize(int) - Method in class net.openhft.chronicle.network.ChronicleSocketChannelBuilder
Set the TCP buffer size
tcpBufferSize() - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
tcpBufferSize(int) - Method in class net.openhft.chronicle.network.cluster.HostDetails
 
tcpBufferSize - Variable in class net.openhft.chronicle.network.connection.AbstractConnectionStrategy
 
TcpChannelHub - Class in net.openhft.chronicle.network.connection
Deprecated.
This has been moved to DataGrid without a replacement
TcpChannelHub(SessionProvider, EventLoop, WireType, String, SocketAddressSupplier, boolean, ClientConnectionMonitor, HandlerPriority, ConnectionStrategy) - Constructor for class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
TcpChannelHub(SessionProvider, EventLoop, WireType, String, SocketAddressSupplier, boolean, ClientConnectionMonitor, HandlerPriority, ConnectionStrategy, Supplier<Pauser>) - Constructor for class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
TcpChannelHub.Task - Interface in net.openhft.chronicle.network.connection
Deprecated.
 
TcpEventHandler<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network
 
TcpEventHandler(T) - Constructor for class net.openhft.chronicle.network.TcpEventHandler
 
TcpEventHandler(T, boolean) - Constructor for class net.openhft.chronicle.network.TcpEventHandler
 
TcpEventHandler(T, TcpHandlerBias) - Constructor for class net.openhft.chronicle.network.TcpEventHandler
 
TcpEventHandler.DefaultSocketReader - Class in net.openhft.chronicle.network
 
TcpEventHandler.Factory<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network
 
TcpEventHandler.SocketReader - Interface in net.openhft.chronicle.network
 
tcpEventHandlerFactory() - Method in class net.openhft.chronicle.network.cluster.ClusterContext
 
TcpHandler<N extends NetworkContext<N>> - Interface in net.openhft.chronicle.network.api
 
tcpHandler() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
tcpHandler(TcpHandler<T>) - Method in class net.openhft.chronicle.network.TcpEventHandler
 
TcpHandlerBias - Enum in net.openhft.chronicle.network
 
tcpNoDelay(boolean) - Method in class net.openhft.chronicle.network.ChronicleSocketChannelBuilder
Set whether to enable/disable Nagle's algorithm for this socket
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.
ThreadPrivateTLongObjHashMap<V> - Class in net.openhft.chronicle.network.connection
Deprecated.
To be removed in x.25 with no replacement
ThreadPrivateTLongObjHashMap(TLongObjectMap<V>) - Constructor for class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
throwExceptionIfClosed() - Method in interface net.openhft.chronicle.network.ConnectionStrategy
 
tid() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
Deprecated.
 
tid(WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
timeoutMS() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
timeProvider() - Method in interface net.openhft.chronicle.network.NetworkContext
 
timestamp() - Method in class net.openhft.chronicle.network.api.NetworkStats
Timestamp of last update to this, from System.currentTimeMillis()
timestamp(long) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
toChronicleSocket(Socket) - Static method in enum net.openhft.chronicle.network.tcp.ChronicleSocketFactory
 
toParameters(E, Object) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
Returns a WriteValue for the provided eventId and provided argument.
toParameters(E, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
 
toString() - Method in class net.openhft.chronicle.network.ClientSessionProvider
 
toString() - Method in class net.openhft.chronicle.network.cluster.handlers.HeartbeatHandler
 
toString() - Method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
toString() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
Deprecated.
 
toString() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier.RemoteAddressSupplier
 
toString() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
toString() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
toString() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
toString() - Method in class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
toString() - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
toString() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
toString() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
toString() - Method in class net.openhft.chronicle.network.WireTypeSniffingTcpHandler
 
transformValues(TObjectFunction<V, V>) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
TryLock - Enum in net.openhft.chronicle.network.connection
Deprecated.
This has been moved to DataGrid without a replacement

U

UberHandler<T extends ClusteredNetworkContext<T>> - Class in net.openhft.chronicle.network.cluster.handlers
 
uberHandler(int, int, WireType) - Static method in class net.openhft.chronicle.network.cluster.handlers.UberHandler
 
UnsafeFastJ8SocketChannel - Class in net.openhft.chronicle.network.tcp
Doesn't do any locking so can only be used in a single-threaded manner
UnsafeFastJ8SocketChannel(SocketChannel) - Constructor for class net.openhft.chronicle.network.tcp.UnsafeFastJ8SocketChannel
 
unsubscribe(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
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 want to connect to a single server
useCrossProcessRegistry() - Static method in enum net.openhft.chronicle.network.TCPRegistry
Configure the system property to use the cross-process lookup table, this won't come into effect until the next reset
useInMemoryRegistry() - Static method in enum net.openhft.chronicle.network.TCPRegistry
Configure the system property to use the in-memory lookup table, this won't come into effect until the next reset
userId() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
userId(String) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
userId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
userId(String) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
userId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
userId(String) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 

V

valueCollection() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
valueOf(String) - Static method in enum net.openhft.chronicle.network.AcceptStrategies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.cluster.LoggingNetworkStatsListener
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.connection.ConnectionListeners
Returns the enum constant of this type with the specified name.
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
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.NetworkUtil
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.ServerThreadingStrategy
Deprecated.
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.tcp.ChronicleSocketChannelFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.tcp.ChronicleSocketFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.TcpHandlerBias
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.
values() - Static method in enum net.openhft.chronicle.network.AcceptStrategies
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.cluster.LoggingNetworkStatsListener
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.ConnectionListeners
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.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() - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
values(V[]) - Method in class net.openhft.chronicle.network.connection.ThreadPrivateTLongObjHashMap
Deprecated.
 
values() - Static method in enum net.openhft.chronicle.network.connection.TryLock
Deprecated.
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.NetworkUtil
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
Deprecated.
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.tcp.ChronicleSocketChannelFactory
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.tcp.ChronicleSocketFactory
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.TcpHandlerBias
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.
VanillaChronicleServerSocketChannel - Class in net.openhft.chronicle.network.tcp
 
VanillaChronicleServerSocketChannel() - Constructor for class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
VanillaChronicleServerSocketChannel(String) - Constructor for class net.openhft.chronicle.network.tcp.VanillaChronicleServerSocketChannel
 
VanillaClientConnectionMonitor - Class in net.openhft.chronicle.network
 
VanillaClientConnectionMonitor() - Constructor for class net.openhft.chronicle.network.VanillaClientConnectionMonitor
 
VanillaClusteredNetworkContext<T extends VanillaClusteredNetworkContext<T,C>,C extends ClusterContext<C,T>> - Class in net.openhft.chronicle.network.cluster
 
VanillaClusteredNetworkContext(C) - Constructor for class net.openhft.chronicle.network.cluster.VanillaClusteredNetworkContext
 
VanillaNetworkContext<T extends NetworkContext<T>> - 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
 
VanillaSocketChannel - Class in net.openhft.chronicle.network.tcp
 
VanillaSocketChannel(SocketChannel) - Constructor for class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
VanillaWireOutPublisher - Class in net.openhft.chronicle.network.connection
 
VanillaWireOutPublisher(WireType) - Constructor for class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 

W

warmUp() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
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
 
WireTcpHandler<T extends NetworkContext<T>> - Class in net.openhft.chronicle.network
 
WireTcpHandler() - Constructor for class net.openhft.chronicle.network.WireTcpHandler
 
wireType() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
wireType(WireType) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
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 - Variable in class net.openhft.chronicle.network.WireTcpHandler
 
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<T>> - Class in net.openhft.chronicle.network
sets the wire-type in the network context by inspecting the byte message
WireTypeSniffingTcpHandler(TcpEventHandler, Function<T, TcpHandler<T>>) - Constructor for class net.openhft.chronicle.network.WireTypeSniffingTcpHandler
 
wrap() - Static method in enum net.openhft.chronicle.network.tcp.ChronicleSocketChannelFactory
 
wrap(InetSocketAddress) - Static method in enum net.openhft.chronicle.network.tcp.ChronicleSocketChannelFactory
 
wrap(boolean, InetSocketAddress) - Static method in enum net.openhft.chronicle.network.tcp.ChronicleSocketChannelFactory
 
wrap(SocketChannel) - Static method in enum net.openhft.chronicle.network.tcp.ChronicleSocketChannelFactory
 
wrap(boolean, SocketChannel) - Static method in enum net.openhft.chronicle.network.tcp.ChronicleSocketChannelFactory
 
wrapUnsafe(SocketChannel) - Static method in enum net.openhft.chronicle.network.tcp.ChronicleSocketChannelFactory
 
WritableSubHandler<T extends NetworkContext<T>> - Interface in net.openhft.chronicle.network.api.session
 
write(ByteBuffer) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
write(ByteBuffer[]) - Method in interface net.openhft.chronicle.network.tcp.ChronicleSocketChannel
 
write(ByteBuffer) - Method in class net.openhft.chronicle.network.tcp.FastJ8SocketChannel
 
write(ByteBuffer) - Method in class net.openhft.chronicle.network.tcp.UnsafeFastJ8SocketChannel
 
write(ByteBuffer) - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
write(ByteBuffer[]) - Method in class net.openhft.chronicle.network.tcp.VanillaSocketChannel
 
writeAction() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
writeAsyncHeader(Wire, String, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
The writes the meta data to wire - the async version does not contain the tid
writeBps() - Method in class net.openhft.chronicle.network.api.NetworkStats
Bytes written per second
writeBps(long) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
writeData(ByteBuffer) - Method in interface net.openhft.chronicle.network.ssl.BufferHandler
Deprecated.
Write encrypted data to an output from the supplied buffer.
writeData(ByteBuffer) - Method in class net.openhft.chronicle.network.ssl.BytesBufferHandler
Deprecated.
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
writeEwma() - Method in class net.openhft.chronicle.network.api.NetworkStats
 
writeEwma(long) - Method in class net.openhft.chronicle.network.api.NetworkStats
 
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.ClusterContext
 
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 interface net.openhft.chronicle.network.MarshallableFunction
 
writeMetaDataForKnownTID(long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Deprecated.
Useful for when you know the tid
writeMetaDataForKnownTID(long, Wire, String, long, boolean) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
writeMetaDataStartTime(long, Wire, String, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
 
writers - Variable in class net.openhft.chronicle.network.cluster.handlers.CspTcpHandler
 
writeSocket(WireOut, boolean, boolean) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
Deprecated.
sends data to the server via TCP/IP
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2023. All rights reserved.