| Package | Description |
|---|---|
| at.jku.fim.rubanetra.protocol.mapper | |
| at.jku.fim.rubanetra.protocol.mapper.impl |
| Modifier and Type | Method and Description |
|---|---|
KrakenTcpProtocolMapperStrategy |
KrakenTransportLayerMappingFactory.createTcpMappingStrategy(String mappingStrategy)
Tries to create a new mapping strategy using the passed identifier to determine the mapping class that will be
instantiated using the default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KrakenTransportLayerMappingFactory.registerTcpStrategy(String tcpStrategyId,
Class<? extends KrakenTcpProtocolMapperStrategy> tcpStrategyClass)
Registers a new TCP mapping strategy, the provided class must define a default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KrakenTcpDestinationPortProtocolMapper
Maps a TCP based
PortSpecification to a single application
layer protocol. |
Copyright © 2013–2015 Institute of networks and security. All rights reserved.