A C D F G I K P Q R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Bricht die Kommunikation auf allen Verbindungen des Protokolls sofort ab und beendet anschließend das Protokoll.
- abort() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Bricht die Kommunikation auf allen Verbindungen des Protokolls sofort ab und beendet anschließend das Protokoll.
- ABORT_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung abgebrochen werden soll
- ABORT_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung abgebrochen werden soll
- addData(ByteBuffer) - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Liest aus dem übergebenen Buffer die Bytes in den Datenteil des Telegramms.
C
- Client - Class in de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip
-
Klasse, die als OSI-2 Protokollmodul für den Client-seitigen Teil einer TLSoIP-Verbindung eingesetzt werden kann.
- Client() - Constructor for class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Default-Konstruktor, mit dem neue TLSoverIP-Client Protokolle instanziiert werden können.
- Client.ActionType - Class in de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip
-
Definiert die Aktionscodes, die von den API-Methoden zur Steuerung des Protokoll-Threads versendet werden
- CONNECT_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung gestartet werden soll
- CONNECT_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung gestartet werden soll
- CREATED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.ProtocolState
-
Stabiler Zustand für ein noch nicht gestartetes Protokoll.
- createLink(int) - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Erzeugt ein neues Verbindungsobjekt.
- createLink(int) - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Erzeugt ein neues Verbindungsobjekt.
D
- de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip - package de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip
F
- FRAME_HEADER_LENGTH - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Länge des Frame-Headers
- FRAME_HEADER_SYNC - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Sync-Byte (0x68) des Frame-Headers
G
- getData() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Liefert nur den Nutzdatenanteil des Gesamttelegramms.
- getHeader() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Liefert nur den Header des Gesamttelegramms.
- getLen() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Liefert die Länge der Nutzdaten in Anzahl Bytes.
- getSeqNum() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Liefert die aktuelle Sequenznummer (0-65535)
- getSync() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Liefert das Startbyte des Headers eines TLSoIP-Telegramms.
- getTel() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Liefert das komplette TLSoIP-Telegramm mit Header und Nutzdaten.
- getTelTypeInfo(int) - Static method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Liefert eine textuelle Beschreibung der unterstützten Telegrammtypen.
I
- isDataTel() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Testet, ob es sich um ein Daten-Telegramm handelt.
- isKeepAliveTel() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Testet, ob es sich um ein KeepAlive-Telegramm handelt.
- isQuittTel() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Testet, ob es sich um ein Quittierungs-Telegramm handelt.
- isStarted() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Bestimmt, ob die Kommunikation dieses Protokolls bereits mit der Methode
Client.start()
aktiviert wurde. - isStarted() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Bestimmt, ob die Kommunikation dieses Protokolls bereits mit der Methode
Server.start()
aktiviert wurde. - isTLSoIPFrame() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Testet, ob es sich um ein gültiges TLSoIP-Telegramm handelt.
K
- KEEPALIVE_TIMER_RECEIVE - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das ein der Empfang von Keep-Alive-Telegrammen geprüft werden soll
- KEEPALIVE_TIMER_RECEIVE - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das ein der Empfang von Keep-Alive-Telegrammen geprüft werden soll
- KEEPALIVE_TIMER_SEND - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das ein Keep-Alive-Telegramm gesendet werden soll
- KEEPALIVE_TIMER_SEND - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das ein Keep-Alive-Telegramm gesendet werden soll
P
- ProtocolState - Class in de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip
-
Definiert die möglichen Zustände eines Protokolls.
Q
- QUITT_TIMER_RECEIVE - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das ein der Empfang eines Quittierungs-Telegramms geprüft werden soll
- QUITT_TIMER_RECEIVE - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das ein der Empfang eines Quittierungs-Telegramms geprüft werden soll
- QUITT_TIMER_SEND - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das ein Quittierungs-Telegramm gesendet werden soll
- QUITT_TIMER_SEND - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das ein Quittierungs-Telegramm gesendet werden soll
R
- RELOAD_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung mit Berücksichtigung von evtl.
- RELOAD_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung mit Berücksichtigung von evtl.
- RETRY_CONNECT - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das ein erneuter Verbindungsversuch durchgeführt werden soll
- RETRY_CONNECT - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das ein erneuter Verbindungsversuch durchgeführt werden soll
S
- SEND_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das ein Telegramm auf einer Verbindung versendet werden soll
- SEND_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das ein Telegramm auf einer Verbindung versendet werden soll
- Server - Class in de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip
-
Klasse, die als OSI-2 Protokollmodul für den Server-seitigen Teil einer TLSoIP-Verbindung eingesetzt werden kann.
- Server() - Constructor for class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Default-Konstruktor, mit dem neue TLSoverIP-Server Protokolle instanziiert werden können.
- Server.ActionType - Class in de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip
-
Definiert die Aktionscodes, die von den API-Methoden zur Steuerung des Protokoll-Threads versendet werden
- setDavConnection(ClientDavInterface) - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Nimmmt die Verbindung zum Datenverteiler entgegen.
- setDavConnection(ClientDavInterface) - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Nimmmt die Verbindung zum Datenverteiler entgegen.
- setProperties(Properties) - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Setzt neue Protokollparameter.
- setProperties(Properties) - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Setzt neue Protokollparameter.
- shutdown() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Terminiert alle Verbindungen des Protokolls und beendet anschließend das Protokoll.
- shutdown() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Terminiert alle Verbindungen des Protokolls und beendet anschließend das Protokoll.
- SHUTDOWN_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung geschlossen werden soll
- SHUTDOWN_CALLED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung geschlossen werden soll
- start() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Initialisiert das Protokoll und startet den Protokoll-Thread
- start() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Initialisiert das Protokoll und startet den Protokoll-Thread
- STARTED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.ProtocolState
-
Stabiler Zustand für ein gestartetes Protokoll.
- STARTING - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.ProtocolState
-
Übergangszustand für ein startendes Protokoll.
- STOPPED - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.ProtocolState
-
Stabiler Zustand für ein gestopptes Protokoll.
- STOPPING - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.ProtocolState
-
Übergangszustand für ein zu stoppendes Protokoll.
T
- TELTYPE_IB_V1 - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Telegrammtyp Datentelegramm Inselbus
- TELTYPE_KEEPALIVE - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Telegrammtyp Keep-Alive
- TELTYPE_QUITT - Static variable in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Telegrammtyp Quittung
- TLSoIPFrame - Class in de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip
-
Telegrammrahmen für ein TLSoIP-Telegramm, welches aus Header und Daten besteht.
- TLSoIPFrame(int, byte, byte[]) - Constructor for class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Legt ein TLSoIP Telegramm an.
- TLSoIPFrame(ByteBuffer) - Constructor for class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.TLSoIPFrame
-
Spezieller Konstruktor, der aus dem übergebenen ByteBuffer lediglich die HeaderDaten eines TLSoIP-Telegramms ausliest.
- toString() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client.ActionType
-
Gibt Informationen des ActionType für Debugzwecke zurück.
- toString() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Client
-
Gibt Informationen des Protokolls für Debugzwecke zurück.
- toString() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.ProtocolState
-
Liefert eine textuelle Beschreibung dieses Zustands zurück.
- toString() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server.ActionType
-
Gibt Informationen des ActionType für Debugzwecke zurück.
- toString() - Method in class de.bsvrz.kex.tls.osi2osi3.osi2.tlsoip.Server
-
Gibt Informationen des Protokolls für Debugzwecke zurück.
All Classes All Packages