| Class | Description |
|---|---|
| Demultiplexer | |
| UscConnectionManager |
This class manages the collection of connections (channels) that are
currently established to this controller node.
|
| UscDemultiplexer |
This class handles the demultiplexing of the raw USC traffic into the
respective client sessions.
|
| UscExceptionHandler |
This Netty handler is automatically installed in the client channel pipeline
to facilitate the throwing of any exceptions that are encountered in the USC
session into the client state.
|
| UscFrameDecoderTcp |
This class decodes the an raw TCP byte stream into UscFrame packets.
|
| UscFrameDecoderUdp |
This class decodes the raw UDP USC packets into UscFrame packets.
|
| UscFrameEncoderTcp |
This class encodes an UscFrame packet into its raw TCP byte stream payload
for transmission.
|
| UscFrameEncoderUdp |
This class encodes a UscFrame packet into a raw UDP packet for transmission.
|
| UscMultiplexer |
This class takes all the inputs from the various client sessions and multiplexes them into the combined USC channel.
|
| UscPlugin |
This is the base class for all UscPlugin classes.
|
| UscPluginTcp |
UscPlugin implemented for TCP traffic.
|
| UscPluginUdp |
UscPlugin implemented for UDP traffic.
|
| UscRemoteDeviceHandler |
This handler only for remote device, it will be added into the localServer
pipeline.this handler like a remote dummy device to process all of
communication with the remote device
|
| UscRemoteServerHandler |
This class handles the device response for remote server,this handler like a
remote dummy server
|
| UscSessionManager |
This class manages the collection of client sessions that are currently
established to this controller node.
|
Copyright © 2019 OpenDaylight. All rights reserved.