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

A

AcceptorEventHandler - Class in net.openhft.chronicle.network
Created by peter.lawrey on 22/01/15.
AcceptorEventHandler(String, Supplier<TcpHandler>, Supplier<SessionDetailsProvider>) - 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
 
action() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
assertAllServersStopped() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 

C

CAPACITY - Static variable in class net.openhft.chronicle.network.TcpEventHandler
 
clientAddress() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
clientAddress() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
close() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
connectTimeMS() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
connectTimeMS() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
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
 

E

eventLoop(EventLoop) - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.network.TcpEventHandler
 

G

get(Class<I>) - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
get(Class<I>) - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 

I

inWire - Variable in class net.openhft.chronicle.network.WireTcpHandler
 

L

lookup(String) - Static method in enum net.openhft.chronicle.network.TCPRegistry
 

N

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
 

O

of(String, String) - Static method in class net.openhft.chronicle.network.VanillaSessionDetails
 
onEndOfConnection() - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
outWire - Variable in class net.openhft.chronicle.network.WireTcpHandler
 

P

priority() - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
priority() - Method in class net.openhft.chronicle.network.TcpEventHandler
 
process(Bytes, Bytes, SessionDetailsProvider) - Method in interface net.openhft.chronicle.network.api.TcpHandler
 
process(Bytes, Bytes, SessionDetailsProvider) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
process(WireIn, WireOut, SessionDetailsProvider) - Method in class net.openhft.chronicle.network.WireTcpHandler
 
publish(Wire) - Method in class net.openhft.chronicle.network.WireTcpHandler
Publish some data

R

RemoteCallTimeoutException - Exception in net.openhft.chronicle.network.connection
TODO mention in docs
RemoteCallTimeoutException(String) - Constructor for exception net.openhft.chronicle.network.connection.RemoteCallTimeoutException
 
RemoteCallTimeoutException() - Constructor for exception net.openhft.chronicle.network.connection.RemoteCallTimeoutException
 
reset() - Static method in enum net.openhft.chronicle.network.TCPRegistry
 

S

securityToken() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
securityToken() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 
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
set(Class<I>, I) - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
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
 
setConnectTimeMS(long) - Method in interface net.openhft.chronicle.network.api.session.SessionDetailsProvider
 
setConnectTimeMS(long) - 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
 
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.WireTcpHandler
 

T

TcpEventHandler - Class in net.openhft.chronicle.network
Created by peter.lawrey on 22/01/15.
TcpEventHandler(SocketChannel, TcpHandler, SessionDetailsProvider, boolean) - Constructor for class net.openhft.chronicle.network.TcpEventHandler
 
TcpHandler - Interface in net.openhft.chronicle.network.api
Created by peter.lawrey on 22/01/15.
TCPRegistry - Enum in net.openhft.chronicle.network
Created by peter on 03/07/15.

U

unchecked(boolean) - Method in class net.openhft.chronicle.network.AcceptorEventHandler
 
userId() - Method in interface net.openhft.chronicle.network.api.session.SessionDetails
 
userId() - Method in class net.openhft.chronicle.network.VanillaSessionDetails
 

V

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

W

WireTcpHandler - Class in net.openhft.chronicle.network
 
WireTcpHandler(Function<Bytes, Wire>) - Constructor for class net.openhft.chronicle.network.WireTcpHandler
 
A C E G I L N O P R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.