C D G H I M R S V W

C

ConnectionState - Enum in de.huxhorn.lilith.sender
 
createDataOutputStream() - Method in interface de.huxhorn.lilith.sender.DataOutputStreamFactory
 
createDataOutputStream() - Method in class de.huxhorn.lilith.sender.SocketDataOutputStreamFactory
 

D

DataOutputStreamFactory - Interface in de.huxhorn.lilith.sender
 
de.huxhorn.lilith.sender - package de.huxhorn.lilith.sender
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class de.huxhorn.lilith.sender.SocketDataOutputStreamFactory
 
DEFAULT_POLL_INTERVALL - Static variable in class de.huxhorn.lilith.sender.SimpleSendBytesService
 
DEFAULT_QUEUE_SIZE - Static variable in class de.huxhorn.lilith.sender.SimpleSendBytesService
 
DEFAULT_RECONNECTION_DELAY - Static variable in class de.huxhorn.lilith.sender.SimpleSendBytesService
The default reconnection delay (30000 milliseconds or 30 seconds).
DEFAULT_WRITE_TIMEOUT - Static variable in class de.huxhorn.lilith.sender.SocketDataOutputStreamFactory
 

G

getConnectionState() - Method in class de.huxhorn.lilith.sender.SimpleSendBytesService
 

H

HEARTBEAT_RATE - Static variable in class de.huxhorn.lilith.sender.HeartbeatRunnable
The heartbeat rate.
HeartbeatRunnable - Class in de.huxhorn.lilith.sender
 
HeartbeatRunnable(SendBytesService) - Constructor for class de.huxhorn.lilith.sender.HeartbeatRunnable
 
HeartbeatRunnable(SendBytesService, int) - Constructor for class de.huxhorn.lilith.sender.HeartbeatRunnable
 

I

isDebug() - Method in class de.huxhorn.lilith.sender.MultiplexSendBytesService
 
isDebug() - Method in class de.huxhorn.lilith.sender.SimpleSendBytesService
 

M

MessageWriteByteStrategy - Class in de.huxhorn.lilith.sender
 
MessageWriteByteStrategy() - Constructor for class de.huxhorn.lilith.sender.MessageWriteByteStrategy
 
MultiplexSendBytesService - Class in de.huxhorn.lilith.sender
 
MultiplexSendBytesService(String, List<String>, int, WriteByteStrategy, int, int) - Constructor for class de.huxhorn.lilith.sender.MultiplexSendBytesService
 

R

run() - Method in class de.huxhorn.lilith.sender.HeartbeatRunnable
 

S

sendBytes(byte[]) - Method in class de.huxhorn.lilith.sender.MultiplexSendBytesService
 
sendBytes(byte[]) - Method in interface de.huxhorn.lilith.sender.SendBytesService
A byte-sender is expected to send the given byte array if possible.
sendBytes(byte[]) - Method in class de.huxhorn.lilith.sender.SimpleSendBytesService
 
SendBytesService - Interface in de.huxhorn.lilith.sender
 
setDebug(boolean) - Method in class de.huxhorn.lilith.sender.MultiplexSendBytesService
 
setDebug(boolean) - Method in class de.huxhorn.lilith.sender.SimpleSendBytesService
 
shutDown() - Method in class de.huxhorn.lilith.sender.MultiplexSendBytesService
 
shutDown() - Method in interface de.huxhorn.lilith.sender.SendBytesService
 
shutDown() - Method in class de.huxhorn.lilith.sender.SimpleSendBytesService
 
SimpleSendBytesService - Class in de.huxhorn.lilith.sender
 
SimpleSendBytesService(DataOutputStreamFactory, WriteByteStrategy) - Constructor for class de.huxhorn.lilith.sender.SimpleSendBytesService
 
SimpleSendBytesService(DataOutputStreamFactory, WriteByteStrategy, int, int, int) - Constructor for class de.huxhorn.lilith.sender.SimpleSendBytesService
 
SocketDataOutputStreamFactory - Class in de.huxhorn.lilith.sender
 
SocketDataOutputStreamFactory(String, int) - Constructor for class de.huxhorn.lilith.sender.SocketDataOutputStreamFactory
 
SocketDataOutputStreamFactory(String, int, int, int) - Constructor for class de.huxhorn.lilith.sender.SocketDataOutputStreamFactory
 
startUp() - Method in class de.huxhorn.lilith.sender.MultiplexSendBytesService
 
startUp() - Method in interface de.huxhorn.lilith.sender.SendBytesService
 
startUp() - Method in class de.huxhorn.lilith.sender.SimpleSendBytesService
 

V

valueOf(String) - Static method in enum de.huxhorn.lilith.sender.ConnectionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.huxhorn.lilith.sender.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBytes(DataOutputStream, byte[]) - Method in class de.huxhorn.lilith.sender.MessageWriteByteStrategy
Writes an int containing the length of the byte array followed by the byte array.
writeBytes(DataOutputStream, byte[]) - Method in interface de.huxhorn.lilith.sender.WriteByteStrategy
Writes the given bytes to dataOutputStream in an implementation-specific way.
WriteByteStrategy - Interface in de.huxhorn.lilith.sender
 

C D G H I M R S V W

Copyright © 2007-2009. All Rights Reserved.