A B C D E F G H I K L M N O P Q R S T U V W X Y

K

KnIPDeviceMgmtAdapter - Class in tuwien.auto.calimero.mgmt
Property adapter for KNXnet/IP local device management.
KnIPDeviceMgmtAdapter(InetSocketAddress, InetSocketAddress, boolean, PropertyAdapterListener, boolean) - Constructor for class tuwien.auto.calimero.mgmt.KnIPDeviceMgmtAdapter
Creates a new property adapter for local device management.
KNX_CONNECTION - Static variable in class tuwien.auto.calimero.knxnetip.servicetype.ErrorCodes
Error code: The server detected an error concerning the KNX subsystem connection with the specified ID.
KNX_INDIVIDUAL_ADDRESS - Static variable in interface tuwien.auto.calimero.mgmt.PropertyClient.PID
Object type 11 property "KNX Individual Address".
KNXAckTimeoutException - Exception in tuwien.auto.calimero.exception
Thrown to indicate that a timeout occurred while waiting for an acknowledge response.
KNXAckTimeoutException() - Constructor for exception tuwien.auto.calimero.exception.KNXAckTimeoutException
Constructs a new KNXAckTimeoutException without a detail message.
KNXAckTimeoutException(String) - Constructor for exception tuwien.auto.calimero.exception.KNXAckTimeoutException
Constructs a new KNXAckTimeoutException with the specified detail message.
KNXAddress - Class in tuwien.auto.calimero
Represents a KNX address.
KNXConnectionClosedException - Exception in tuwien.auto.calimero.knxnetip
Thrown to indicate an illegal operation due to a closed KNXnet/IP communication connection.
KNXConnectionClosedException() - Constructor for exception tuwien.auto.calimero.knxnetip.KNXConnectionClosedException
Constructs a new KNXConnectionClosedException without a detail message.
KNXConnectionClosedException(String) - Constructor for exception tuwien.auto.calimero.knxnetip.KNXConnectionClosedException
Constructs a new KNXConnectionClosedException with the specified detail message.
KNXDisconnectException - Exception in tuwien.auto.calimero.mgmt
Thrown to indicate that a layer 4 disconnect event happened.
KNXDisconnectException() - Constructor for exception tuwien.auto.calimero.mgmt.KNXDisconnectException
Constructs a KNXDisconnectException without a detail message.
KNXDisconnectException(String) - Constructor for exception tuwien.auto.calimero.mgmt.KNXDisconnectException
Constructs a KNXDisconnectException with the specified detail message.
KNXDisconnectException(String, Destination) - Constructor for exception tuwien.auto.calimero.mgmt.KNXDisconnectException
Constructs a KNXDisconnectException with the specified detail message and the affected destination object.
KNXException - Exception in tuwien.auto.calimero.exception
The root checked exception type used in the Calimero library.
KNXException() - Constructor for exception tuwien.auto.calimero.exception.KNXException
Constructs a new KNXException without a detail message.
KNXException(String) - Constructor for exception tuwien.auto.calimero.exception.KNXException
Constructs a new KNXException with the specified detail message.
KNXFormatException - Exception in tuwien.auto.calimero.exception
Thrown when some value or content is not in accordance with the expected or requested format or result.
KNXFormatException() - Constructor for exception tuwien.auto.calimero.exception.KNXFormatException
Constructs a new KNXFormatException without a detail message.
KNXFormatException(String) - Constructor for exception tuwien.auto.calimero.exception.KNXFormatException
Constructs a new KNXFormatException with the specified detail message.
KNXFormatException(String, String) - Constructor for exception tuwien.auto.calimero.exception.KNXFormatException
Constructs a new KNXFormatException with the specified detail message and the invalid item.
KNXFormatException(String, int) - Constructor for exception tuwien.auto.calimero.exception.KNXFormatException
Constructs a new KNXFormatException with the specified detail message and the invalid item value of type int.
KNXIllegalArgumentException - Exception in tuwien.auto.calimero.exception
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
KNXIllegalArgumentException() - Constructor for exception tuwien.auto.calimero.exception.KNXIllegalArgumentException
Constructs a new KNXIllegalArgumentException without a detail message.
KNXIllegalArgumentException(String) - Constructor for exception tuwien.auto.calimero.exception.KNXIllegalArgumentException
Constructs a new KNXIllegalArgumentException with the specified detail message.
KNXIllegalStateException - Exception in tuwien.auto.calimero.exception
Thrown to indicate that a method was invoked at an inappropriate time.
KNXIllegalStateException() - Constructor for exception tuwien.auto.calimero.exception.KNXIllegalStateException
Constructs a new KNXIllegalStateException without a detail message.
KNXIllegalStateException(String) - Constructor for exception tuwien.auto.calimero.exception.KNXIllegalStateException
Constructs a new KNXIllegalStateException with the specified detail message.
KNXInvalidResponseException - Exception in tuwien.auto.calimero.exception
Thrown to indicate a message format mismatch of a response sent by a remote endpoint.
KNXInvalidResponseException() - Constructor for exception tuwien.auto.calimero.exception.KNXInvalidResponseException
Constructs a new KNXInvalidResponseException without a detail message.
KNXInvalidResponseException(String) - Constructor for exception tuwien.auto.calimero.exception.KNXInvalidResponseException
Constructs a new KNXInvalidResponseException with the specified detail message.
KNXLinkClosedException - Exception in tuwien.auto.calimero.link
Thrown to indicate an illegal operation invoked on an already closed network link.
KNXLinkClosedException() - Constructor for exception tuwien.auto.calimero.link.KNXLinkClosedException
Constructs a new KNXLinkClosedException without a detail message.
KNXLinkClosedException(String) - Constructor for exception tuwien.auto.calimero.link.KNXLinkClosedException
Constructs a new KNXLinkClosedException with the specified detail message.
KNXListener - Interface in tuwien.auto.calimero
The base listener interface to receive events of the communication with a KNX network.
KNXLogException - Exception in tuwien.auto.calimero.log
Thrown to indicate a problem while logging.
KNXLogException() - Constructor for exception tuwien.auto.calimero.log.KNXLogException
Constructs a KNXLogException without a detail message.
KNXLogException(String) - Constructor for exception tuwien.auto.calimero.log.KNXLogException
Constructs a KNXLogException with the specified detail message.
KNXMediumSettings - Class in tuwien.auto.calimero.link.medium
Container for device and medium specific settings for the KNX network.
KNXMediumSettings(IndividualAddress) - Constructor for class tuwien.auto.calimero.link.medium.KNXMediumSettings
Creates a new container for KNX device/medium settings.
KNXMLException - Exception in tuwien.auto.calimero.xml
Indicates a problem with XML processing.
KNXMLException() - Constructor for exception tuwien.auto.calimero.xml.KNXMLException
Constructs a new KNXMLException without a detail message.
KNXMLException(String) - Constructor for exception tuwien.auto.calimero.xml.KNXMLException
Constructs a new KNXMLException with the specified detail message.
KNXMLException(String, String, int) - Constructor for exception tuwien.auto.calimero.xml.KNXMLException
Constructs a new KNXMLException with the specified detail message, the problematic/erroneous processed XML item together with the line number it occurred on.
KNXNETIP_DEVICE_CAPABILITIES - Static variable in interface tuwien.auto.calimero.mgmt.PropertyClient.PID
Object type 11 property "KNXnet/IP Device Capabilities".
KNXNETIP_DEVICE_STATE - Static variable in interface tuwien.auto.calimero.mgmt.PropertyClient.PID
Object type 11 property "KNXnet/IP Device State".
KNXNETIP_ROUTING_CAPABILITIES - Static variable in interface tuwien.auto.calimero.mgmt.PropertyClient.PID
Object type 11 property "KNXnet/IP Routing Capabilities".
KNXNETIP_VERSION_10 - Static variable in interface tuwien.auto.calimero.knxnetip.KNXnetIPConnection
Identifier for KNXnet/IP protocol version 1.0.
KNXNETIP_VERSION_10 - Static variable in class tuwien.auto.calimero.knxnetip.servicetype.KNXnetIPHeader
Version identifier for KNXnet/IP protocol version 1.0.
KNXnetIPConnection - Interface in tuwien.auto.calimero.knxnetip
Interface for working with KNX networks over an IP network connection.
KNXnetIPConnection.BlockingMode - Class in tuwien.auto.calimero.knxnetip
Type for blocking mode used in KNXnetIPConnection.send(CEMI, tuwien.auto.calimero.knxnetip.KNXnetIPConnection.BlockingMode).
KNXnetIPDevMgmt - Class in tuwien.auto.calimero.knxnetip
KNXnet/IP connection for KNX local device management.
KNXnetIPDevMgmt(InetSocketAddress, InetSocketAddress, boolean) - Constructor for class tuwien.auto.calimero.knxnetip.KNXnetIPDevMgmt
Creates a new KNXnet/IP device management connection to a remote device.
KNXnetIPHeader - Class in tuwien.auto.calimero.knxnetip.servicetype
The common KNXnet/IP header used at the first position in every KNXnet/IP frame.
KNXnetIPHeader(byte[], int) - Constructor for class tuwien.auto.calimero.knxnetip.servicetype.KNXnetIPHeader
Creates a new KNXnet/IP header by reading in the header of a KNXnet/IP frame.
KNXnetIPHeader(int, int) - Constructor for class tuwien.auto.calimero.knxnetip.servicetype.KNXnetIPHeader
Creates a new KNXnet/IP header for the given service and frame body length.
KNXnetIPRouter - Class in tuwien.auto.calimero.knxnetip
KNXnet/IP connection for KNX routing protocol.
KNXnetIPRouter(NetworkInterface, InetAddress) - Constructor for class tuwien.auto.calimero.knxnetip.KNXnetIPRouter
Creates a new KNXnet/IP routing service.
KNXnetIPTunnel - Class in tuwien.auto.calimero.knxnetip
KNXnet/IP connection for KNX tunneling.
KNXnetIPTunnel(short, InetSocketAddress, InetSocketAddress, boolean) - Constructor for class tuwien.auto.calimero.knxnetip.KNXnetIPTunnel
Creates a new KNXnet/IP tunneling connection to a remote server.
KNXNetworkLink - Interface in tuwien.auto.calimero.link
KNX network link interface to communicate with destinations in a KNX network.
KNXNetworkLinkFT12 - Class in tuwien.auto.calimero.link
Implementation of the KNX network network link based on the FT1.2 protocol, using a FT12Connection.
KNXNetworkLinkFT12(String, KNXMediumSettings) - Constructor for class tuwien.auto.calimero.link.KNXNetworkLinkFT12
Creates a new network link based on the FT1.2 protocol for accessing the KNX network.
KNXNetworkLinkFT12(int, KNXMediumSettings) - Constructor for class tuwien.auto.calimero.link.KNXNetworkLinkFT12
Creates a new network link based on the FT1.2 protocol for accessing the KNX network.
KNXNetworkLinkIP - Class in tuwien.auto.calimero.link
Implementation of the KNX network link based on the KNXnet/IP protocol, using a KNXnetIPConnection.
KNXNetworkLinkIP(int, InetSocketAddress, InetSocketAddress, boolean, KNXMediumSettings) - Constructor for class tuwien.auto.calimero.link.KNXNetworkLinkIP
Creates a new network link based on the KNXnet/IP protocol, using a KNXnetIPConnection.
KNXNetworkLinkIP(String, KNXMediumSettings) - Constructor for class tuwien.auto.calimero.link.KNXNetworkLinkIP
Creates a new network link based on the KNXnet/IP tunneling protocol, using a KNXnetIPTunnel with default communication settings.
KNXNetworkLinkIP(NetworkInterface, InetAddress, KNXMediumSettings) - Constructor for class tuwien.auto.calimero.link.KNXNetworkLinkIP
Creates a new network link based on the KNXnet/IP routing protocol, using a KNXnetIPRouter.
KNXNetworkMonitor - Interface in tuwien.auto.calimero.link
KNX network monitor link.
KNXNetworkMonitorFT12 - Class in tuwien.auto.calimero.link
Implementation of the KNX network monitor link based on the FT1.2 protocol, using a FT12Connection.
KNXNetworkMonitorFT12(String, KNXMediumSettings) - Constructor for class tuwien.auto.calimero.link.KNXNetworkMonitorFT12
Creates a new network monitor based on the FT1.2 protocol for accessing the KNX network.
KNXNetworkMonitorFT12(int, KNXMediumSettings) - Constructor for class tuwien.auto.calimero.link.KNXNetworkMonitorFT12
Creates a new network monitor based on the FT1.2 protocol for accessing the KNX network.
KNXNetworkMonitorIP - Class in tuwien.auto.calimero.link
Implementation of the KNX network monitor link based on the KNXnet/IP protocol, using a KNXnetIPConnection.
KNXNetworkMonitorIP(InetSocketAddress, InetSocketAddress, boolean, KNXMediumSettings) - Constructor for class tuwien.auto.calimero.link.KNXNetworkMonitorIP
Creates a new network monitor based on the KNXnet/IP protocol for accessing the KNX network.
KNXPortClosedException - Exception in tuwien.auto.calimero.serial
Thrown to indicate illegal access to a closed serial port.
KNXPortClosedException() - Constructor for exception tuwien.auto.calimero.serial.KNXPortClosedException
Constructs a new KNXPortClosedException without a detail message.
KNXPortClosedException(String) - Constructor for exception tuwien.auto.calimero.serial.KNXPortClosedException
Constructs a new KNXPortClosedException with the specified detail message.
KNXPortClosedException(String, String) - Constructor for exception tuwien.auto.calimero.serial.KNXPortClosedException
Constructs a new KNXPortClosedException with the specified detail message and the serial port identifier.
KNXRemoteException - Exception in tuwien.auto.calimero.exception
Thrown when a message received from a remote endpoint indicates problems or signals error conditions at the remote server, for example due to a invalid formatted request or processing result.
KNXRemoteException() - Constructor for exception tuwien.auto.calimero.exception.KNXRemoteException
Constructs a new KNXRemoteException without a detail message.
KNXRemoteException(String) - Constructor for exception tuwien.auto.calimero.exception.KNXRemoteException
Constructs a new KNXRemoteException with the specified detail message.
KNXTimeoutException - Exception in tuwien.auto.calimero.exception
Thrown to indicate that a timeout occurred.
KNXTimeoutException() - Constructor for exception tuwien.auto.calimero.exception.KNXTimeoutException
Constructs a new KNXTimeoutException without a detail message.
KNXTimeoutException(String) - Constructor for exception tuwien.auto.calimero.exception.KNXTimeoutException
Constructs a new KNXTimeoutException with the specified detail message.

A B C D E F G H I K L M N O P Q R S T U V W X Y