| Interface | Description |
|---|---|
| ConnectionInitializer | |
| OnlineProvider | |
| ServerFacade | |
| ShutdownProvider |
| Class | Description |
|---|---|
| ChannelInitializerFactory | |
| DefaultMessageWrapper |
Wraps received messages
|
| DelegatingInboundHandler |
Holds reference to
ConnectionAdapterImpl and passes messages for further processing. |
| IdleHandler |
Detects idle state of radioHead and informs upper layers
|
| OCPDecoder |
Transforms OCP Protocol messages to POJOs
|
| OCPEncoder |
Transforms OCP Protocol messages to POJOs
|
| OCPXmlDecoder | |
| ProtocolChannelInitializer<C extends io.netty.channel.Channel> | |
| RadioHeadConnectionProviderImpl |
Exposed class for server handling
|
| SslContextFactory |
Class for setting up TLS connection.
|
| SslKeyStore |
Class for storing keys
|
| TcpChannelInitializer |
Initializes TCP / TLS channel
|
| TcpConnectionInitializer |
Initializes (TCP) connection to device
|
| TcpHandler |
Class implementing server over TCP / TLS for handling incoming connections.
|
| XmlAttribute |
XML attributes, it is part of
XmlElement |
| XmlCharacters |
XML characters, e.g.
|
| XmlContent |
XML Content is base class for XML CDATA, Comments, Characters and Space
|
| XmlDocumentEnd |
End of XML document
|
| XmlDocumentStart |
Beginning of the XML document ...
|
| XmlElement |
Generic XML element in document,
XmlElementStart represents open element and provides access to attributes,
XmlElementEnd represents closing element. |
| XmlElementEnd |
Specific
XmlElement representing end of element. |
| XmlElementStart |
Specific
XmlElement representing beginning of element. |
| XmlNamespace |
XML namespace is part of XML element.
|
| Enum | Description |
|---|---|
| PipelineHandlers |
Stores names of handlers used in pipeline.
|
Copyright © 2016 OpenDaylight. All Rights Reserved.