@Singleton public class NaptPacketInHandler extends Object implements org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingListener
Modifier and Type | Class and Description |
---|---|
protected class |
NaptPacketInHandler.NatPacketProcessingState |
Modifier and Type | Field and Description |
---|---|
static HashMap<String,NaptPacketInHandler.NatPacketProcessingState> |
INCOMING_PACKET_MAP |
Constructor and Description |
---|
NaptPacketInHandler(NaptEventHandler naptEventHandler) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
init() |
void |
onPacketReceived(org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceived packetReceived) |
void |
removeIncomingPacketMap(String sourceIPPortKey) |
public static final HashMap<String,NaptPacketInHandler.NatPacketProcessingState> INCOMING_PACKET_MAP
@Inject public NaptPacketInHandler(NaptEventHandler naptEventHandler)
@PostConstruct public void init()
@PreDestroy public void close()
public void onPacketReceived(org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceived packetReceived)
onPacketReceived
in interface org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingListener
public void removeIncomingPacketMap(String sourceIPPortKey)
Copyright © 2018 OpenDaylight. All rights reserved.