Index

A B C D E F G H I J M N O P R S T U V W 
All Classes|All Packages|Constant Field Values|Deprecated API

A

Address - Class in de.wuespace.telestion.services.message
Class for composing Addresses for the Verticles.
There are: outgoing: Verticles publish there results on the eventbus on this address if the result is not for a specific Verticle alone incoming: Verticles listen on the eventbus for packages here addresses.

This class should only be used in static context.
app_name() - Method in record class de.wuespace.telestion.services.config.Configuration
Returns the value of the app_name record component.

B

baudRate() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the baudRate record component.

C

clear() - Static method in class de.wuespace.telestion.services.logging.MessageMDC
Same as MDC.clear().
clientTimeout() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the clientTimeout record component.
close() - Method in interface de.wuespace.telestion.services.util.SafeCloseable
Same as Closeable.close() but it is not allowed to throw an IOException.
conDetails() - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Returns the value of the conDetails record component.
conDetails() - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Returns the value of the conDetails record component.
config() - Method in record class de.wuespace.telestion.services.config.VerticleConfig
Returns the value of the config record component.
ConfigurableApplication - Class in de.wuespace.telestion.services.config
 
ConfigurableApplication() - Constructor for class de.wuespace.telestion.services.config.ConfigurableApplication
 
Configuration - Record Class in de.wuespace.telestion.services.config
The base application configuration object.
Configuration(String, String) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String...) - Constructor for record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String...) - Constructor for record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, long) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, ConnectionDetails) - Constructor for record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, String) - Constructor for record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
 
Configuration(String, String, String, int) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
 
Configuration(String, String, String, int, long) - Constructor for record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Creates an instance of a Configuration record class.
Configuration(String, String, String, int, long) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Creates an instance of a Configuration record class.
Configuration(String, List<VerticleConfig>) - Constructor for record class de.wuespace.telestion.services.config.Configuration
Creates an instance of a Configuration record class.
connectionAddresses() - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Returns the value of the connectionAddresses record component.
connectionAddresses() - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Returns the value of the connectionAddresses record component.
ConnectionData - Record Class in de.wuespace.telestion.services.connection.rework
Data-Object for sending received data from incoming connections over the EventBus.
Apart from containing the raw data from the stream, also connection-details are contained, which (if needed) allow for connection-specific operations, e.g.
ConnectionData(byte[], ConnectionDetails) - Constructor for record class de.wuespace.telestion.services.connection.rework.ConnectionData
Creates an instance of a ConnectionData record class.
ConnectionDetails - Interface in de.wuespace.telestion.services.connection.rework
 

D

data() - Method in record class de.wuespace.telestion.services.connection.rework.RawMessage
Returns the value of the data record component.
data() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Returns the value of the data record component.
data() - Method in record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Returns the value of the data record component.
data() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Returns the value of the data record component.
Data(TcpConn.Participant, byte[]) - Constructor for record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Creates an instance of a Data record class.
de.wuespace.telestion.services.config - package de.wuespace.telestion.services.config
 
de.wuespace.telestion.services.connection - package de.wuespace.telestion.services.connection
 
de.wuespace.telestion.services.connection.rework - package de.wuespace.telestion.services.connection.rework
 
de.wuespace.telestion.services.connection.rework.serial - package de.wuespace.telestion.services.connection.rework.serial
 
de.wuespace.telestion.services.connection.rework.tcp - package de.wuespace.telestion.services.connection.rework.tcp
 
de.wuespace.telestion.services.connection.rework.udp - package de.wuespace.telestion.services.connection.rework.udp
 
de.wuespace.telestion.services.logging - package de.wuespace.telestion.services.logging
 
de.wuespace.telestion.services.message - package de.wuespace.telestion.services.message
 
de.wuespace.telestion.services.monitoring - package de.wuespace.telestion.services.monitoring
 
de.wuespace.telestion.services.util - package de.wuespace.telestion.services.util
 
de.wuespace.telestion.services.web - package de.wuespace.telestion.services.web
 
DEFAULT_TIMEOUT - Static variable in class de.wuespace.telestion.services.connection.rework.tcp.TcpTimeouts
 
details() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Returns the value of the details record component.

E

equals(Object) - Method in record class de.wuespace.telestion.services.config.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.config.VerticleConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.RawMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Indicates whether some other object is "equal to" this one.
EventbusTcpBridge - Class in de.wuespace.telestion.services.connection
EventbusTcpBridge is a verticle which uses SockJS-WebSockets to extend the vertx.eventBus() to an HTTP-Server.
EventbusTcpBridge() - Constructor for class de.wuespace.telestion.services.connection.EventbusTcpBridge
If this constructor is used all, settings have to be specified in the config file.
EventbusTcpBridge(String, int, List<String>, List<String>) - Constructor for class de.wuespace.telestion.services.connection.EventbusTcpBridge
This constructor supplies default options and uses the defaultSockJSBridgeOptions for the applied rules.

F

fromConnectionData(ConnectionData) - Static method in record class de.wuespace.telestion.services.connection.rework.SenderData
 

G

getConfig() - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 

H

hashCode() - Method in record class de.wuespace.telestion.services.config.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.config.VerticleConfig
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.RawMessage
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Returns a hash code value for this object.
hashCode() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Returns a hash code value for this object.
host() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Returns the value of the host record component.
hostAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the hostAddress record component.
HystrixMetrics - Class in de.wuespace.telestion.services.monitoring
A verticle which streams the hystrix-metrics to a given address.
HystrixMetrics() - Constructor for class de.wuespace.telestion.services.monitoring.HystrixMetrics
 
HystrixMetrics(int, String) - Constructor for class de.wuespace.telestion.services.monitoring.HystrixMetrics
 

I

inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Returns the value of the inAddress record component.
inAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the inAddress record component.
incoming(Verticle) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new incoming address from a Verticle and returns it as a String.
incoming(Verticle, String) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new incoming address from a method within a Verticle and returns it as a String.
incoming(Class<? extends Verticle>) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new incoming address from a Verticle and returns it as a String.
incoming(Class<? extends Verticle>, String) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new incoming address from a method within a Verticle and returns it as a String.
inputAddress() - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Returns the value of the inputAddress record component.
ip() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns the value of the ip record component.
ip() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns the value of the ip record component.
isActiveCon(Tuple<String, Integer>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 

J

json() - Method in record class de.wuespace.telestion.services.config.VerticleConfig
The whole verticle configuration is stored in a JsonObject.
jsonConfig() - Method in record class de.wuespace.telestion.services.config.VerticleConfig
The config is a JsonObject which is defined by the verticle.

M

magnitude() - Method in record class de.wuespace.telestion.services.config.VerticleConfig
Returns the value of the magnitude record component.
main(String[]) - Static method in class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
MessageLogger - Class in de.wuespace.telestion.services.monitoring
A verticle which logs the message traffic.
MessageLogger() - Constructor for class de.wuespace.telestion.services.monitoring.MessageLogger
 
MessageMDC - Class in de.wuespace.telestion.services.logging
A MDC implementation for the Message object.
MessageMDC() - Constructor for class de.wuespace.telestion.services.logging.MessageMDC
 

N

name() - Method in record class de.wuespace.telestion.services.config.VerticleConfig
Returns the value of the name record component.
NO_RESPONSES - Static variable in class de.wuespace.telestion.services.connection.rework.tcp.TcpTimeouts
 
NO_TIMEOUT - Static variable in class de.wuespace.telestion.services.connection.rework.tcp.TcpTimeouts
 

O

outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Returns the value of the outAddress record component.
outAddress() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the outAddress record component.
outgoing(Verticle) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new outgoing address from a Verticle and returns it as a String.
outgoing(Verticle, String) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new outgoing address from a method within a Verticle and returns it as a String.
outgoing(Class<? extends Verticle>) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new outgoing address from a Verticle and returns it as a String.
outgoing(Class<? extends Verticle>, String) - Static method in class de.wuespace.telestion.services.message.Address
Creates a new outgoing address from a method within a Verticle and returns it as a String.
outputAddr() - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Returns the value of the outputAddr record component.

P

packetId() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns the value of the packetId record component.
packetId() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns the value of the packetId record component.
participant() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Returns the value of the participant record component.
Participant(String, int) - Constructor for record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Creates an instance of a Participant record class.
port() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns the value of the port record component.
port() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns the value of the port record component.
port() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns the value of the port record component.
port() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Returns the value of the port record component.
put(String, Message<?>) - Static method in class de.wuespace.telestion.services.logging.MessageMDC
Puts a message object to the MDC store like MDC.put(String, String).

Following objects are stored:
address replyAddress headers send body
The key is either the name of the objects, if the key is null or key.name.
putCloseable(String, Message<?>) - Static method in class de.wuespace.telestion.services.logging.MessageMDC
Puts a message object to the MDC store and returns a SafeCloseable almost like MDC.putCloseable(String, String).

See MessageMDC.put(String, Message) for the elements which are put to the store.

R

rawData() - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Returns the value of the rawData record component.
rawData() - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Returns the value of the rawData record component.
RawMessage - Record Class in de.wuespace.telestion.services.connection.rework
 
RawMessage(byte[]) - Constructor for record class de.wuespace.telestion.services.connection.rework.RawMessage
Creates an instance of a RawMessage record class.
Receiver - Class in de.wuespace.telestion.services.connection.rework
 
Receiver() - Constructor for class de.wuespace.telestion.services.connection.rework.Receiver
 
Receiver(Receiver.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.Receiver
 
Receiver.Configuration - Record Class in de.wuespace.telestion.services.connection.rework
 
remove(String) - Static method in class de.wuespace.telestion.services.logging.MessageMDC
Removes the message object with the given key from the MDC store (like MDC.remove(String)).

S

safe(UnsafePredicate<T>) - Static method in interface de.wuespace.telestion.services.util.UnsafePredicate
Wraps an unsafe predicate into a safe one.
safe(Closeable) - Static method in interface de.wuespace.telestion.services.util.SafeCloseable
Wraps the given Closeable into a SafeCloseable which logs and prints the stacktrace of the thrown IOException.
SafeCloseable - Interface in de.wuespace.telestion.services.util
A Closeable which does not throw IOExceptions.
sampleTime() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the sampleTime record component.
Sender - Class in de.wuespace.telestion.services.connection.rework
 
Sender() - Constructor for class de.wuespace.telestion.services.connection.rework.Sender
 
Sender(Sender.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.Sender
 
Sender.Configuration - Record Class in de.wuespace.telestion.services.connection.rework
 
SenderData - Record Class in de.wuespace.telestion.services.connection.rework
Data-Object for the data which must be sent over a network-connection.
Apart from containing the raw data from the stream, also connection-details are contained, which allow to determine the target where to send the data to.
SenderData(byte[], ConnectionDetails...) - Constructor for record class de.wuespace.telestion.services.connection.rework.SenderData
Creates an instance of a SenderData record class.
SerialConn - Class in de.wuespace.telestion.services.connection.rework.serial
 
SerialConn - Class in de.wuespace.telestion.services.connection
Deprecated, for removal: This API element is subject to removal in a future version.
SerialConn() - Constructor for class de.wuespace.telestion.services.connection.rework.serial.SerialConn
 
SerialConn() - Constructor for class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
SerialConn(SerialConn.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.serial.SerialConn
 
SerialConn(SerialConn.Configuration) - Constructor for class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
SerialConn(String, String, String) - Constructor for class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
SerialConn.Configuration - Record Class in de.wuespace.telestion.services.connection.rework.serial
 
SerialData - Record Class in de.wuespace.telestion.services.connection
Deprecated, for removal: This API element is subject to removal in a future version.
SerialData(byte[]) - Constructor for record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Creates an instance of a SerialData record class.
SerialDetails - Record Class in de.wuespace.telestion.services.connection.rework.serial
 
SerialDetails(String) - Constructor for record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Creates an instance of a SerialDetails record class.
serialPort() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns the value of the serialPort record component.
serialPort() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Returns the value of the serialPort record component.
start(Promise<Void>) - Method in class de.wuespace.telestion.services.config.ConfigurableApplication
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.EventbusTcpBridge
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.Receiver
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.Sender
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.serial.SerialConn
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.StaticSender
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpClient
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.TcpConn
Deprecated.
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.monitoring.HystrixMetrics
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.monitoring.MessageLogger
 
start(Promise<Void>) - Method in class de.wuespace.telestion.services.web.WebServer
 
staticDetails() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns the value of the staticDetails record component.
StaticSender - Class in de.wuespace.telestion.services.connection.rework
 
StaticSender() - Constructor for class de.wuespace.telestion.services.connection.rework.StaticSender
 
StaticSender(StaticSender.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.StaticSender
 
StaticSender.Configuration - Record Class in de.wuespace.telestion.services.connection.rework
 
stop() - Method in class de.wuespace.telestion.services.connection.SerialConn
Deprecated.
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.Receiver
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.Sender
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.serial.SerialConn
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.StaticSender
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpClient
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
stop(Promise<Void>) - Method in class de.wuespace.telestion.services.connection.TcpConn
Deprecated.
 

T

TcpClient - Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpClient() - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpClient
 
TcpClient(TcpClient.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpClient
 
TcpClient.Configuration - Record Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpConn - Class in de.wuespace.telestion.services.connection
Deprecated, for removal: This API element is subject to removal in a future version.
TcpConn() - Constructor for class de.wuespace.telestion.services.connection.TcpConn
Deprecated.
Create a TcpConn either with file based or default configuration.
TcpConn(String, int, String, List<String>, List<String>) - Constructor for class de.wuespace.telestion.services.connection.TcpConn
Deprecated.
Create a TcpConn with forced configuration.
TcpConn.Data - Record Class in de.wuespace.telestion.services.connection
Deprecated.
A chunk of data which is transmitted with the TcpConn.
TcpConn.Participant - Record Class in de.wuespace.telestion.services.connection
Deprecated.
A participant of the TcpConn.
TcpData - Record Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpData(byte[], TcpDetails) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Creates an instance of a TcpData record class.
TcpDetails - Record Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpDetails(String, int) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
 
TcpDetails(String, int, int) - Constructor for record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Creates an instance of a TcpDetails record class.
TcpDispatcher - Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpDispatcher(TcpDispatcher.Configuration, TcpServer...) - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher
 
TcpDispatcher(TcpServer...) - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher
 
TcpDispatcher.Configuration - Record Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpServer - Class in de.wuespace.telestion.services.connection.rework.tcp
An implementation of an unencrypted TCP-Server.
TcpServer() - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
TcpServer(TcpServer.Configuration) - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpServer
 
TcpServer.Configuration - Record Class in de.wuespace.telestion.services.connection.rework.tcp
Configuration for this Verticle which can be loaded from a config.
An optional timeout can be specified which is the consecutive time without any packets incoming or outgoing after which a client will be disconnected.
TcpTimeouts - Class in de.wuespace.telestion.services.connection.rework.tcp
 
TcpTimeouts() - Constructor for class de.wuespace.telestion.services.connection.rework.tcp.TcpTimeouts
 
test(T) - Method in interface de.wuespace.telestion.services.util.UnsafePredicate
timeout() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns the value of the timeout record component.
toString() - Method in record class de.wuespace.telestion.services.config.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.config.VerticleConfig
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.ConnectionData
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.RawMessage
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.Receiver.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.Sender.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.SenderData
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialConn.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.serial.SerialDetails
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.StaticSender.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpClient.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpData
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDetails
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpDispatcher.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.tcp.TcpServer.Configuration
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.SerialData
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Data
Deprecated.
Returns a string representation of this record class.
toString() - Method in record class de.wuespace.telestion.services.connection.TcpConn.Participant
Deprecated.
Returns a string representation of this record class.
Tuple<T1,​T2> - Record Class in de.wuespace.telestion.services.connection.rework
A simple implementation of a Value-Pair whose values are linked together without any key - value relationship.
Tuple(T1, T2) - Constructor for record class de.wuespace.telestion.services.connection.rework.Tuple
Creates an instance of a Tuple record class.

U

UdpConn - Class in de.wuespace.telestion.services.connection.rework.udp
 
UdpConn() - Constructor for class de.wuespace.telestion.services.connection.rework.udp.UdpConn
 
UdpDetails - Record Class in de.wuespace.telestion.services.connection.rework.udp
 
UdpDetails(String, int, int) - Constructor for record class de.wuespace.telestion.services.connection.rework.udp.UdpDetails
Creates an instance of a UdpDetails record class.
UnsafePredicate<T> - Interface in de.wuespace.telestion.services.util
A UnsafePredicate is a Predicate which allows exceptions to be thrown.

V

value1() - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Returns the value of the value1 record component.
value2() - Method in record class de.wuespace.telestion.services.connection.rework.Tuple
Returns the value of the value2 record component.
verticle() - Method in record class de.wuespace.telestion.services.config.VerticleConfig
Returns the value of the verticle record component.
VerticleConfig - Record Class in de.wuespace.telestion.services.config
The base configuration of verticles.
VerticleConfig(String, String, int, JsonNode) - Constructor for record class de.wuespace.telestion.services.config.VerticleConfig
Creates an instance of a VerticleConfig record class.
verticles() - Method in record class de.wuespace.telestion.services.config.Configuration
Returns the value of the verticles record component.

W

WebServer - Class in de.wuespace.telestion.services.web
A simple WebServer which publishes the index page.
WebServer() - Constructor for class de.wuespace.telestion.services.web.WebServer
Web server with default port 8080.
WebServer(int) - Constructor for class de.wuespace.telestion.services.web.WebServer
Creating a WebServer on the specified port.
A B C D E F G H I J M N O P R S T U V W 
All Classes|All Packages|Constant Field Values|Deprecated API