A C E F G H I L M N P R S T U V W 

T

taskComplete(SocketIF) - Method in class ch.dermitza.securenio.AbstractSelector
A SSLEngine Task for a particular socket was completed by the TaskWorker.
taskComplete(SocketIF) - Method in interface ch.dermitza.securenio.socket.secure.TaskListener
This method is called from the TaskWorker thread once it has finished processing all SSLEngine tasks associated with a SecureSocket instance.
TaskListener - Interface in ch.dermitza.securenio.socket.secure
Task listeners listen for SSLEngine task completions and act upon them.
taskWorker - Variable in class ch.dermitza.securenio.AbstractSelector
The underlying TaskWorker
TaskWorker - Class in ch.dermitza.securenio.socket.secure
A threaded implementation of a worker processing tasks required by an SSLEngine that is associated with a SecureSocket.
TaskWorker(TaskListener) - Constructor for class ch.dermitza.securenio.socket.secure.TaskWorker
Create a TaskWorker instance with a single TaskListener reference.
TCPClient - Class in ch.dermitza.securenio
A TCP Client implementation of AbstractSelector.
TCPClient(InetAddress, int, AbstractPacketWorker, boolean, boolean) - Constructor for class ch.dermitza.securenio.TCPClient
Create a TCPClient instance
TCPServer - Class in ch.dermitza.securenio
A TCP Server implementation of AbstractSelector.
TCPServer(InetAddress, int, AbstractPacketWorker, boolean, boolean) - Constructor for class ch.dermitza.securenio.TCPServer
Create a TCPServer instance.
TestPacketIF - Interface in ch.dermitza.securenio.test.variablebyte
 
TestPacketOne - Class in ch.dermitza.securenio.test.variablebyte
 
TestPacketOne() - Constructor for class ch.dermitza.securenio.test.variablebyte.TestPacketOne
 
TestPacketWorker - Class in ch.dermitza.securenio.test.variablebyte
A simplistic packet worker listening for TestPacketIFs.
TestPacketWorker() - Constructor for class ch.dermitza.securenio.test.variablebyte.TestPacketWorker
 
Timeout - Class in ch.dermitza.securenio.socket.timeout.worker
A timeout implementation to be used with a TimeoutWorker.
Timeout(SocketIF, TimeoutListener, long) - Constructor for class ch.dermitza.securenio.socket.timeout.worker.Timeout
Create a new timeout for the SocketIF given.
TIMEOUT_MS - Static variable in class ch.dermitza.securenio.socket.timeout.threadpool.TimeoutExecutor
Deprecated.
Reasonable timeout value 30 seconds (?) for relevant discussions on timeout length see: https://bugzilla.mozilla.org/show_bug.cgi?id=365898 http://support.f5.com/kb/en-us/solutions/public/13000/800/sol13863.html
TimeoutContainerTest - Class in ch.dermitza.securenio.test
 
TimeoutContainerTest() - Constructor for class ch.dermitza.securenio.test.TimeoutContainerTest
 
TimeoutExecutor - Class in ch.dermitza.securenio.socket.timeout.threadpool
Deprecated.
since the number of threads allocated is too high for a low to medium client size (anything above 10 clients really).
TimeoutExecutor() - Constructor for class ch.dermitza.securenio.socket.timeout.threadpool.TimeoutExecutor
Deprecated.
 
timeoutExpired(SocketIF) - Method in class ch.dermitza.securenio.AbstractSelector
The timeout on this socket has expired.
timeoutExpired(SocketIF) - Method in interface ch.dermitza.securenio.socket.timeout.TimeoutListener
This method is called from the Timeout.expired() method, notifying any Timeout Listeners that the Timeout has expired and they should act upon it.
TimeoutListener - Interface in ch.dermitza.securenio.socket.timeout
Timeout listeners listen for expired Timeouts and act upon them.
TimeoutRunnable - Class in ch.dermitza.securenio.socket.timeout.threadpool
Deprecated.
since the number of threads allocated is too high for a low to medium client size (anything above 10 clients really).
TimeoutRunnable(TimeoutListener, SocketIF, long) - Constructor for class ch.dermitza.securenio.socket.timeout.threadpool.TimeoutRunnable
Deprecated.
 
TimeoutTest - Class in ch.dermitza.securenio.test
 
TimeoutTest() - Constructor for class ch.dermitza.securenio.test.TimeoutTest
 
TimeoutThreadPoolTest - Class in ch.dermitza.securenio.test
 
TimeoutThreadPoolTest() - Constructor for class ch.dermitza.securenio.test.TimeoutThreadPoolTest
 
TimeoutWorker - Class in ch.dermitza.securenio.socket.timeout.worker
A threaded implementation of a worker processing Timeouts required by the AbstractSelector.
TimeoutWorker() - Constructor for class ch.dermitza.securenio.socket.timeout.worker.TimeoutWorker
 
TimeoutWorkerTest - Class in ch.dermitza.securenio.test
 
TimeoutWorkerTest() - Constructor for class ch.dermitza.securenio.test.TimeoutWorkerTest
 
toBytes() - Method in interface ch.dermitza.securenio.packet.PacketIF
Get the contents of this PacketIF as a ByteBuffer
toBytes() - Method in class ch.dermitza.securenio.packet.singlebyte.PacketPing
 
toBytes() - Method in class ch.dermitza.securenio.packet.singlebyte.PacketPong
 
toBytes() - Method in class ch.dermitza.securenio.packet.singlebyte.PacketUnknown
 
toBytes() - Method in class ch.dermitza.securenio.test.variablebyte.TestPacketOne
 
toWorker - Variable in class ch.dermitza.securenio.AbstractSelector
The underlying TimeoutWorker
TYPE_ONE - Static variable in class ch.dermitza.securenio.test.variablebyte.AbstractTestPacket
 
TYPE_OPS - Static variable in class ch.dermitza.securenio.ChangeRequest
This type concerns switching the interestOps of a key associated with a particular socket.
TYPE_SESSION - Static variable in class ch.dermitza.securenio.ChangeRequest
This type concerns an SSLSession that has been invalidated.
TYPE_TASK - Static variable in class ch.dermitza.securenio.ChangeRequest
This type concerns an SSLEngine task that has just finished running on the TaskWorker thread.
TYPE_TIMEOUT - Static variable in class ch.dermitza.securenio.ChangeRequest
This type concerns a timeout that has expired on the given socket.
TYPE_TWO - Static variable in class ch.dermitza.securenio.test.variablebyte.AbstractTestPacket
 
A C E F G H I L M N P R S T U V W