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

A

AbstractAsyncSubscription - Class in net.openhft.chronicle.network.connection
Created by Rob Austin
AbstractAsyncSubscription(TcpChannelHub, String, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
AbstractAsyncSubscription(TcpChannelHub, String, byte, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
AbstractAsyncTemporarySubscription - Class in net.openhft.chronicle.network.connection
 
AbstractAsyncTemporarySubscription(TcpChannelHub, String, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncTemporarySubscription
 
AbstractAsyncTemporarySubscription(TcpChannelHub, String, byte, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncTemporarySubscription
 
AbstractStatelessClient<E extends net.openhft.chronicle.wire.ParameterizeWireKey> - Class in net.openhft.chronicle.network.connection
Created by Rob Austin
AbstractStatelessClient(TcpChannelHub, long, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
AcceptorEventHandler - Class in net.openhft.chronicle.network
Created by peter.lawrey on 22/01/15.
AcceptorEventHandler(String, Supplier<TcpHandler>, Supplier<SessionDetailsProvider>, long, long) - Constructor for class net.openhft.chronicle.network.AcceptorEventHandler
 
acquireServerSocketChannel(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
action() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
all() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
applyAction(WireOut, Runnable) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
Apply waiting messages and return false if there was none.
applyAction(WireOut, Runnable) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
applySubscribe() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
applySubscribe() - Method in interface net.openhft.chronicle.network.connection.AsyncSubscription
Implement this to establish a subscription with the server
assertAllHubsClosed() - Static method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
assertAllServersStopped() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
AsyncSubscription - Interface in net.openhft.chronicle.network.connection
 
AsyncTemporarySubscription - Interface in net.openhft.chronicle.network.connection
TemporarySubscriptions are not re-established after a socket disconnection
attempt(Supplier<T>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
this method will re attempt a number of times until successful,if connection is dropped to the remote server the TcpChannelHub may ( if configured ) automatically failover to another host.

B

BUFFER_SIZE - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 

C

canTakeMoreData() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
canTakeMoreData() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
checkConnection() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
blocks until there is a connection
cid(WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
clientAddress() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
clientAddress() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
ClientClosedProvider - Interface in net.openhft.chronicle.network
 
ClientConnectionMonitor - Interface in net.openhft.chronicle.network.connection
 
clientId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
clientId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
ClientSessionProvider - Class in net.openhft.chronicle.network
 
ClientSessionProvider(SessionDetails) - Constructor for class net.openhft.chronicle.network.ClientSessionProvider
 
close() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
close() - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
close() - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
close() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
called when we are completed finished with using the TcpChannelHub
close() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
closeAllHubs() - Static method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
closeSocket() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
closes the existing connections
connectTimeMS() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
connectTimeMS() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
CoreFields - Enum in net.openhft.chronicle.network.connection
Created by Rob Austin
create() - Static method in class net.openhft.chronicle.network.connection.TraceLock
 
createServerSocketChannelFor(String...) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
createSocketChannel(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
createSSC(String, InetSocketAddress) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
csp - Variable in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
csp(WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 

D

dataRead(int) - Static method in enum net.openhft.chronicle.network.WanSimulator
 
domain() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
domain() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 

E

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

F

failoverToNextAddress() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
forceDisconnect() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
you are unlikely to want to call this method in a production environment the purpose of this method is to simulate a network outage

G

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

H

hasClientClosed() - Method in interface net.openhft.chronicle.network.ClientClosedProvider
 
HEATBEAT_PING_PERIOD - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 
HEATBEAT_TIMEOUT_PERIOD - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 
hub - Variable in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
hubs - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 

I

idle() - Method in class net.openhft.chronicle.network.NetworkLog
 
isClosed() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
isClosed() - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
isClosed() - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
isOpen() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
isOutBytesEmpty() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
isOutBytesLocked() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 

L

lock(TcpChannelHub.Task) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
lock(TcpChannelHub.Task, boolean) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
lock() - Method in class net.openhft.chronicle.network.connection.TraceLock
 
lock2(TcpChannelHub.Task, boolean, boolean) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
lockInterruptibly() - Method in class net.openhft.chronicle.network.connection.TraceLock
 
LOG - Static variable in interface net.openhft.chronicle.network.connection.WireOutPublisher
 
log(ByteBuffer, int, int) - Method in class net.openhft.chronicle.network.NetworkLog
 
lookup(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 

N

name() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
name - Variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 
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.connection - package net.openhft.chronicle.network.connection
 
NetworkLog - Class in net.openhft.chronicle.network
Created by peter.lawrey on 15/07/2015.
NetworkLog(SocketChannel, String) - Constructor for class net.openhft.chronicle.network.NetworkLog
 
newThrottledWireOutPublisher(int, WireOutPublisher) - Static method in interface net.openhft.chronicle.network.connection.WireOutPublisher
a static factory that creates and instance in chronicle enterprise
nextUniqueTransaction(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
the transaction id are generated as unique timestamps
notifyClosing() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 

O

of(String, String, String) - Static method in class net.openhft.chronicle.network.VanillaSessionDetails
 
onClose() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
called whenever the connection to the server has been dropped
onClose() - Method in interface net.openhft.chronicle.network.connection.AsyncSubscription
called when the socket connection is closed
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
onConsumer(WireIn) - Method in interface net.openhft.chronicle.network.connection.AsyncSubscription
Implement this to consume the subscription
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
onEndOfConnection(boolean) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
onEndOfConnection(boolean) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
onSubscribe(WireOut) - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
called when ever the TcpChannelHub is ready to make a subscription
outBytesLock() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
outWire() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
outWire - Variable in class net.openhft.chronicle.network.WireTcpHandler
 

P

preventSubscribeUponReconnect(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
prevents subscriptions upon reconnect for the following tid its useful to call this method when an unsubscribe has been sent to the server, but before the server has acknoleged the unsubscribe, hence, perverting a resubscribe upon reconnection.
priority() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
process(Bytes, Bytes, SessionDetailsProvider) - 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, SessionDetailsProvider) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
process(WireIn, WireOut, SessionDetailsProvider) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
proxyReply(long, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
blocks for a message with the appreciate tid
proxyReturnBoolean(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnBooleanWithArgs(E, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnBooleanWithSequence(E, Collection) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnByte(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnByte(WireKey, WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnInt(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnLong(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnTypedObject(E, R, Class<R>, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnTypedObject(E, R, Class<R>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnUint16(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnVoid(WireKey) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnWireConsumer(WireKey, Function<ValueIn, T>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnWireConsumerInOut(WireKey, WireKey, WriteValue, Function<ValueIn, T>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
proxyReturnWireTypedObject(E, R, Class<R>, Object...) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
publisher - Variable in class net.openhft.chronicle.network.WireTcpHandler
 
put(Object, WriteMarshallable) - Method in class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 
put(Object, WriteMarshallable) - Method in interface net.openhft.chronicle.network.connection.WireOutPublisher
 

R

readBoolean(long, long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
readInt(long, long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
remove() - Method in interface net.openhft.chronicle.network.api.session.SessionProvider
There is no longer any valid session detaisl and get() will return null.
remove() - Method in class net.openhft.chronicle.network.ClientSessionProvider
 
reset() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
run() - Method in interface net.openhft.chronicle.network.connection.TcpChannelHub.Task
 

S

securityToken() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
securityToken() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
sendBytes(Bytes, boolean) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
sendBytesAsyncWithoutLock(Bytes) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
sendEvent(long, WireKey, WriteValue) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
sendEventAsync(WireKey, WriteValue, boolean) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
sendEventAsyncWithoutLock(WireKey, WriteValue) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
sendHeartBeat(Bytes, SessionDetailsProvider) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
sendHeartBeat(Bytes, SessionDetailsProvider) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
ServerThreadingStrategy - Enum in net.openhft.chronicle.network
Created by rob on 25/08/2015.
SessionDetails - Interface in net.openhft.chronicle.network.api.session
Session local details stored here.
SessionDetailsProvider - Interface in net.openhft.chronicle.network.api.session
Created by Rob Austin
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 - Enum in net.openhft.chronicle.network
Created by andre on 07/10/2015.
sessionMode() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
SessionProvider - Interface in net.openhft.chronicle.network.api.session
A holder for the Session speicifc details i.e.
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(Class<I>, I) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
setAlias(String, String, int) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 
setClientAddress(InetSocketAddress) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
setClientAddress(InetSocketAddress) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
setClientId(UUID) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
setClientId(UUID) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
setConnectTimeMS(long) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
setConnectTimeMS(long) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
setDomain(String) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
setDomain(String) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
setSecurityToken(String) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
setSecurityToken(String) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
setSessionMode(SessionMode) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
setSessionMode(SessionMode) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
setUserId(String) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
setUserId(String) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
SIZE_OF_SIZE - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 
SocketAddressSupplier - Class in net.openhft.chronicle.network.connection
Provides support for the client to failover TCP connections to different servers, if the primary connection can not be establish, after retrying up to a timeout, see SocketAddressSupplier.timeoutMS() the other connections will be attempted.
SocketAddressSupplier(String[], String) - Constructor for class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
startAtFirstAddress() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
stringEvent(WireKey, StringBuilder, WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
subscribe(AsyncSubscription) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
sets up subscriptions with the server, even if the socket connection is down, the subscriptions will be re-establish with the server automatically once it comes back up.
subscribe(AsyncSubscription, boolean) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 

T

tcpBufferSize - Variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 
TcpChannelHub - Class in net.openhft.chronicle.network.connection
The TcpChannelHub is used to send your messages to the server and then read the servers response.
TcpChannelHub(SessionProvider, EventLoop, Function<Bytes, Wire>, String, SocketAddressSupplier, boolean, ClientConnectionMonitor, HandlerPriority) - Constructor for class net.openhft.chronicle.network.connection.TcpChannelHub
 
TcpChannelHub.Task - Interface in net.openhft.chronicle.network.connection
 
TcpHandler - Interface in net.openhft.chronicle.network.api
Created by peter.lawrey on 22/01/15.
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.
tid() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
tid() - Method in interface net.openhft.chronicle.network.connection.AsyncSubscription
returns the unique tid that will be used in the subscription, this tid must be unique per socket connection
tid(WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
 
timeoutMS() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
timeoutMs - Variable in class net.openhft.chronicle.network.connection.TcpChannelHub
 
toParameters(E, Object...) - Static method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
 
toString() - Method in class net.openhft.chronicle.network.ClientSessionProvider
 
toString() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
 
toString() - Method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
 
toString() - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
toString() - Method in class net.openhft.chronicle.network.connection.TraceLock
 
toString() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
TraceLock - Class in net.openhft.chronicle.network.connection
 
TraceLock() - Constructor for class net.openhft.chronicle.network.connection.TraceLock
 
tryLock() - Method in class net.openhft.chronicle.network.connection.TraceLock
 
tryLock(long, TimeUnit) - Method in class net.openhft.chronicle.network.connection.TraceLock
 

U

unchecked(boolean) - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
unlock() - Method in class net.openhft.chronicle.network.connection.TraceLock
 
unsubscribe(long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
closes a subscription established by net.openhft.chronicle.network.connection.TcpChannelHub# subscribe(net.openhft.chronicle.network.connection.AsyncSubscription)
uri(String) - Static method in class net.openhft.chronicle.network.connection.SocketAddressSupplier
use this method if you only with to connect to a single server
userId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
userId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 

V

value - Static variable in enum net.openhft.chronicle.network.ServerThreadingStrategy
 
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.ServerThreadingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.SessionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.network.WanSimulator
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.openhft.chronicle.network.connection.CoreFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.connection.EventId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.ServerThreadingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.SessionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.TCPRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.network.WanSimulator
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaSessionDetails - Class in net.openhft.chronicle.network
Created by peter on 01/06/15.
VanillaSessionDetails() - Constructor for class net.openhft.chronicle.network.VanillaSessionDetails
 
VanillaWireOutPublisher - Class in net.openhft.chronicle.network.connection
Created by peter.lawrey on 09/07/2015.
VanillaWireOutPublisher(Function<Bytes, Wire>) - Constructor for class net.openhft.chronicle.network.connection.VanillaWireOutPublisher
 

W

WanSimulator - Enum in net.openhft.chronicle.network
Created by peter.lawrey on 16/07/2015.
WireOutPublisher - Interface in net.openhft.chronicle.network.connection
 
WireTcpHandler - Class in net.openhft.chronicle.network
 
WireTcpHandler(Function<Bytes, Wire>) - Constructor for class net.openhft.chronicle.network.WireTcpHandler
 
writeAsyncHeader(Wire, String, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
The writes the meta data to wire - the async version does not contain the tid
writeMetaDataForKnownTID(long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
Useful for when you know the tid
writeMetaDataForKnownTID(long, Wire, String, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
writeMetaDataStartTime(long, Wire, String, long) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
 
writeSocket(WireOut, boolean) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
sends data to the server via TCP/IP
A B C D E F G H I L N O P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.