- 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
-
- 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.
- 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
-