| Package | Description |
|---|---|
| org.opendaylight.usc.agent | |
| org.opendaylight.usc.plugin | |
| org.opendaylight.usc.protocol |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UscAgentTcpHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx,
UscFrame frame) |
protected void |
UscAgentUdpHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx,
UscFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UscDemultiplexer.channelRead0(io.netty.channel.ChannelHandlerContext ctx,
UscFrame frame) |
protected void |
UscFrameEncoderTcp.encode(io.netty.channel.ChannelHandlerContext ctx,
UscFrame msg,
io.netty.buffer.ByteBuf out) |
protected void |
UscFrameEncoderUdp.encode(io.netty.channel.ChannelHandlerContext ctx,
UscFrame msg,
List<Object> out) |
| Modifier and Type | Class and Description |
|---|---|
class |
UscControl
An USC control packet.
|
class |
UscData
An USC data packet.
|
class |
UscError
An USC Error packet.
|
| Modifier and Type | Method and Description |
|---|---|
static UscFrame |
UscFrame.getFromByteBuf(io.netty.buffer.ByteBuf buf)
Decodes a ByteBuf into a UscFrame
|
Copyright © 2019 OpenDaylight. All rights reserved.